>>> luajit 2.1.2 Extracting gzip -d -c /tmp/instance-0/dl/luajit/luajit-2.1.2.tar.gz | /tmp/instance-0/output-1/host/bin/tar --strip-components=1 -C /tmp/instance-0/output-1/build/luajit-2.1.2 -xf - >>> luajit 2.1.2 Patching Applying 0001-no-bin-symlink.patch using patch: patching file Makefile Applying 0002-install-inc.patch using patch: patching file Makefile >>> luajit 2.1.2 Configuring >>> luajit 2.1.2 Building PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j32 PREFIX="/usr" STATIC_CC="/tmp/instance-0/output-1/host/bin/arm-none-linux-gnueabi-gcc" DYNAMIC_CC="/tmp/instance-0/output-1/host/bin/arm-none-linux-gnueabi-gcc -fPIC" TARGET_LD="/tmp/instance-0/output-1/host/bin/arm-none-linux-gnueabi-gcc" TARGET_AR="/tmp/instance-0/output-1/host/bin/arm-none-linux-gnueabi-ar rcus" TARGET_STRIP=true TARGET_CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " TARGET_LDFLAGS="" HOST_CC="/usr/bin/gcc -m32" HOST_CFLAGS="-O2 -I/tmp/instance-0/output-1/host/include" HOST_LDFLAGS="-L/tmp/instance-0/output-1/host/lib -Wl,-rpath,/tmp/instance-0/output-1/host/lib" BUILDMODE=dynamic XCFLAGS=-DLUAJIT_ENABLE_LUA52COMPAT -C /tmp/instance-0/output-1/build/luajit-2.1.2 amalg make[1]: Entering directory '/tmp/instance-0/output-1/build/luajit-2.1.2' Building moonjit 2.1.2 /usr/bin/make -C src amalg make[2]: Entering directory '/tmp/instance-0/output-1/build/luajit-2.1.2/src' +--------------------------------------------------------------------------+ | WARNING: Compiling the amalgamation needs a lot of virtual memory | | (around 300 MB with GCC 4.x)! If you don't have enough physical memory | | your machine will start swapping to disk and the compile will not finish | | within a reasonable amount of time. | | So either compile on a bigger machine or use the non-amalgamated build. | +--------------------------------------------------------------------------+ /usr/bin/make all "LJCORE_O=ljamalg.o" make[3]: Entering directory '/tmp/instance-0/output-1/build/luajit-2.1.2/src' HOSTCC host/minilua.o HOSTCC host/buildvm_asm.o HOSTCC host/buildvm_peobj.o HOSTCC host/buildvm_lib.o HOSTCC host/buildvm_fold.o CC luajit.o In file included from /usr/include/bits/errno.h:26, from /usr/include/errno.h:28, from host/buildvm.h:13, from host/buildvm_peobj.c:9: /usr/include/linux/errno.h:1:10: fatal error: asm/errno.h: No such file or directory 1 | #include | ^~~~~~~~~~~~~ compilation terminated. make[3]: *** [Makefile:710: host/buildvm_peobj.o] Error 1 make[3]: *** Waiting for unfinished jobs.... In file included from /usr/include/bits/errno.h:26, from /usr/include/errno.h:28, from host/buildvm.h:13, from host/buildvm_fold.c:6: /usr/include/linux/errno.h:1:10: fatal error: asm/errno.h: No such file or directory 1 | #include | ^~~~~~~~~~~~~ compilation terminated. In file included from /usr/include/bits/errno.h:26, from /usr/include/errno.h:28, from host/buildvm.h:13, from host/buildvm_lib.c:6: /usr/include/linux/errno.h:1:10: fatal error: asm/errno.h: No such file or directory 1 | #include | ^~~~~~~~~~~~~ In file included from /usr/include/bits/errno.h:26, from /usr/include/errno.h:28, from host/buildvm.h:13, from host/buildvm_asm.c:6: /usr/include/linux/errno.h:1:10: fatal error: asm/errno.h: No such file or directory 1 | #include | ^~~~~~~~~~~~~ compilation terminated. compilation terminated. make[3]: *** [Makefile:710: host/buildvm_fold.o] Error 1 make[3]: *** [Makefile:710: host/buildvm_asm.o] Error 1 make[3]: *** [Makefile:710: host/buildvm_lib.o] Error 1 In file included from /usr/include/bits/errno.h:26, from /usr/include/errno.h:28, from host/minilua.c:40: /usr/include/linux/errno.h:1:10: fatal error: asm/errno.h: No such file or directory 1 | #include | ^~~~~~~~~~~~~ compilation terminated. make[3]: *** [Makefile:710: host/minilua.o] Error 1 make[3]: Leaving directory '/tmp/instance-0/output-1/build/luajit-2.1.2/src' make[2]: *** [Makefile:619: amalg] Error 2 make[2]: Leaving directory '/tmp/instance-0/output-1/build/luajit-2.1.2/src' make[1]: *** [Makefile:172: amalg] Error 2 make[1]: Leaving directory '/tmp/instance-0/output-1/build/luajit-2.1.2' make: *** [package/pkg-generic.mk:250: /tmp/instance-0/output-1/build/luajit-2.1.2/.stamp_built] Error 2 make: Leaving directory '/tmp/instance-0/buildroot'