>>> tekui 1.12 Extracting gzip -d -c /accts/mlweber1/instance-1/dl/tekui/tekui-1.12.tgz | tar --strip-components=1 -C /accts/mlweber1/instance-1/output/build/tekui-1.12 -xf - >>> tekui 1.12 Patching >>> tekui 1.12 Configuring >>> tekui 1.12 Building PATH="/accts/mlweber1/instance-1/output/host/bin:/accts/mlweber1/instance-1/output/host/sbin:/usr/bin:/bin" /usr/bin/make -j32 CC="/accts/mlweber1/instance-1/output/host/bin/x86_64-linux-gcc -fPIC" AR="/accts/mlweber1/instance-1/output/host/bin/x86_64-linux-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/accts/mlweber1/instance-1/output/host/x86_64-buildroot-linux-musl/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 /accts/mlweber1/instance-1/output/build/tekui-1.12 all make[1]: Entering directory `/accts/mlweber1/instance-1/output/build/tekui-1.12' cd src && /usr/bin/make libs make[2]: Entering directory `/accts/mlweber1/instance-1/output/build/tekui-1.12/src' cd teklib && /usr/bin/make libs make[3]: Entering directory `/accts/mlweber1/instance-1/output/build/tekui-1.12/src/teklib' mkdir -p ../../lib/posix mkdir -p build/posix /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-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 /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-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 /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-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 /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-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 /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-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 /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-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/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); ^~~~~~~~~ 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(); ^~~~~~~~~~~~~~~~~~~~~ posix/host.c:86:2: warning: #warning using globals (-DENABLE_LAZY_SINGLETON) [-Wcpp] #warning using globals (-DENABLE_LAZY_SINGLETON) ^~~~~~~ /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-ar rcu ../../lib/posix/libtekdebug.a build/posix/debug.lo /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-ar rcu ../../lib/posix/libtekstring.a build/posix/string.lo /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-ar rcu ../../lib/posix/libtekcmain.a build/posix/init.lo build/posix/teklib.lo build/posix/host.lo build/posix/main.lo /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-ar rcu ../../lib/posix/libtekc.a build/posix/init.lo build/posix/teklib.lo build/posix/host.lo /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-ar rcu ../../lib/posix/libtek.a build/posix/teklib.lo make[3]: Leaving directory `/accts/mlweber1/instance-1/output/build/tekui-1.12/src/teklib' cd hal && /usr/bin/make libs make[3]: Entering directory `/accts/mlweber1/instance-1/output/build/tekui-1.12/src/hal' mkdir -p build/posix /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-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 /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-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 /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-ar rcu ../../lib/posix/libhal.a build/posix/hal_mod.lo build/posix/hal.lo make[3]: Leaving directory `/accts/mlweber1/instance-1/output/build/tekui-1.12/src/hal' cd exec && /usr/bin/make libs make[3]: Entering directory `/accts/mlweber1/instance-1/output/build/tekui-1.12/src/exec' mkdir -p build/posix /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-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(); ^~~~~~~~ /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-ar rcu ../../lib/posix/libexec.a build/posix/exec_mod.lo make[3]: Leaving directory `/accts/mlweber1/instance-1/output/build/tekui-1.12/src/exec' cd misc && /usr/bin/make libs make[3]: Entering directory `/accts/mlweber1/instance-1/output/build/tekui-1.12/src/misc' mkdir -p build/posix /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-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 /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-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 /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-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 /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-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 /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-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 /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-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 /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-ar rcu ../../lib/posix/libutf8.a build/posix/libutf8.lo /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-ar rcu ../../lib/posix/libimgcache.a build/posix/libimgcache.lo /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-ar rcu ../../lib/posix/libcachemanager.a build/posix/libcachemanager.lo /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-ar rcu ../../lib/posix/libimgload.a build/posix/libimgload.lo /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-ar rcu ../../lib/posix/libregion.a build/posix/libregion.lo /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-ar rcu ../../lib/posix/libpixconv.a build/posix/libpixconv.lo make[3]: Leaving directory `/accts/mlweber1/instance-1/output/build/tekui-1.12/src/misc' cd visual && /usr/bin/make libs make[3]: Entering directory `/accts/mlweber1/instance-1/output/build/tekui-1.12/src/visual' mkdir -p build/posix /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-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(); ^~~~~~~~~~~~~~~~~~~~~ /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-ar rcu ../../lib/posix/libvisual.a build/posix/visual_mod.lo make[3]: Leaving directory `/accts/mlweber1/instance-1/output/build/tekui-1.12/src/visual' cd display_rawfb && /usr/bin/make libs make[3]: Entering directory `/accts/mlweber1/instance-1/output/build/tekui-1.12/src/display_rawfb' mkdir -p build/posix /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-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/accts/mlweber1/instance-1/output/host/x86_64-buildroot-linux-musl/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 /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-ar rcu ../../lib/posix/libdisplay_rawfb.a build/posix/display_rfb_all.lo make[3]: Leaving directory `/accts/mlweber1/instance-1/output/build/tekui-1.12/src/display_rawfb' make[2]: Leaving directory `/accts/mlweber1/instance-1/output/build/tekui-1.12/src' cd src && /usr/bin/make modules make[2]: Entering directory `/accts/mlweber1/instance-1/output/build/tekui-1.12/src' cd teklib && /usr/bin/make modules make[3]: Entering directory `/accts/mlweber1/instance-1/output/build/tekui-1.12/src/teklib' make[3]: Nothing to be done for `modules'. make[3]: Leaving directory `/accts/mlweber1/instance-1/output/build/tekui-1.12/src/teklib' cd hal && /usr/bin/make modules make[3]: Entering directory `/accts/mlweber1/instance-1/output/build/tekui-1.12/src/hal' make[3]: Nothing to be done for `modules'. make[3]: Leaving directory `/accts/mlweber1/instance-1/output/build/tekui-1.12/src/hal' cd exec && /usr/bin/make modules make[3]: Entering directory `/accts/mlweber1/instance-1/output/build/tekui-1.12/src/exec' make[3]: Nothing to be done for `modules'. make[3]: Leaving directory `/accts/mlweber1/instance-1/output/build/tekui-1.12/src/exec' cd misc && /usr/bin/make modules make[3]: Entering directory `/accts/mlweber1/instance-1/output/build/tekui-1.12/src/misc' make[3]: Nothing to be done for `modules'. make[3]: Leaving directory `/accts/mlweber1/instance-1/output/build/tekui-1.12/src/misc' cd visual && /usr/bin/make modules make[3]: Entering directory `/accts/mlweber1/instance-1/output/build/tekui-1.12/src/visual' make[3]: Nothing to be done for `modules'. make[3]: Leaving directory `/accts/mlweber1/instance-1/output/build/tekui-1.12/src/visual' cd display_rawfb && /usr/bin/make modules make[3]: Entering directory `/accts/mlweber1/instance-1/output/build/tekui-1.12/src/display_rawfb' make[3]: Nothing to be done for `modules'. make[3]: Leaving directory `/accts/mlweber1/instance-1/output/build/tekui-1.12/src/display_rawfb' make[2]: Leaving directory `/accts/mlweber1/instance-1/output/build/tekui-1.12/src' cd tek/lib && /usr/bin/make modules make[2]: Entering directory `/accts/mlweber1/instance-1/output/build/tekui-1.12/tek/lib' mkdir -p build/posix /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-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 /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-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 /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-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 /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-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 /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-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 /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-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 /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-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 /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-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/accts/mlweber1/instance-1/output/host/x86_64-buildroot-linux-musl/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 /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-gcc -fPIC -shared -L ../../lib/posix -o display/rawfb.so build/posix/rawfb_lua.lo -L../../lib/posix -ldisplay_rawfb -limgload -lfreetype -lpng -lutf8 -lregion -limgcache -lpixconv -ltek -ltekdebug /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-gcc -fPIC -shared -L ../../lib/posix -o support.so build/posix/support.lo /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-gcc -fPIC -shared -L ../../lib/posix -o region.so build/posix/region.lo -pthread -lregion -ltekdebug /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-gcc -fPIC -shared -L ../../lib/posix -o exec.so build/posix/exec_lua.lo -L../../lib/posix -lhal -lexec -ltekc -ltekdebug -pthread /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-gcc -fPIC -shared -L ../../lib/posix -o string.so build/posix/string.lo -pthread -ltek -ltekdebug -lutf8 /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-gcc -fPIC -shared -L ../../lib/posix -o visual.so build/posix/visual_lua.lo build/posix/visual_api.lo build/posix/visual_io.lo -L../../lib/posix -lvisual -lcachemanager -limgload -lpixconv -ltek -ltekdebug -lpng make[2]: Leaving directory `/accts/mlweber1/instance-1/output/build/tekui-1.12/tek/lib' cd tek/ui && /usr/bin/make modules make[2]: Entering directory `/accts/mlweber1/instance-1/output/build/tekui-1.12/tek/ui' mkdir -p build/posix /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-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/area.lo -c class/area.c /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-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/frame.lo -c class/frame.c /accts/mlweber1/instance-1/output/host/bin/x86_64-linux-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/default.lo -c layout/default.c Assembler messages: Fatal error: can't create build/posix/frame.lo: No such file or directory make[2]: *** [build/posix/frame.lo] Error 1 make[2]: *** Waiting for unfinished jobs.... Assembler messages: Fatal error: can't create build/posix/default.lo: No such file or directory make[2]: *** [build/posix/default.lo] Error 1 Assembler messages: Fatal error: can't create build/posix/area.lo: No such file or directory make[2]: *** [build/posix/area.lo] Error 1 make[2]: Leaving directory `/accts/mlweber1/instance-1/output/build/tekui-1.12/tek/ui' make[1]: *** [modules] Error 2 make[1]: Leaving directory `/accts/mlweber1/instance-1/output/build/tekui-1.12' make: *** [/accts/mlweber1/instance-1/output/build/tekui-1.12/.stamp_built] Error 2 make: Leaving directory `/accts/mlweber1/instance-1/buildroot'