checking whether /dev/zero is readable device... crw-rw-rw-. 1 root root 1, 5 Jun 8 2017 /dev/zero checking whether we have a functional realpath(3C)... no checking whether strftime() works... no checking whether fopen accepts "b" mode... no checking whether fopen accepts "t" mode... no checking whether not wanting optional option args... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libopts/Makefile config.status: creating Makefile config.status: creating doxygen.cfg config.status: creating lib/Makefile config.status: creating docs/Makefile config.status: creating src/Makefile config.status: creating src/tcpedit/Makefile config.status: creating src/fragroute/Makefile config.status: creating src/common/Makefile config.status: creating src/defines.h config.status: creating test/Makefile config.status: creating test/config config.status: creating scripts/Makefile config.status: creating src/config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6 ########################################################################## TCPREPLAY Suite Configuration Results (4.2.6) ########################################################################## libpcap: /home/peko/autobuild/instance-0/output/host/xtensa-buildroot-linux-uclibc/sysroot/usr (>= 0.9.6) PF_RING libpcap no libdnet: no autogen: /usr/bin/autogen (autogen (GNU AutoGen) 5.18) Use libopts tearoff: yes 64bit counter support: yes tcpdump binary path: /usr/sbin/tcpdump fragroute support: no tcpbridge support: yes tcpliveplay support: yes Supported Packet Injection Methods (*): Linux TX_RING: no Linux PF_PACKET: yes BSD BPF: no libdnet: no pcap_inject: yes pcap_sendpacket: yes ** pcap_netmap no Linux/BSD netmap: no Tuntap device support: yes * In order of preference; see configure --help to override ** Required for tcpbridge >>> tcpreplay 4.2.6 Building PATH="/home/peko/autobuild/instance-0/output/host/bin:/home/peko/autobuild/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" /usr/bin/make -j16 -C /home/peko/autobuild/instance-0/output/build/tcpreplay-4.2.6/ Making all in scripts make[3]: Nothing to be done for `all'. Making all in lib make[3]: Nothing to be done for `all'. Making all in libopts /usr/bin/make all-am CC libopts_la-libopts.lo In file included from libopts.c:31:0: nested.c: In function 'optionLoadNested': nested.c:789:19: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (*text == ',') text++; break; ^~ nested.c:789:45: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (*text == ',') text++; break; ^~~~~ nested.c:593:24: warning: 'v_len' may be used uninitialized in this function [-Wmaybe-uninitialized] tOptionValue * new_val = add_string( ^~~~~~~ nested.c:554:29: note: 'v_len' was declared here size_t nm_len, v_len; ^~~~~ CCLD libopts.la libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries Making all in src /usr/bin/make all-recursive Making all in common /usr/bin/make all-am CC cidr.o CC err.o CC cache.o CC list.o CC services.o CC get.o CC fakepcap.o CC fakepcapnav.o CC fakepoll.o CC xX.o CC utils.o CC timer.o CC git_version.o CC sendpacket.o CC dlt_names.o CC mac.o CC interface.o CC flows.o CC txring.o CC tcpdump.o AR libcommon.a Making all in tcpedit /usr/bin/make all-am CC tcpedit.o CC parse_args.o CC edit_packet.o CC dlt.o CC portmap.o CC checksum.o CC tcpedit_api.o CC incremental_checksum.o CC fuzzing.o CC ethernet.o CC dlt_plugins.o CC dlt_utils.o CC en10mb.o CC hdlc.o CC en10mb_api.o CC hdlc_api.o CC user.o CC user_api.o CC raw.o CC null.o CC loop.o CC linuxsll.o CC ieee80211.o CC ieee80211_hdr.o CC radiotap.o CC jnpr_ether.o CC pppserial.o AR libtcpedit.a CC tcpreplay-tcpreplay_opts.o CC tcpreplay-send_packets.o CC tcpreplay-signal_handler.o CC tcpreplay-tcpreplay.o CC tcpreplay-tcpreplay_api.o CC tcpreplay-replay.o CC tcpprep-tcpprep_opts.o CC tcpprep-tcpprep.o CC tcpprep-tree.o CC tcpprep-tcpprep_api.o CC tcprewrite-tcprewrite_opts.o CC tcprewrite-tcprewrite.o CC tcpreplay_edit-tcpreplay_edit_opts.o CC tcpreplay_edit-send_packets.o CC tcpreplay_edit-signal_handler.o CC tcpreplay_edit-tcpreplay.o tcpprep.c: In function 'process_raw_packets': tcpprep.c:538:62: warning: 'l2len' may be used uninitialized in this function [-Wmaybe-uninitialized] check_dst_port(ip_hdr, ip6_hdr, (pkthdr.caplen - l2len))); ~~~~~~~~~~~~~~~^~~~~~~~ CC tcpreplay_edit-tcpreplay_api.o CC tcpreplay_edit-replay.o CC tcpcapinfo-tcpcapinfo_opts.o CC tcpcapinfo-tcpcapinfo.o CC tcpbridge-tcpbridge_opts.o CC tcpbridge-tcpbridge.o CC tcpbridge-bridge.o CC tcpliveplay-tcpliveplay_opts.o CC tcpliveplay-tcpliveplay.o CCLD tcprewrite CCLD tcpcapinfo CCLD tcpprep tcpliveplay.c: In function 'do_checksum_liveplay': tcpliveplay.c:1191:5: warning: 'sum' is used uninitialized in this function [-Wuninitialized] sum; ^~~ CCLD tcpreplay CCLD tcpbridge CCLD tcpreplay-edit CCLD tcpliveplay make[3]: Nothing to be done for `all-am'. >>> tcpreplay 4.2.6 Installing to target PATH="/home/peko/autobuild/instance-0/output/host/bin:/home/peko/autobuild/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" /usr/bin/make -j16 DESTDIR=/home/peko/autobuild/instance-0/output/target install -C /home/peko/autobuild/instance-0/output/build/tcpreplay-4.2.6/ Making install in scripts make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. Making install in lib make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. Making install in libopts /usr/bin/make install-am make[5]: Nothing to be done for `install-data-am'. Making install in src /usr/bin/make install-recursive Making install in common /usr/bin/make install-am make[7]: Nothing to be done for `install-exec-am'. make[7]: Nothing to be done for `install-data-am'. Making install in tcpedit /usr/bin/make install-am make[7]: Nothing to be done for `install-exec-am'. make[7]: Nothing to be done for `install-data-am'. /usr/bin/mkdir -p '/home/peko/autobuild/instance-0/output/target/usr/bin' /usr/bin/mkdir -p '/home/peko/autobuild/instance-0/output/target/usr/share/man/man1' /bin/sh ../libtool --mode=install /usr/bin/install -c tcpreplay tcpprep tcprewrite tcpreplay-edit tcpcapinfo tcpbridge tcpliveplay '/home/peko/autobuild/instance-0/output/target/usr/bin' /usr/bin/install -c -m 644 tcpreplay.1 tcpprep.1 tcprewrite.1 tcpreplay-edit.1 tcpcapinfo.1 tcpbridge.1 tcpliveplay.1 '/home/peko/autobuild/instance-0/output/target/usr/share/man/man1' libtool: install: /usr/bin/install -c tcpreplay /home/peko/autobuild/instance-0/output/target/usr/bin/tcpreplay libtool: install: /usr/bin/install -c tcpprep /home/peko/autobuild/instance-0/output/target/usr/bin/tcpprep libtool: install: /usr/bin/install -c tcprewrite /home/peko/autobuild/instance-0/output/target/usr/bin/tcprewrite libtool: install: /usr/bin/install -c tcpreplay-edit /home/peko/autobuild/instance-0/output/target/usr/bin/tcpreplay-edit libtool: install: /usr/bin/install -c tcpcapinfo /home/peko/autobuild/instance-0/output/target/usr/bin/tcpcapinfo libtool: install: /usr/bin/install -c tcpbridge /home/peko/autobuild/instance-0/output/target/usr/bin/tcpbridge libtool: install: /usr/bin/install -c tcpliveplay /home/peko/autobuild/instance-0/output/target/usr/bin/tcpliveplay make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. tekui-1.12.tgz: OK (sha256: 28abfaacc0f2ddae962afbbca862a7fb619c33a99a497be9edd746091013dd7f) >>> tekui 1.12 Extracting gzip -d -c /home/peko/autobuild/instance-0/dl/tekui-1.12.tgz | tar --strip-components=1 -C /home/peko/autobuild/instance-0/output/build/tekui-1.12 -xf - >>> tekui 1.12 Patching >>> tekui 1.12 Configuring >>> tekui 1.12 Building PATH="/home/peko/autobuild/instance-0/output/host/bin:/home/peko/autobuild/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" /usr/bin/make -j16 CC="/home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-gcc -fPIC" AR="/home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-ar rcu" INSTALL_S="install" LUAVER=5.3 LUA_DEFS="" TEKUI_DEFS="-DENABLE_GRADIENT -DENABLE_FILENO -DENABLE_PIXMAP_CACHE -DENABLE_PNG" TEKUI_LIBS=-lpng FREETYPE_LIBS=-lfreetype FREETYPE_DEFS="-I/home/peko/autobuild/instance-0/output/host/xtensa-buildroot-linux-uclibc/sysroot/usr/include/freetype2" RAWFB_SUB_LIBS="" RAWFB_SUB_DEFS="-DDEF_FONTDIR=\\\"/usr/share/lua/5.3/tek/ui/font\\\"" DISPLAY_DRIVER=rawfb PREFIX="/usr" -C /home/peko/autobuild/instance-0/output/build/tekui-1.12 all cd src && /usr/bin/make libs cd teklib && /usr/bin/make libs mkdir -p ../../lib/posix mkdir -p build/posix /home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-gcc -fPIC -DTDEBUG=5 -g -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-long-long -O2 -fno-strict-aliasing -I. -Iinclude -I../../include -DENABLE_LAZY_SINGLETON -o build/posix/debug.lo -c debug.c /home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-gcc -fPIC -DTDEBUG=5 -g -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-long-long -O2 -fno-strict-aliasing -I. -Iinclude -I../../include -DENABLE_LAZY_SINGLETON -o build/posix/init.lo -c init.c /home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-gcc -fPIC -DTDEBUG=5 -g -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-long-long -O2 -fno-strict-aliasing -I. -Iinclude -I../../include -DENABLE_LAZY_SINGLETON -o build/posix/teklib.lo -c teklib.c /home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-gcc -fPIC -DTDEBUG=5 -g -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-long-long -O2 -fno-strict-aliasing -I. -Iinclude -I../../include -DENABLE_LAZY_SINGLETON -o build/posix/host.lo -c posix/host.c /home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-gcc -fPIC -DTDEBUG=5 -g -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-long-long -O2 -fno-strict-aliasing -I. -Iinclude -I../../include -DENABLE_LAZY_SINGLETON -o build/posix/main.lo -c posix/main.c /home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-gcc -fPIC -DTDEBUG=5 -g -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-long-long -O2 -fno-strict-aliasing -I. -Iinclude -I../../include -DENABLE_LAZY_SINGLETON -o build/posix/string.lo -c string.c In file included from ../../include/tek/config.h:17:0, from ../../include/tek/type.h:11, from ../../include/tek/exec.h:11, from ../../include/tek/teklib.h:11, from debug.c:14: debug.c: In function 'TDebugFatal': ../../include/tek/config/posix.h:67:41: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define TDEBUG_PLATFORM_FATAL() (abort(), 0) ~~~~~~~~^~~~ debug.c:47:2: note: in expansion of macro 'TDEBUG_PLATFORM_FATAL' TDEBUG_PLATFORM_FATAL(); ^~~~~~~~~~~~~~~~~~~~~ In file included from ../../include/tek/lib/init.h:12:0, from init.c:10: init.c: In function 'init_destroyapptask': ../../include/tek/config/posix.h:67:41: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define TDEBUG_PLATFORM_FATAL() (abort(), 0) ~~~~~~~~^~~~ ../../include/tek/debug.h:17:49: note: in definition of macro 'TDB' #define TDB(level, x) ((level) >= (TDEBUG) ? ((x), (void)0) : (void)0) ^ ../../include/tek/debug.h:25:48: note: in expansion of macro 'TDEBUG_PLATFORM_FATAL' TDebugPrintF(#expr " : assertion failed\n"), TDEBUG_PLATFORM_FATAL()), \ ^~~~~~~~~~~~~~~~~~~~~ init.c:265:2: note: in expansion of macro 'TDBASSERT' TDBASSERT(20, msg == TMSG_DESTROY); ^~~~~~~~~ posix/host.c:86:2: warning: #warning using globals (-DENABLE_LAZY_SINGLETON) [-Wcpp] #warning using globals (-DENABLE_LAZY_SINGLETON) ^~~~~~~ /home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-ar rcu ../../lib/posix/libtekdebug.a build/posix/debug.lo /home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-ar rcu ../../lib/posix/libtekstring.a build/posix/string.lo /home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-ar rcu ../../lib/posix/libtekcmain.a build/posix/init.lo build/posix/teklib.lo build/posix/host.lo build/posix/main.lo /home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-ar rcu ../../lib/posix/libtekc.a build/posix/init.lo build/posix/teklib.lo build/posix/host.lo /home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-ar rcu ../../lib/posix/libtek.a build/posix/teklib.lo cd hal && /usr/bin/make libs mkdir -p build/posix /home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-gcc -fPIC -DTDEBUG=5 -g -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-long-long -O2 -fno-strict-aliasing -I. -Iinclude -I../../include -o build/posix/hal_mod.lo -c hal_mod.c /home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-gcc -fPIC -DTDEBUG=5 -g -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-long-long -O2 -fno-strict-aliasing -I. -Iinclude -I../../include -o build/posix/hal.lo -c posix/hal.c /home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-ar rcu ../../lib/posix/libhal.a build/posix/hal_mod.lo build/posix/hal.lo cd exec && /usr/bin/make libs mkdir -p build/posix /home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-gcc -fPIC -DTDEBUG=5 -g -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-long-long -O2 -fno-strict-aliasing -I. -Iinclude -I../../include -o build/posix/exec_mod.lo -c exec_all.c In file included from ../../include/tek/config.h:17:0, from ../../include/tek/type.h:11, from ../../include/tek/exec.h:11, from ../../include/tek/teklib.h:11, from ../teklib/teklib.c:16, from exec_all.c:22: ../teklib/debug.c: In function 'TDebugFatal': ../../include/tek/config/posix.h:67:41: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define TDEBUG_PLATFORM_FATAL() (abort(), 0) ~~~~~~~~^~~~ ../teklib/debug.c:47:2: note: in expansion of macro 'TDEBUG_PLATFORM_FATAL' TDEBUG_PLATFORM_FATAL(); ^~~~~~~~~~~~~~~~~~~~~ In file included from exec_mod.c:11:0, from exec_all.c:28: exec_mod.c: In function 'exec_sendmsg': ../../include/tek/config/posix.h:67:41: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define TDEBUG_PLATFORM_FATAL() (abort(), 0) ~~~~~~~~^~~~ ../../include/tek/debug.h:17:49: note: in definition of macro 'TDB' #define TDB(level, x) ((level) >= (TDEBUG) ? ((x), (void)0) : (void)0) ^ ../../include/tek/debug.h:25:48: note: in expansion of macro 'TDEBUG_PLATFORM_FATAL' TDebugPrintF(#expr " : assertion failed\n"), TDEBUG_PLATFORM_FATAL()), \ ^~~~~~~~~~~~~~~~~~~~~ exec_mod.c:524:4: note: in expansion of macro 'TDBASSERT' TDBASSERT(99, reply == mem); ^~~~~~~~~ exec_api.c: In function 'exec_WaitPort': ../../include/tek/config/posix.h:67:41: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define TDEBUG_PLATFORM_FATAL() (abort(), 0) ~~~~~~~~^~~~ ../../include/tek/debug.h:17:49: note: in definition of macro 'TDB' #define TDB(level, x) ((level) >= (TDEBUG) ? ((x), (void)0) : (void)0) ^ ../../include/tek/debug.h:25:48: note: in expansion of macro 'TDEBUG_PLATFORM_FATAL' TDebugPrintF(#expr " : assertion failed\n"), TDEBUG_PLATFORM_FATAL()), \ ^~~~~~~~~~~~~~~~~~~~~ exec_api.c:632:3: note: in expansion of macro 'TDBASSERT' TDBASSERT(99, THALFindSelf(hal) == port->tmp_SigTask); ^~~~~~~~~ In file included from ../../include/tek/config.h:17:0, from ../../include/tek/type.h:11, from ../../include/tek/exec.h:11, from ../../include/tek/teklib.h:11, from ../teklib/teklib.c:16, from exec_all.c:22: exec_api.c: In function 'exec_RemoveMsg': ../../include/tek/config/posix.h:67:41: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define TDEBUG_PLATFORM_FATAL() (abort(), 0) ~~~~~~~~^~~~ ../../include/tek/debug.h:19:21: note: in expansion of macro 'TDEBUG_PLATFORM_FATAL' #define TDBFATAL() TDEBUG_PLATFORM_FATAL() ^~~~~~~~~~~~~~~~~~~~~ exec_api.c:1042:4: note: in expansion of macro 'TDBFATAL' TDBFATAL(); ^~~~~~~~ In file included from exec_mod.c:11:0, from exec_all.c:28: exec_memory.c: In function 'exec_FreePool': ../../include/tek/config/posix.h:67:41: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define TDEBUG_PLATFORM_FATAL() (abort(), 0) ~~~~~~~~^~~~ ../../include/tek/debug.h:17:49: note: in definition of macro 'TDB' #define TDB(level, x) ((level) >= (TDEBUG) ? ((x), (void)0) : (void)0) ^ ../../include/tek/debug.h:25:48: note: in expansion of macro 'TDEBUG_PLATFORM_FATAL' TDebugPrintF(#expr " : assertion failed\n"), TDEBUG_PLATFORM_FATAL()), \ ^~~~~~~~~~~~~~~~~~~~~ exec_memory.c:735:2: note: in expansion of macro 'TDBASSERT' TDBASSERT(99, (mem == TNULL) == (size == 0)); ^~~~~~~~~ ../../include/tek/config/posix.h:67:41: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define TDEBUG_PLATFORM_FATAL() (abort(), 0) ~~~~~~~~^~~~ ../../include/tek/debug.h:17:49: note: in definition of macro 'TDB' #define TDB(level, x) ((level) >= (TDEBUG) ? ((x), (void)0) : (void)0) ^ ../../include/tek/debug.h:25:48: note: in expansion of macro 'TDEBUG_PLATFORM_FATAL' TDebugPrintF(#expr " : assertion failed\n"), TDEBUG_PLATFORM_FATAL()), \ ^~~~~~~~~~~~~~~~~~~~~ exec_memory.c:769:4: note: in expansion of macro 'TDBASSERT' TDBASSERT(99, TFALSE); ^~~~~~~~~ exec_memory.c: In function 'exec_ReallocPool': ../../include/tek/config/posix.h:67:41: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define TDEBUG_PLATFORM_FATAL() (abort(), 0) ~~~~~~~~^~~~ ../../include/tek/debug.h:17:49: note: in definition of macro 'TDB' #define TDB(level, x) ((level) >= (TDEBUG) ? ((x), (void)0) : (void)0) ^ ../../include/tek/debug.h:25:48: note: in expansion of macro 'TDEBUG_PLATFORM_FATAL' TDebugPrintF(#expr " : assertion failed\n"), TDEBUG_PLATFORM_FATAL()), \ ^~~~~~~~~~~~~~~~~~~~~ exec_memory.c:853:2: note: in expansion of macro 'TDBASSERT' TDBASSERT(99, TFALSE); ^~~~~~~~~ In file included from ../../include/tek/config.h:17:0, from ../../include/tek/type.h:11, from ../../include/tek/exec.h:11, from ../../include/tek/teklib.h:11, from ../teklib/teklib.c:16, from exec_all.c:22: exec_doexec.c: In function 'exec_ramlib': ../../include/tek/config/posix.h:67:41: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define TDEBUG_PLATFORM_FATAL() (abort(), 0) ~~~~~~~~^~~~ ../../include/tek/debug.h:19:21: note: in expansion of macro 'TDEBUG_PLATFORM_FATAL' #define TDBFATAL() TDEBUG_PLATFORM_FATAL() ^~~~~~~~~~~~~~~~~~~~~ exec_doexec.c:135:3: note: in expansion of macro 'TDBFATAL' TDBFATAL(); ^~~~~~~~ exec_doexec.c: In function 'exec_loadmod': ../../include/tek/config/posix.h:67:41: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define TDEBUG_PLATFORM_FATAL() (abort(), 0) ~~~~~~~~^~~~ ../../include/tek/debug.h:19:21: note: in expansion of macro 'TDEBUG_PLATFORM_FATAL' #define TDBFATAL() TDEBUG_PLATFORM_FATAL() ^~~~~~~~~~~~~~~~~~~~~ exec_doexec.c:230:6: note: in expansion of macro 'TDBFATAL' TDBFATAL(); ^~~~~~~~ exec_doexec.c: In function 'exec_checkmodules': ../../include/tek/config/posix.h:67:41: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define TDEBUG_PLATFORM_FATAL() (abort(), 0) ~~~~~~~~^~~~ ../../include/tek/debug.h:19:21: note: in expansion of macro 'TDEBUG_PLATFORM_FATAL' #define TDBFATAL() TDEBUG_PLATFORM_FATAL() ^~~~~~~~~~~~~~~~~~~~~ exec_doexec.c:299:3: note: in expansion of macro 'TDBFATAL' TDBFATAL(); ^~~~~~~~ exec_doexec.c: In function 'exec_main': ../../include/tek/config/posix.h:67:41: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define TDEBUG_PLATFORM_FATAL() (abort(), 0) ~~~~~~~~^~~~ ../../include/tek/debug.h:19:21: note: in expansion of macro 'TDEBUG_PLATFORM_FATAL' #define TDBFATAL() TDEBUG_PLATFORM_FATAL() ^~~~~~~~~~~~~~~~~~~~~ exec_doexec.c:374:3: note: in expansion of macro 'TDBFATAL' TDBFATAL(); ^~~~~~~~ exec_doexec.c: In function 'exec_taskentryfunc': ../../include/tek/config/posix.h:67:41: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define TDEBUG_PLATFORM_FATAL() (abort(), 0) ~~~~~~~~^~~~ ../../include/tek/debug.h:19:21: note: in expansion of macro 'TDEBUG_PLATFORM_FATAL' #define TDBFATAL() TDEBUG_PLATFORM_FATAL() ^~~~~~~~~~~~~~~~~~~~~ exec_doexec.c:718:5: note: in expansion of macro 'TDBFATAL' TDBFATAL(); ^~~~~~~~ /home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-ar rcu ../../lib/posix/libexec.a build/posix/exec_mod.lo cd misc && /usr/bin/make libs mkdir -p build/posix /home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-gcc -fPIC -DTDEBUG=5 -g -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-long-long -O2 -fno-strict-aliasing -I. -Iinclude -I../../include -DENABLE_GRADIENT -DENABLE_FILENO -DENABLE_PIXMAP_CACHE -DENABLE_PNG -o build/posix/libregion.lo -c region.c /home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-gcc -fPIC -DTDEBUG=5 -g -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-long-long -O2 -fno-strict-aliasing -I. -Iinclude -I../../include -DENABLE_GRADIENT -DENABLE_FILENO -DENABLE_PIXMAP_CACHE -DENABLE_PNG -o build/posix/libutf8.lo -c utf8.c /home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-gcc -fPIC -DTDEBUG=5 -g -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-long-long -O2 -fno-strict-aliasing -I. -Iinclude -I../../include -DENABLE_GRADIENT -DENABLE_FILENO -DENABLE_PIXMAP_CACHE -DENABLE_PNG -o build/posix/libpixconv.lo -c pixconv.c /home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-gcc -fPIC -DTDEBUG=5 -g -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-long-long -O2 -fno-strict-aliasing -I. -Iinclude -I../../include -DENABLE_GRADIENT -DENABLE_FILENO -DENABLE_PIXMAP_CACHE -DENABLE_PNG -o build/posix/libimgcache.lo -c imgcache.c /home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-gcc -fPIC -DTDEBUG=5 -g -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-long-long -O2 -fno-strict-aliasing -I. -Iinclude -I../../include -DENABLE_GRADIENT -DENABLE_FILENO -DENABLE_PIXMAP_CACHE -DENABLE_PNG -o build/posix/libimgload.lo -c imgload.c /home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-gcc -fPIC -DTDEBUG=5 -g -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-long-long -O2 -fno-strict-aliasing -I. -Iinclude -I../../include -DENABLE_GRADIENT -DENABLE_FILENO -DENABLE_PIXMAP_CACHE -DENABLE_PNG -o build/posix/libcachemanager.lo -c cachemanager.c /home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-ar rcu ../../lib/posix/libutf8.a build/posix/libutf8.lo /home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-ar rcu ../../lib/posix/libimgcache.a build/posix/libimgcache.lo /home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-ar rcu ../../lib/posix/libcachemanager.a build/posix/libcachemanager.lo /home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-ar rcu ../../lib/posix/libimgload.a build/posix/libimgload.lo /home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-ar rcu ../../lib/posix/libregion.a build/posix/libregion.lo /home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-ar rcu ../../lib/posix/libpixconv.a build/posix/libpixconv.lo cd visual && /usr/bin/make libs mkdir -p build/posix /home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-gcc -fPIC -DTDEBUG=5 -g -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-long-long -O2 -fno-strict-aliasing -I. -Iinclude -I../../include -o build/posix/visual_mod.lo -c visual_all.c In file included from ../../include/tek/config.h:17:0, from ../../include/tek/type.h:11, from ../../include/tek/exec.h:11, from ../../include/tek/teklib.h:11, from ../teklib/teklib.c:16, from visual_all.c:21: ../teklib/debug.c: In function 'TDebugFatal': ../../include/tek/config/posix.h:67:41: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define TDEBUG_PLATFORM_FATAL() (abort(), 0) ~~~~~~~~^~~~ ../teklib/debug.c:47:2: note: in expansion of macro 'TDEBUG_PLATFORM_FATAL' TDEBUG_PLATFORM_FATAL(); ^~~~~~~~~~~~~~~~~~~~~ /home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-ar rcu ../../lib/posix/libvisual.a build/posix/visual_mod.lo cd display_rawfb && /usr/bin/make libs mkdir -p build/posix /home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-gcc -fPIC -DTDEBUG=5 -g -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-long-long -O2 -fno-strict-aliasing -I. -Iinclude -I../../include -I/home/peko/autobuild/instance-0/output/host/xtensa-buildroot-linux-uclibc/sysroot/usr/include/freetype2 -DDEF_FONTDIR=\"/usr/share/lua/5.3/tek/ui/font\" -DRFB_PIXMAP_CACHE -DENABLE_LINUXFB -DENABLE_GRADIENT -DENABLE_FILENO -DENABLE_PIXMAP_CACHE -DENABLE_PNG -o build/posix/display_rfb_all.lo -c display_rfb_all.c /home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-ar rcu ../../lib/posix/libdisplay_rawfb.a build/posix/display_rfb_all.lo cd src && /usr/bin/make modules cd teklib && /usr/bin/make modules make[4]: Nothing to be done for `modules'. cd hal && /usr/bin/make modules make[4]: Nothing to be done for `modules'. cd exec && /usr/bin/make modules make[4]: Nothing to be done for `modules'. cd misc && /usr/bin/make modules make[4]: Nothing to be done for `modules'. cd visual && /usr/bin/make modules make[4]: Nothing to be done for `modules'. cd display_rawfb && /usr/bin/make modules make[4]: Nothing to be done for `modules'. cd tek/lib && /usr/bin/make modules mkdir -p build/posix /home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-gcc -fPIC -DTDEBUG=5 -g -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-long-long -O2 -fno-strict-aliasing -I. -Iinclude -I../../include -DENABLE_GRADIENT -DENABLE_FILENO -DENABLE_PIXMAP_CACHE -DENABLE_PNG -DENABLE_LAZY_SINGLETON -DDISPLAY_DRIVER=\"rawfb\" -o build/posix/region.lo -c region.c /home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-gcc -fPIC -DTDEBUG=5 -g -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-long-long -O2 -fno-strict-aliasing -I. -Iinclude -I../../include -DENABLE_GRADIENT -DENABLE_FILENO -DENABLE_PIXMAP_CACHE -DENABLE_PNG -DENABLE_LAZY_SINGLETON -DDISPLAY_DRIVER=\"rawfb\" -o build/posix/exec_lua.lo -c exec_lua.c /home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-gcc -fPIC -DTDEBUG=5 -g -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-long-long -O2 -fno-strict-aliasing -I. -Iinclude -I../../include -DENABLE_GRADIENT -DENABLE_FILENO -DENABLE_PIXMAP_CACHE -DENABLE_PNG -DENABLE_LAZY_SINGLETON -DDISPLAY_DRIVER=\"rawfb\" -o build/posix/visual_lua.lo -c visual_lua.c /home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-gcc -fPIC -DTDEBUG=5 -g -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-long-long -O2 -fno-strict-aliasing -I. -Iinclude -I../../include -DENABLE_GRADIENT -DENABLE_FILENO -DENABLE_PIXMAP_CACHE -DENABLE_PNG -DENABLE_LAZY_SINGLETON -DDISPLAY_DRIVER=\"rawfb\" -o build/posix/visual_api.lo -c visual_api.c /home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-gcc -fPIC -DTDEBUG=5 -g -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-long-long -O2 -fno-strict-aliasing -I. -Iinclude -I../../include -DENABLE_GRADIENT -DENABLE_FILENO -DENABLE_PIXMAP_CACHE -DENABLE_PNG -DENABLE_LAZY_SINGLETON -DDISPLAY_DRIVER=\"rawfb\" -o build/posix/visual_io.lo -c visual_io.c /home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-gcc -fPIC -DTDEBUG=5 -g -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-long-long -O2 -fno-strict-aliasing -I. -Iinclude -I../../include -DENABLE_GRADIENT -DENABLE_FILENO -DENABLE_PIXMAP_CACHE -DENABLE_PNG -DENABLE_LAZY_SINGLETON -DDISPLAY_DRIVER=\"rawfb\" -o build/posix/string.lo -c string.c /home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-gcc -fPIC -DTDEBUG=5 -g -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-long-long -O2 -fno-strict-aliasing -I. -Iinclude -I../../include -DENABLE_GRADIENT -DENABLE_FILENO -DENABLE_PIXMAP_CACHE -DENABLE_PNG -DENABLE_LAZY_SINGLETON -DDISPLAY_DRIVER=\"rawfb\" -o build/posix/support.lo -c support.c /home/peko/autobuild/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-gcc -fPIC -DTDEBUG=5 -g -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-long-long -O2 -fno-strict-aliasing -I. -Iinclude -I../../include -DENABLE_GRADIENT -DENABLE_FILENO -DENABLE_PIXMAP_CACHE -DENABLE_PNG -DENABLE_LAZY_SINGLETON -DDISPLAY_DRIVER=\"rawfb\" -I/home/peko/autobuild/instance-0/output/host/xtensa-buildroot-linux-uclibc/sysroot/usr/include/freetype2 -DDEF_FONTDIR=\"/usr/share/lua/5.3/tek/ui/font\" -DRFB_PIXMAP_CACHE -DENABLE_LINUXFB -o build/posix/rawfb_lua.lo -c display/rawfb_lua.c Assembler messages: Fatal error: can't create build/posix/rawfb_lua.lo: No such file or directory Assembler messages: Fatal error: can't create build/posix/support.lo: No such file or directory make[3]: *** [build/posix/rawfb_lua.lo] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [build/posix/support.lo] Error 1 Assembler messages: Fatal error: can't create build/posix/region.lo: No such file or directory make[3]: *** [build/posix/region.lo] Error 1 Assembler messages: Fatal error: can't create build/posix/visual_lua.lo: No such file or directory make[3]: *** [build/posix/visual_lua.lo] Error 1 Assembler messages: Fatal error: can't create build/posix/visual_io.lo: No such file or directory make[3]: *** [build/posix/visual_io.lo] Error 1 make[2]: *** [modules] Error 2 make[1]: *** [/home/peko/autobuild/instance-0/output/build/tekui-1.12/.stamp_built] Error 2 make: *** [_all] Error 2 make: Leaving directory `/home/peko/autobuild/instance-0/buildroot'