DEBUG: Executing shell function do_compile NOTE: make -j 8 Q= E=@: CCOPT= CCOPT_x86= CFLAGS= LDFLAGS= TARGET_STRIP=@: TARGET_SYS=Linux CC=i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0/recipe-sysroot TARGET_AR=i686-poky-linux-gcc-ar rcus TARGET_CFLAGS= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0=/usr/src/debug/luajit/2.1.0~beta3-200809-r0 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0=/usr/src/debug/luajit/2.1.0~beta3-200809-r0 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0/recipe-sysroot-native= TARGET_LDFLAGS=-Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now TARGET_SHLDFLAGS=-Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now HOST_CC=gcc -m32 HOST_CFLAGS=-isystemTOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0/recipe-sysroot-native/usr/include -O2 -pipe PREFIX=/usr MULTILIB=lib LDCONFIG=: ==== Building LuaJIT 2.1.0-beta3 ==== make -C src make[1]: Entering directory 'TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0/git/src' gcc -m32 -Wall -I. -DLUAJIT_TARGET=LUAJIT_ARCH_x86 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -isystemTOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0/recipe-sysroot-native/usr/include -O2 -pipe -c -o host/minilua.o host/minilua.c gcc -m32 -Wall -I. -DLUAJIT_TARGET=LUAJIT_ARCH_x86 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -isystemTOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0/recipe-sysroot-native/usr/include -O2 -pipe -c -o host/buildvm_asm.o host/buildvm_asm.c gcc -m32 -Wall -I. -DLUAJIT_TARGET=LUAJIT_ARCH_x86 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -isystemTOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0/recipe-sysroot-native/usr/include -O2 -pipe -c -o host/buildvm_peobj.o host/buildvm_peobj.c gcc -m32 -Wall -I. -DLUAJIT_TARGET=LUAJIT_ARCH_x86 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -isystemTOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0/recipe-sysroot-native/usr/include -O2 -pipe -c -o host/buildvm_lib.o host/buildvm_lib.c gcc -m32 -Wall -I. -DLUAJIT_TARGET=LUAJIT_ARCH_x86 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -isystemTOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0/recipe-sysroot-native/usr/include -O2 -pipe -c -o host/buildvm_fold.o host/buildvm_fold.c i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0/recipe-sysroot -fPIC -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0=/usr/src/debug/luajit/2.1.0~beta3-200809-r0 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0=/usr/src/debug/luajit/2.1.0~beta3-200809-r0 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0/recipe-sysroot-native= -c -o lj_assert_dyn.o lj_assert.c 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 <asm/errno.h> | ^~~~~~~~~~~~~ compilation terminated. make[1]: *** [Makefile:695: host/buildvm_asm.o] Error 1 make[1]: *** Waiting for unfinished jobs.... i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0/recipe-sysroot -fPIC -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0=/usr/src/debug/luajit/2.1.0~beta3-200809-r0 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0=/usr/src/debug/luajit/2.1.0~beta3-200809-r0 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0/recipe-sysroot-native= -c -o lj_gc_dyn.o lj_gc.c 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 <asm/errno.h> | ^~~~~~~~~~~~~ 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_fold.c:6: /usr/include/linux/errno.h:1:10: fatal error: asm/errno.h: No such file or directory 1 | #include <asm/errno.h> | ^~~~~~~~~~~~~ compilation terminated. make[1]: *** [Makefile:695: host/minilua.o] Error 1 make[1]: *** [Makefile:695: host/buildvm_fold.o] Error 1 i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0/recipe-sysroot -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0=/usr/src/debug/luajit/2.1.0~beta3-200809-r0 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0=/usr/src/debug/luajit/2.1.0~beta3-200809-r0 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0/recipe-sysroot-native= -c -o lj_assert.o lj_assert.c 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 <asm/errno.h> | ^~~~~~~~~~~~~ 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 <asm/errno.h> | ^~~~~~~~~~~~~ compilation terminated. make[1]: *** [Makefile:695: host/buildvm_peobj.o] Error 1 make[1]: *** [Makefile:695: host/buildvm_lib.o] Error 1 i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0/recipe-sysroot -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0=/usr/src/debug/luajit/2.1.0~beta3-200809-r0 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0=/usr/src/debug/luajit/2.1.0~beta3-200809-r0 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0/recipe-sysroot-native= -c -o lj_gc.o lj_gc.c make[1]: Leaving directory 'TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0/git/src' make: *** [Makefile:113: default] Error 2 ERROR: oe_runmake failed WARNING: exit code 1 from a shell command. ERROR: Execution of 'TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0/temp/run.do_compile.2253549' failed with exit code 1: ==== Building LuaJIT 2.1.0-beta3 ==== make -C src make[1]: Entering directory 'TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0/git/src' gcc -m32 -Wall -I. -DLUAJIT_TARGET=LUAJIT_ARCH_x86 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -isystemTOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0/recipe-sysroot-native/usr/include -O2 -pipe -c -o host/minilua.o host/minilua.c gcc -m32 -Wall -I. -DLUAJIT_TARGET=LUAJIT_ARCH_x86 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -isystemTOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0/recipe-sysroot-native/usr/include -O2 -pipe -c -o host/buildvm_asm.o host/buildvm_asm.c gcc -m32 -Wall -I. -DLUAJIT_TARGET=LUAJIT_ARCH_x86 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -isystemTOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0/recipe-sysroot-native/usr/include -O2 -pipe -c -o host/buildvm_peobj.o host/buildvm_peobj.c gcc -m32 -Wall -I. -DLUAJIT_TARGET=LUAJIT_ARCH_x86 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -isystemTOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0/recipe-sysroot-native/usr/include -O2 -pipe -c -o host/buildvm_lib.o host/buildvm_lib.c gcc -m32 -Wall -I. -DLUAJIT_TARGET=LUAJIT_ARCH_x86 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -isystemTOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0/recipe-sysroot-native/usr/include -O2 -pipe -c -o host/buildvm_fold.o host/buildvm_fold.c i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0/recipe-sysroot -fPIC -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0=/usr/src/debug/luajit/2.1.0~beta3-200809-r0 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0=/usr/src/debug/luajit/2.1.0~beta3-200809-r0 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0/recipe-sysroot-native= -c -o lj_assert_dyn.o lj_assert.c 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 <asm/errno.h> | ^~~~~~~~~~~~~ compilation terminated. make[1]: *** [Makefile:695: host/buildvm_asm.o] Error 1 make[1]: *** Waiting for unfinished jobs.... i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0/recipe-sysroot -fPIC -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0=/usr/src/debug/luajit/2.1.0~beta3-200809-r0 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0=/usr/src/debug/luajit/2.1.0~beta3-200809-r0 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0/recipe-sysroot-native= -c -o lj_gc_dyn.o lj_gc.c 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 <asm/errno.h> | ^~~~~~~~~~~~~ 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_fold.c:6: /usr/include/linux/errno.h:1:10: fatal error: asm/errno.h: No such file or directory 1 | #include <asm/errno.h> | ^~~~~~~~~~~~~ compilation terminated. make[1]: *** [Makefile:695: host/minilua.o] Error 1 make[1]: *** [Makefile:695: host/buildvm_fold.o] Error 1 i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0/recipe-sysroot -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0=/usr/src/debug/luajit/2.1.0~beta3-200809-r0 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0=/usr/src/debug/luajit/2.1.0~beta3-200809-r0 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0/recipe-sysroot-native= -c -o lj_assert.o lj_assert.c 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 <asm/errno.h> | ^~~~~~~~~~~~~ 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 <asm/errno.h> | ^~~~~~~~~~~~~ compilation terminated. make[1]: *** [Makefile:695: host/buildvm_peobj.o] Error 1 make[1]: *** [Makefile:695: host/buildvm_lib.o] Error 1 i686-poky-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0/recipe-sysroot -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0=/usr/src/debug/luajit/2.1.0~beta3-200809-r0 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0=/usr/src/debug/luajit/2.1.0~beta3-200809-r0 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0/recipe-sysroot-native= -c -o lj_gc.o lj_gc.c make[1]: Leaving directory 'TOPDIR/tmp/work/core2-32-poky-linux/luajit/2.1.0~beta3-200809-r0/git/src' make: *** [Makefile:113: default] Error 2 WARNING: exit code 1 from a shell command.