>>> libdeflate 1.12 Extracting gzip -d -c /home/thomas/autobuild/instance-2/dl/libdeflate/libdeflate-1.12.tar.gz | tar --strip-components=1 -C /home/thomas/autobuild/instance-2/output-1/build/libdeflate-1.12 -xf - >>> libdeflate 1.12 Patching >>> libdeflate 1.12 Configuring >>> libdeflate 1.12 Building PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j4 -C /home/thomas/autobuild/instance-2/output-1/build/libdeflate-1.12 PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/home/thomas/autobuild/instance-2/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc-ar" AS="/home/thomas/autobuild/instance-2/output-1/host/bin/aarch64-buildroot-linux-gnu-as" LD="/home/thomas/autobuild/instance-2/output-1/host/bin/aarch64-buildroot-linux-gnu-ld" NM="/home/thomas/autobuild/instance-2/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc-nm" CC="/home/thomas/autobuild/instance-2/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc" GCC="/home/thomas/autobuild/instance-2/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc" CPP="/home/thomas/autobuild/instance-2/output-1/host/bin/aarch64-buildroot-linux-gnu-cpp" CXX="/home/thomas/autobuild/instance-2/output-1/host/bin/aarch64-buildroot-linux-gnu-g++" FC="/home/thomas/autobuild/instance-2/output-1/host/bin/aarch64-buildroot-linux-gnu-gfortran" F77="/home/thomas/autobuild/instance-2/output-1/host/bin/aarch64-buildroot-linux-gnu-gfortran" RANLIB="/home/thomas/autobuild/instance-2/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc-ranlib" READELF="/home/thomas/autobuild/instance-2/output-1/host/bin/aarch64-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/thomas/autobuild/instance-2/output-1/host/bin/aarch64-buildroot-linux-gnu-objcopy" OBJDUMP="/home/thomas/autobuild/instance-2/output-1/host/bin/aarch64-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/thomas/autobuild/instance-2/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/thomas/autobuild/instance-2/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/thomas/autobuild/instance-2/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/thomas/autobuild/instance-2/output-1/host/lib -Wl,-rpath,/home/thomas/autobuild/instance-2/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/thomas/autobuild/instance-2/output-1/host/bin/aarch64-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/thomas/autobuild/instance-2/output-1/host/bin/aarch64-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 " LDFLAGS="" FCFLAGS=" -O0 -g0" FFLAGS=" -O0 -g0" PKG_CONFIG="/home/thomas/autobuild/instance-2/output-1/host/bin/pkg-config" STAGING_DIR="/home/thomas/autobuild/instance-2/output-1/host/aarch64-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no make[1]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/libdeflate-1.12' CC lib/deflate_decompress.o CC lib/utils.o CC lib/arm/cpu_features.o CC lib/x86/cpu_features.o CC lib/deflate_compress.o CC lib/adler32.o CC lib/zlib_decompress.o CC lib/zlib_compress.o CC lib/crc32.o CC lib/gzip_decompress.o CC lib/gzip_compress.o CC lib/deflate_decompress.shlib.o CC lib/utils.shlib.o CC lib/arm/cpu_features.shlib.o CC lib/x86/cpu_features.shlib.o CC lib/deflate_compress.shlib.o CC lib/adler32.shlib.o In file included from lib/lib_common.h:15, from lib/crc32.c:171: lib/arm/crc32_pmull_wide.h: In function 'crc32_arm_pmullx12_crc_eor3': lib/../common_defs.h:402:1: error: inlining failed in call to 'always_inline' 'get_unaligned_le64': target specific option mismatch 402 | get_unaligned_le64(const u8 *p) | ^~~~~~~~~~~~~~~~~~ In file included from lib/arm/crc32_impl.h:587, from lib/crc32.c:227: lib/arm/crc32_pmull_wide.h:188:23: note: called from here 188 | crc = __crc32d(crc, get_unaligned_le64(p + 24)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from lib/lib_common.h:15, from lib/crc32.c:171: lib/../common_defs.h:402:1: error: inlining failed in call to 'always_inline' 'get_unaligned_le64': target specific option mismatch 402 | get_unaligned_le64(const u8 *p) | ^~~~~~~~~~~~~~~~~~ In file included from lib/arm/crc32_impl.h:587, from lib/crc32.c:227: lib/arm/crc32_pmull_wide.h:187:23: note: called from here 187 | crc = __crc32d(crc, get_unaligned_le64(p + 16)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from lib/lib_common.h:15, from lib/crc32.c:171: lib/../common_defs.h:402:1: error: inlining failed in call to 'always_inline' 'get_unaligned_le64': target specific option mismatch 402 | get_unaligned_le64(const u8 *p) | ^~~~~~~~~~~~~~~~~~ In file included from lib/arm/crc32_impl.h:587, from lib/crc32.c:227: lib/arm/crc32_pmull_wide.h:186:23: note: called from here 186 | crc = __crc32d(crc, get_unaligned_le64(p + 8)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from lib/lib_common.h:15, from lib/crc32.c:171: lib/../common_defs.h:402:1: error: inlining failed in call to 'always_inline' 'get_unaligned_le64': target specific option mismatch 402 | get_unaligned_le64(const u8 *p) | ^~~~~~~~~~~~~~~~~~ In file included from lib/arm/crc32_impl.h:587, from lib/crc32.c:227: lib/arm/crc32_pmull_wide.h:185:23: note: called from here 185 | crc = __crc32d(crc, get_unaligned_le64(p + 0)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from lib/lib_common.h:15, from lib/crc32.c:171: lib/../common_defs.h:402:1: error: inlining failed in call to 'always_inline' 'get_unaligned_le64': target specific option mismatch 402 | get_unaligned_le64(const u8 *p) | ^~~~~~~~~~~~~~~~~~ In file included from lib/arm/crc32_impl.h:587, from lib/crc32.c:227: lib/arm/crc32_pmull_wide.h:186:23: note: called from here 186 | crc = __crc32d(crc, get_unaligned_le64(p + 8)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from lib/lib_common.h:15, from lib/crc32.c:171: lib/../common_defs.h:402:1: error: inlining failed in call to 'always_inline' 'get_unaligned_le64': target specific option mismatch 402 | get_unaligned_le64(const u8 *p) | ^~~~~~~~~~~~~~~~~~ In file included from lib/arm/crc32_impl.h:587, from lib/crc32.c:227: lib/arm/crc32_pmull_wide.h:187:23: note: called from here 187 | crc = __crc32d(crc, get_unaligned_le64(p + 16)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from lib/lib_common.h:15, from lib/crc32.c:171: lib/../common_defs.h:402:1: error: inlining failed in call to 'always_inline' 'get_unaligned_le64': target specific option mismatch 402 | get_unaligned_le64(const u8 *p) | ^~~~~~~~~~~~~~~~~~ In file included from lib/arm/crc32_impl.h:587, from lib/crc32.c:227: lib/arm/crc32_pmull_wide.h:188:23: note: called from here 188 | crc = __crc32d(crc, get_unaligned_le64(p + 24)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from lib/lib_common.h:15, from lib/crc32.c:171: lib/../common_defs.h:402:1: error: inlining failed in call to 'always_inline' 'get_unaligned_le64': target specific option mismatch 402 | get_unaligned_le64(const u8 *p) | ^~~~~~~~~~~~~~~~~~ In file included from lib/arm/crc32_impl.h:587, from lib/crc32.c:227: lib/arm/crc32_pmull_wide.h:193:23: note: called from here 193 | crc = __crc32d(crc, get_unaligned_le64(p + 8)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from lib/lib_common.h:15, from lib/crc32.c:171: lib/../common_defs.h:402:1: error: inlining failed in call to 'always_inline' 'get_unaligned_le64': target specific option mismatch 402 | get_unaligned_le64(const u8 *p) | ^~~~~~~~~~~~~~~~~~ In file included from lib/arm/crc32_impl.h:587, from lib/crc32.c:227: lib/arm/crc32_pmull_wide.h:192:23: note: called from here 192 | crc = __crc32d(crc, get_unaligned_le64(p + 0)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from lib/lib_common.h:15, from lib/crc32.c:171: lib/../common_defs.h:402:1: error: inlining failed in call to 'always_inline' 'get_unaligned_le64': target specific option mismatch 402 | get_unaligned_le64(const u8 *p) | ^~~~~~~~~~~~~~~~~~ In file included from lib/arm/crc32_impl.h:587, from lib/crc32.c:227: lib/arm/crc32_pmull_wide.h:193:23: note: called from here 193 | crc = __crc32d(crc, get_unaligned_le64(p + 8)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from lib/lib_common.h:15, from lib/crc32.c:171: lib/../common_defs.h:402:1: error: inlining failed in call to 'always_inline' 'get_unaligned_le64': target specific option mismatch 402 | get_unaligned_le64(const u8 *p) | ^~~~~~~~~~~~~~~~~~ In file included from lib/arm/crc32_impl.h:587, from lib/crc32.c:227: lib/arm/crc32_pmull_wide.h:197:23: note: called from here 197 | crc = __crc32d(crc, get_unaligned_le64(p)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from lib/lib_common.h:15, from lib/crc32.c:171: lib/../common_defs.h:382:1: error: inlining failed in call to 'always_inline' 'get_unaligned_le32': target specific option mismatch 382 | get_unaligned_le32(const u8 *p) | ^~~~~~~~~~~~~~~~~~ In file included from lib/arm/crc32_impl.h:587, from lib/crc32.c:227: lib/arm/crc32_pmull_wide.h:201:23: note: called from here 201 | crc = __crc32w(crc, get_unaligned_le32(p)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from lib/lib_common.h:15, from lib/crc32.c:171: lib/../common_defs.h:364:1: error: inlining failed in call to 'always_inline' 'get_unaligned_le16': target specific option mismatch 364 | get_unaligned_le16(const u8 *p) | ^~~~~~~~~~~~~~~~~~ In file included from lib/arm/crc32_impl.h:587, from lib/crc32.c:227: lib/arm/crc32_pmull_wide.h:205:23: note: called from here 205 | crc = __crc32h(crc, get_unaligned_le16(p)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[1]: *** [Makefile:230: lib/crc32.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/libdeflate-1.12' make: *** [package/pkg-generic.mk:293: /home/thomas/autobuild/instance-2/output-1/build/libdeflate-1.12/.stamp_built] Error 2 make: Leaving directory '/home/thomas/autobuild/instance-2/buildroot'