>>> zlib-ng 2.0.6 Extracting gzip -d -c /home/autobuild/autobuild/instance-5/dl/zlib-ng/zlib-ng-2.0.6.tar.gz | tar --strip-components=1 -C /home/autobuild/autobuild/instance-5/output-1/build/zlib-ng-2.0.6 -xf - >>> zlib-ng 2.0.6 Patching Applying 0001-Use-static-keyword-for-vec_sumsu-to-prevent-undefine.patch using patch: patching file arch/power/adler32_power8.c >>> zlib-ng 2.0.6 Configuring (mkdir -p /home/autobuild/autobuild/instance-5/output-1/build/zlib-ng-2.0.6/ && cd /home/autobuild/autobuild/instance-5/output-1/build/zlib-ng-2.0.6/ && rm -f CMakeCache.txt && PATH="/home/autobuild/autobuild/instance-5/output-1/host/bin:/home/autobuild/autobuild/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /usr/bin/cmake /home/autobuild/autobuild/instance-5/output-1/build/zlib-ng-2.0.6/ -DCMAKE_TOOLCHAIN_FILE="/home/autobuild/autobuild/instance-5/output-1/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_COLOR_MAKEFILE=OFF -DBUILD_DOC=OFF -DBUILD_DOCS=OFF -DBUILD_EXAMPLE=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TEST=OFF -DBUILD_TESTS=OFF -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=OFF -DWITH_GZFILEOP=1 -DWITH_OPTIM=1 -DZLIB_COMPAT=1 -DZLIB_ENABLE_TESTS=OFF -DWITH_ACLE=1 -DWITH_NEON=1 -DWITH_POWER8=OFF ) -- Using CMake version 3.23.1 -- ZLIB_HEADER_VERSION: 1.2.11 -- ZLIBNG_HEADER_VERSION: 2.0.6 -- The C compiler identification is GNU 10.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /home/autobuild/autobuild/instance-5/output-1/host/bin/arm-buildroot-uclinux-uclibcgnueabihf-gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Arch not recognized, falling back to cmake arch: 'armv8l' -- Basearch of 'armv8l' has been detected as: 'arm' -- Using CMake toolchain: /home/autobuild/autobuild/instance-5/output-1/host/share/buildroot/toolchainfile.cmake -- Performing Test HAVE_FLOATABI_SOFTFP -- Performing Test HAVE_FLOATABI_SOFTFP - Failed -- Performing Test HAVE_FLOATABI_HARD -- Performing Test HAVE_FLOATABI_HARD - Success -- ARM floating point arch: -mfloat-abi=hard -- Performing Test MFPU_NEON_AVAILABLE -- Performing Test MFPU_NEON_AVAILABLE - Success -- Performing Test FNO_LTO_AVAILABLE -- Performing Test FNO_LTO_AVAILABLE - Success -- Architecture supports unaligned reads -- Architecture supports unaligned reads of > 4 bytes -- Looking for sys/sdt.h -- Looking for sys/sdt.h - not found -- Looking for unistd.h -- Looking for unistd.h - found -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of off64_t -- Check size of off64_t - done -- Looking for fseeko -- Looking for fseeko - found -- Looking for strerror -- Looking for strerror - found -- Looking for posix_memalign -- Looking for posix_memalign - found -- Performing Test HAVE_NO_INTERPOSITION -- Performing Test HAVE_NO_INTERPOSITION - Success -- Performing Test HAVE_ATTRIBUTE_VISIBILITY_HIDDEN -- Performing Test HAVE_ATTRIBUTE_VISIBILITY_HIDDEN - Success -- Performing Test HAVE_ATTRIBUTE_VISIBILITY_INTERNAL -- Performing Test HAVE_ATTRIBUTE_VISIBILITY_INTERNAL - Success -- Performing Test HAVE_BUILTIN_CTZ -- Performing Test HAVE_BUILTIN_CTZ - Success -- Performing Test HAVE_BUILTIN_CTZLL -- Performing Test HAVE_BUILTIN_CTZLL - Success -- Performing Test HAVE_PTRDIFF_T -- Performing Test HAVE_PTRDIFF_T - Success -- Performing Test ARM_AUXV_HAS_CRC32 -- Performing Test ARM_AUXV_HAS_CRC32 - Failed -- Performing Test ARM_HWCAP_HAS_CRC32 -- Performing Test ARM_HWCAP_HAS_CRC32 - Failed -- HWCAP2_CRC32 not present in sys/auxv.h; cannot detect support at runtime. -- Performing Test ARM_AUXV_HAS_NEON -- Performing Test ARM_AUXV_HAS_NEON - Failed -- Neither HWCAP_ARM_NEON or HWCAP_NEON present in sys/auxv.h; cannot detect support at runtime. -- Architecture-specific source files: arch/arm/armfeature.c;arch/arm/crc32_acle.c;arch/arm/insert_string_acle.c;arch/arm/adler32_neon.c;arch/arm/chunkset_neon.c;arch/arm/slide_neon.c -- The following features have been enabled: * CMAKE_BUILD_TYPE, Build type: Debug (selected) * WITH_GZFILEOP, Compile with support for gzFile related functions * ZLIB_COMPAT, Compile with zlib compatible API * WITH_OPTIM, Build with optimisation * WITH_NEW_STRATEGIES, Use new strategies * WITH_UNALIGNED, Support unaligned reads on platforms that support it * WITH_ACLE, Build with ACLE * WITH_NEON, Build with NEON intrinsics * ACLE_CRC, Support ACLE optimized CRC hash generation, using "-march=armv8-a+crc" * NEON_ADLER32, Support NEON instructions in adler32, using "-mfpu=neon" * NEON_SLIDEHASH, Support NEON instructions in slide_hash, using "-mfpu=neon" -- The following features have been disabled: * ZLIB_ENABLE_TESTS, Build test binaries * ZLIB_DUAL_LINK, Dual link tests against system zlib * WITH_FUZZERS, Build test/fuzz * WITH_NATIVE_INSTRUCTIONS, Instruct the compiler to use the full instruction set on this host (gcc/clang -march=native) * WITH_MAINTAINER_WARNINGS, Build with project maintainer warnings * WITH_CODE_COVERAGE, Enable code coverage reporting * WITH_INFLATE_STRICT, Build with strict inflate distance checking * WITH_INFLATE_ALLOW_INVALID_DIST, Build with zero fill for inflate invalid distances * INSTALL_UTILS, Copy minigzip and minideflate during install -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_TEST BUILD_TESTING BUILD_TESTS WITH_POWER8 -- Build files have been written to: /home/autobuild/autobuild/instance-5/output-1/build/zlib-ng-2.0.6 >>> zlib-ng 2.0.6 Building PATH="/home/autobuild/autobuild/instance-5/output-1/host/bin:/home/autobuild/autobuild/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-5/output-1/build/zlib-ng-2.0.6/ make[1]: Entering directory '/home/autobuild/autobuild/instance-5/output-1/build/zlib-ng-2.0.6' make[2]: Entering directory '/home/autobuild/autobuild/instance-5/output-1/build/zlib-ng-2.0.6' make[3]: Entering directory '/home/autobuild/autobuild/instance-5/output-1/build/zlib-ng-2.0.6' make[3]: Leaving directory '/home/autobuild/autobuild/instance-5/output-1/build/zlib-ng-2.0.6' make[3]: Entering directory '/home/autobuild/autobuild/instance-5/output-1/build/zlib-ng-2.0.6' [ 3%] Building C object CMakeFiles/zlib.dir/adler32.c.o cc1: warning: switch '-mcpu=cortex-a76.cortex-a55' conflicts with '-march=armv8.2-a' switch /tmp/ccGOzG7c.s: Assembler messages: /tmp/ccGOzG7c.s:95: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccGOzG7c.s:162: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccGOzG7c.s:238: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R [ 6%] Building C object CMakeFiles/zlib.dir/chunkset.c.o cc1: warning: switch '-mcpu=cortex-a76.cortex-a55' conflicts with '-march=armv8.2-a' switch /tmp/ccGxNcUX.s: Assembler messages: /tmp/ccGxNcUX.s:192: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccGxNcUX.s:200: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R [ 10%] Building C object CMakeFiles/zlib.dir/compare258.c.o cc1: warning: switch '-mcpu=cortex-a76.cortex-a55' conflicts with '-march=armv8.2-a' switch /tmp/ccN66QGU.s: Assembler messages: /tmp/ccN66QGU.s:487: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccN66QGU.s:495: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccN66QGU.s:555: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccN66QGU.s:710: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccN66QGU.s:892: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccN66QGU.s:900: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccN66QGU.s:960: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccN66QGU.s:1115: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccN66QGU.s:1297: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccN66QGU.s:1305: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccN66QGU.s:1365: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccN66QGU.s:1520: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccN66QGU.s:1702: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccN66QGU.s:1710: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccN66QGU.s:1770: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccN66QGU.s:1925: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R [ 13%] Building C object CMakeFiles/zlib.dir/compress.c.o cc1: warning: switch '-mcpu=cortex-a76.cortex-a55' conflicts with '-march=armv8.2-a' switch /tmp/cchpQUXN.s: Assembler messages: /tmp/cchpQUXN.s:127: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R [ 16%] Building C object CMakeFiles/zlib.dir/crc32.c.o cc1: warning: switch '-mcpu=cortex-a76.cortex-a55' conflicts with '-march=armv8.2-a' switch [ 20%] Building C object CMakeFiles/zlib.dir/crc32_comb.c.o cc1: warning: switch '-mcpu=cortex-a76.cortex-a55' conflicts with '-march=armv8.2-a' switch /tmp/ccxXRWC6.s: Assembler messages: /tmp/ccxXRWC6.s:49: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R [ 23%] Building C object CMakeFiles/zlib.dir/deflate.c.o cc1: warning: switch '-mcpu=cortex-a76.cortex-a55' conflicts with '-march=armv8.2-a' switch /tmp/ccnYZNTZ.s: Assembler messages: /tmp/ccnYZNTZ.s:214: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccnYZNTZ.s:251: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccnYZNTZ.s:386: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccnYZNTZ.s:1094: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccnYZNTZ.s:1228: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccnYZNTZ.s:1347: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccnYZNTZ.s:1347: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccnYZNTZ.s:2558: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccnYZNTZ.s:3079: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccnYZNTZ.s:3087: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccnYZNTZ.s:3216: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccnYZNTZ.s:3222: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccnYZNTZ.s:3230: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccnYZNTZ.s:3835: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccnYZNTZ.s:4104: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccnYZNTZ.s:4210: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccnYZNTZ.s:4312: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R [ 26%] Building C object CMakeFiles/zlib.dir/deflate_fast.c.o cc1: warning: switch '-mcpu=cortex-a76.cortex-a55' conflicts with '-march=armv8.2-a' switch /tmp/ccl5yNud.s: Assembler messages: /tmp/ccl5yNud.s:219: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccl5yNud.s:232: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccl5yNud.s:336: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccl5yNud.s:336: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccl5yNud.s:351: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccl5yNud.s:360: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccl5yNud.s:440: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R [ 30%] Building C object CMakeFiles/zlib.dir/deflate_medium.c.o cc1: warning: switch '-mcpu=cortex-a76.cortex-a55' conflicts with '-march=armv8.2-a' switch /tmp/ccyWFl1E.s: Assembler messages: /tmp/ccyWFl1E.s:293: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccyWFl1E.s:406: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccyWFl1E.s:610: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccyWFl1E.s:681: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccyWFl1E.s:681: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccyWFl1E.s:694: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccyWFl1E.s:703: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccyWFl1E.s:749: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccyWFl1E.s:762: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccyWFl1E.s:775: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R [ 33%] Building C object CMakeFiles/zlib.dir/deflate_quick.c.o cc1: warning: switch '-mcpu=cortex-a76.cortex-a55' conflicts with '-march=armv8.2-a' switch /tmp/cc1JGH4u.s: Assembler messages: /tmp/cc1JGH4u.s:619: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/cc1JGH4u.s:893: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/cc1JGH4u.s:893: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R [ 36%] Building C object CMakeFiles/zlib.dir/deflate_slow.c.o cc1: warning: switch '-mcpu=cortex-a76.cortex-a55' conflicts with '-march=armv8.2-a' switch /tmp/ccI3oe1u.s: Assembler messages: /tmp/ccI3oe1u.s:272: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccI3oe1u.s:272: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccI3oe1u.s:285: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccI3oe1u.s:294: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccI3oe1u.s:366: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccI3oe1u.s:452: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R [ 40%] Building C object CMakeFiles/zlib.dir/functable.c.o cc1: warning: switch '-mcpu=cortex-a76.cortex-a55' conflicts with '-march=armv8.2-a' switch [ 43%] Building C object CMakeFiles/zlib.dir/infback.c.o cc1: warning: switch '-mcpu=cortex-a76.cortex-a55' conflicts with '-march=armv8.2-a' switch /tmp/ccfaJ8yO.s: Assembler messages: /tmp/ccfaJ8yO.s:320: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccfaJ8yO.s:320: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccfaJ8yO.s:1182: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccfaJ8yO.s:1634: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccfaJ8yO.s:1712: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R [ 46%] Building C object CMakeFiles/zlib.dir/inffast.c.o cc1: warning: switch '-mcpu=cortex-a76.cortex-a55' conflicts with '-march=armv8.2-a' switch /tmp/cczqCg2Z.s: Assembler messages: /tmp/cczqCg2Z.s:142: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/cczqCg2Z.s:548: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/cczqCg2Z.s:556: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/cczqCg2Z.s:566: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/cczqCg2Z.s:572: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/cczqCg2Z.s:572: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R [ 50%] Building C object CMakeFiles/zlib.dir/inflate.c.o cc1: warning: switch '-mcpu=cortex-a76.cortex-a55' conflicts with '-march=armv8.2-a' switch /tmp/ccmMzk11.s: Assembler messages: /tmp/ccmMzk11.s:347: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccmMzk11.s:1003: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccmMzk11.s:1534: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccmMzk11.s:3447: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccmMzk11.s:3483: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccmMzk11.s:3922: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccmMzk11.s:4314: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R [ 53%] Building C object CMakeFiles/zlib.dir/inftrees.c.o cc1: warning: switch '-mcpu=cortex-a76.cortex-a55' conflicts with '-march=armv8.2-a' switch [ 56%] Building C object CMakeFiles/zlib.dir/insert_string.c.o cc1: warning: switch '-mcpu=cortex-a76.cortex-a55' conflicts with '-march=armv8.2-a' switch [ 60%] Building C object CMakeFiles/zlib.dir/trees.c.o cc1: warning: switch '-mcpu=cortex-a76.cortex-a55' conflicts with '-march=armv8.2-a' switch /tmp/ccLvcFNn.s: Assembler messages: /tmp/ccLvcFNn.s:403: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccLvcFNn.s:453: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccLvcFNn.s:494: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccLvcFNn.s:2074: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccLvcFNn.s:3031: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccLvcFNn.s:3031: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccLvcFNn.s:3242: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccLvcFNn.s:3262: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R [ 63%] Building C object CMakeFiles/zlib.dir/uncompr.c.o cc1: warning: switch '-mcpu=cortex-a76.cortex-a55' conflicts with '-march=armv8.2-a' switch /tmp/cc0LC5cz.s: Assembler messages: /tmp/cc0LC5cz.s:143: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R [ 66%] Building C object CMakeFiles/zlib.dir/zutil.c.o cc1: warning: switch '-mcpu=cortex-a76.cortex-a55' conflicts with '-march=armv8.2-a' switch [ 70%] Building C object CMakeFiles/zlib.dir/arch/arm/armfeature.c.o cc1: warning: switch '-mcpu=cortex-a76.cortex-a55' conflicts with '-march=armv8.2-a' switch /home/autobuild/autobuild/instance-5/output-1/build/zlib-ng-2.0.6/arch/arm/armfeature.c:4:12: fatal error: sys/auxv.h: No such file or directory 4 | # include | ^~~~~~~~~~~~ compilation terminated. make[3]: *** [CMakeFiles/zlib.dir/build.make:356: CMakeFiles/zlib.dir/arch/arm/armfeature.c.o] Error 1 make[3]: Leaving directory '/home/autobuild/autobuild/instance-5/output-1/build/zlib-ng-2.0.6' make[2]: *** [CMakeFiles/Makefile2:83: CMakeFiles/zlib.dir/all] Error 2 make[2]: Leaving directory '/home/autobuild/autobuild/instance-5/output-1/build/zlib-ng-2.0.6' make[1]: *** [Makefile:136: all] Error 2 make[1]: Leaving directory '/home/autobuild/autobuild/instance-5/output-1/build/zlib-ng-2.0.6' make: *** [package/pkg-generic.mk:292: /home/autobuild/autobuild/instance-5/output-1/build/zlib-ng-2.0.6/.stamp_built] Error 2 make: Leaving directory '/home/autobuild/autobuild/instance-5/buildroot'