This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
i686-pc-serenity-gcc -DHAVE_CONFIG_H -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -Wall -g -O2 -MT expand.o -MD -MP -MF $depbase.Tpo -c -o expand.o expand.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
eval.c: In function 'evaltree': | |
eval.c:281:15: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses] | |
if (!status == isor || evalskip) | |
^~ | |
eval.c:281:7: note: add parentheses around left hand side expression to silence this warning | |
if (!status == isor || evalskip) | |
^~~~~~~ | |
( ) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cc -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -g -O2 -Wall -o mksignames mksignames.c | |
In file included from <command-line>: | |
./../config.h:197:16: error: redefinition of ‘struct stat’ | |
#define stat64 stat | |
^~~~ | |
In file included from /usr/include/fcntl.h:78, | |
from mkinit.c:50: | |
/usr/include/x86_64-linux-gnu/bits/stat.h:46:8: note: originally defined here | |
struct stat | |
^~~~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo ovs-vsctl show | |
[sudo] password for dan: | |
9efc4c08-b4d9-473b-8486-f4480590bbaa | |
Manager "ptcp:6640:127.0.0.1" | |
is_connected: true | |
Bridge br-tun | |
Controller "tcp:127.0.0.1:6633" | |
is_connected: true | |
fail_mode: secure | |
Port patch-int |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# sudo ovs-vsctl show | |
9efc4c08-b4d9-473b-8486-f4480590bbaa | |
Manager "ptcp:6640:127.0.0.1" | |
is_connected: true | |
Bridge br-tun | |
Controller "tcp:127.0.0.1:6633" | |
is_connected: true | |
fail_mode: secure | |
Port patch-int | |
Interface patch-int |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+-------------------+--------------------------------------+ | |
| Field | Value | | |
+-------------------+--------------------------------------+ | |
| allocation_pools | 172.20.8.2-172.20.8.25 | | |
| cidr | 172.20.8.0/27 | | |
| created_at | 2019-10-24T22:09:44Z | | |
| description | | | |
| dns_nameservers | 172.20.0.50, 8.8.8.8 | | |
| enable_dhcp | False | | |
| gateway_ip | 172.20.8.1 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Shell(17) do_exec(unzip): thread_count() = 1 | |
Shell(17) do_exec(/bin/unzip): thread_count() = 1 | |
Shell(17) do_exec(/usr/bin/unzip): thread_count() = 1 | |
Shell(17) do_exec(/usr/local/bin/unzip): thread_count() = 1 | |
ELFImage::parse(): e_machine=62 not supported! | |
do_exec: Failure loading /usr/local/bin/unzip | |
Shell(17): execvpe() failed on attempt (/usr/local/bin/unzip) with Success (not an error) | |
Shell(17): execvp() about to return -1 with errno=0 | |
VFS::create: '.history' in 1:32772 | |
0x001384bc Process::sys$exit(int) +14 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
make[1]: Leaving directory '/home/local/ISDADS/sgs548/src/serenity/Ports/bash/bash-5.0/po' | |
( cd /home/local/ISDADS/sgs548/src/serenity/Ports/bash/bash-5.0/examples/loadables && make DESTDIR=/home/local/ISDADS/sgs548/src/serenity/Toolchain/../Root install ) | |
make[1]: Entering directory '/home/local/ISDADS/sgs548/src/serenity/Ports/bash/bash-5.0/examples/loadables' | |
i686-pc-serenity-gcc -fpic -DHAVE_CONFIG_H -DSHELL -g -O2 -Wno-parentheses -Wno-format-security -I. -I.. -I../.. -I../../lib -I../../builtins -I. -I../../include -I/home/local/ISDADS/sgs548/src/serenity/Ports/bash/bash-5.0 -I/home/local/ISDADS/sgs548/src/serenity/Ports/bash/bash-5.0/lib -I/home/local/ISDADS/sgs548/src/serenity/Ports/bash/bash-5.0/builtins -c -o print.o print.c | |
i686-pc-serenity-gcc -shared -o print print.o | |
/home/local/ISDADS/sgs548/src/serenity/Toolchain/Local/lib/gcc/i686-pc-serenity/8.3.0/../../../../i686-pc-serenity/bin/ld: /home/local/ISDADS/sgs548/src/serenity/Toolchain/../Root/usr/lib/crt0.o: in function `_start': | |
crt0.cpp: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CC gettime.o | |
getprogname.c: In function 'getprogname': | |
getprogname.c:244:4: error: #error "getprogname module not ported to this OS" | |
# error "getprogname module not ported to this OS" | |
^~~~~ | |
Makefile:2023: recipe for target 'getprogname.o' failed | |
make[4]: *** [getprogname.o] Error 1 | |
make[4]: *** Waiting for unfinished jobs.... | |
make[4]: Leaving directory '/home/local/ISDADS/sgs548/src/serenity/Ports/tar/tar-1.32/gnu' | |
Makefile:2048: recipe for target 'all-recursive' failed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CC libarchive/archive_read_support_filter_lzop.lo | |
libarchive/archive_read_support_filter_gzip.c:134:16: warning: 'struct private_data' declared inside parameter list will not be visible outside of this definition or declaration | |
struct private_data *state) | |
^~~~~~~~~~~~ | |
libarchive/archive_read_support_filter_gzip.c: In function 'peek_at_header': | |
libarchive/archive_read_support_filter_gzip.c:157:8: error: dereferencing pointer to incomplete type 'struct private_data' | |
state->mtime = archive_le32dec(p + 4); | |
^~ | |
libarchive/archive_read_support_filter_gzip.c: In function 'gzip_read_header': | |
libarchive/archive_read_support_filter_gzip.c:247:11: error: dereferencing pointer to incomplete type 'struct private_data' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/sgs548/src/serenity/Ports/quake/SerenityQuake-master/include -idirafter /usr/local/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/SDL2 -D_REENTRANT -DNQ_HACK -iquote /home/local/ISDADS/sgs548/src/serenity/Ports/quake/SerenityQuake-master/NQ -Wall -Wno-trigraphs -Wwrite-strings -fno-exceptions -O2 -fweb -frename-registers -fno-math-errno -ffinite-math-only -fno-signaling-nans -o build/nqsw/zone.o common/zone.c | |
mkdir -p bin | |
i686-pc-serenity-g++ -o bin/quake build/nqsw/alias_model.o build/nqsw/buildinfo.o build/nqsw/cd_common.o build/nqsw/cd_null.o build/nqsw/chase.o build/nqsw/cl_demo.o build/nqsw/cl_input.o build/nqsw/cl_main.o build/nqsw/cl_parse.o build/nqsw/cl_tent.o build/nqsw/cmd.o build/nqsw/common.o build/nqsw/console.o build/nqsw/crc.o build/nqsw/cvar.o build/nqsw/d_edge.o build/nqsw/d_fill.o build/nqsw/d_init.o build/nqsw/d_modech.o build/nqsw/d_part.o build/nqsw/d_polyse.o build/nqsw/d_scan.o build/nqsw/d_sky.o build/nqsw/d_sprite.o build/nqsw/d_surf.o build/nqsw/d_vars.o build/nqsw/develop |