>>> highway 1.1.0 Extracting gzip -d -c /home/buildroot/autobuild/run/instance-0/dl/highway/highway-1.1.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/run/instance-0/output-1/build/highway-1.1.0 -xf - >>> highway 1.1.0 Patching >>> highway 1.1.0 Configuring (mkdir -p /home/buildroot/autobuild/run/instance-0/output-1/build/highway-1.1.0/ && cd /home/buildroot/autobuild/run/instance-0/output-1/build/highway-1.1.0/ && rm -f CMakeCache.txt && PATH="/home/buildroot/autobuild/run/instance-0/output-1/host/bin:/home/buildroot/autobuild/run/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" /home/buildroot/autobuild/run/instance-0/output-1/host/bin/cmake /home/buildroot/autobuild/run/instance-0/output-1/build/highway-1.1.0/ -G"Unix Makefiles" -DCMAKE_MAKE_PROGRAM="/usr/bin/make" -DCMAKE_TOOLCHAIN_FILE="/home/buildroot/autobuild/run/instance-0/output-1/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_INSTALL_RUNSTATEDIR="/run" -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=ON -DHWY_ENABLE_CONTRIB=ON -DHWY_ENABLE_EXAMPLES=OFF -DHWY_CMAKE_ARM7=OFF -DCMAKE_CXX_FLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1" ) CMake Deprecation Warning at CMakeLists.txt:25 (cmake_policy): The OLD behavior for policy CMP0111 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. -- The C compiler identification is GNU 9.3.0 -- The CXX compiler identification is GNU 9.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /home/buildroot/autobuild/run/instance-0/output-1/host/bin/powerpc64-linux-gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /home/buildroot/autobuild/run/instance-0/output-1/host/bin/powerpc64-linux-g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Performing Test ATOMICS_LOCK_FREE_INSTRUCTIONS -- Performing Test ATOMICS_LOCK_FREE_INSTRUCTIONS - Success -- Performing Test HWY_EMSCRIPTEN -- Performing Test HWY_EMSCRIPTEN - Failed -- Performing Test HWY_RISCV -- Performing Test HWY_RISCV - Failed -- Looking for sys/auxv.h -- Looking for sys/auxv.h - found -- Looking for asm/hwcap.h -- Looking for asm/hwcap.h - not found -- Configuring done (1.2s) -- Generating done (0.0s) CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_TEST BUILD_TESTS -- Build files have been written to: /home/buildroot/autobuild/run/instance-0/output-1/build/highway-1.1.0 >>> highway 1.1.0 Building GIT_DIR=. PATH="/home/buildroot/autobuild/run/instance-0/output-1/host/bin:/home/buildroot/autobuild/run/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" /home/buildroot/autobuild/run/instance-0/output-1/host/bin/cmake --build /home/buildroot/autobuild/run/instance-0/output-1/build/highway-1.1.0/ -j4 -- make[1]: Entering directory '/home/buildroot/autobuild/run/instance-0/output-1/build/highway-1.1.0' make[2]: Entering directory '/home/buildroot/autobuild/run/instance-0/output-1/build/highway-1.1.0' make[3]: Entering directory '/home/buildroot/autobuild/run/instance-0/output-1/build/highway-1.1.0' make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-0/output-1/build/highway-1.1.0' make[3]: Entering directory '/home/buildroot/autobuild/run/instance-0/output-1/build/highway-1.1.0' [ 2%] Building CXX object CMakeFiles/hwy.dir/hwy/aligned_allocator.cc.o [ 5%] Building CXX object CMakeFiles/hwy.dir/hwy/print.cc.o [ 7%] Building CXX object CMakeFiles/hwy.dir/hwy/nanobenchmark.cc.o [ 10%] Building CXX object CMakeFiles/hwy.dir/hwy/per_target.cc.o [ 13%] Building CXX object CMakeFiles/hwy.dir/hwy/targets.cc.o [ 15%] Building CXX object CMakeFiles/hwy.dir/hwy/timer.cc.o In file included from /home/buildroot/autobuild/run/instance-0/output-1/build/highway-1.1.0/hwy/highway.h:430, from /home/buildroot/autobuild/run/instance-0/output-1/build/highway-1.1.0/hwy/per_target.cc:28, from /home/buildroot/autobuild/run/instance-0/output-1/build/highway-1.1.0/hwy/foreach_target.h:244, from /home/buildroot/autobuild/run/instance-0/output-1/build/highway-1.1.0/hwy/per_target.cc:27: /home/buildroot/autobuild/run/instance-0/output-1/build/highway-1.1.0/hwy/ops/ppc_vsx-inl.h: In function 'hwy::N_PPC8::Vec128 hwy::N_PPC8::AESRound(hwy::N_PPC8::Vec128, hwy::N_PPC8::Vec128)': /home/buildroot/autobuild/run/instance-0/output-1/build/highway-1.1.0/hwy/ops/ppc_vsx-inl.h:4651:41: error: 'vec_cipher_be' was not declared in this scope 4651 | return BitCast(du8, detail::CipherVec{vec_cipher_be( | ^~~~~~~~~~~~~ /home/buildroot/autobuild/run/instance-0/output-1/build/highway-1.1.0/hwy/ops/ppc_vsx-inl.h: In function 'hwy::N_PPC8::Vec128 hwy::N_PPC8::AESLastRound(hwy::N_PPC8::Vec128, hwy::N_PPC8::Vec128)': /home/buildroot/autobuild/run/instance-0/output-1/build/highway-1.1.0/hwy/ops/ppc_vsx-inl.h:4666:41: error: 'vec_cipherlast_be' was not declared in this scope 4666 | return BitCast(du8, detail::CipherVec{vec_cipherlast_be( | ^~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/run/instance-0/output-1/build/highway-1.1.0/hwy/ops/ppc_vsx-inl.h: In function 'hwy::N_PPC8::Vec128 hwy::N_PPC8::AESRoundInv(hwy::N_PPC8::Vec128, hwy::N_PPC8::Vec128)': /home/buildroot/autobuild/run/instance-0/output-1/build/highway-1.1.0/hwy/ops/ppc_vsx-inl.h:4681:45: error: 'vec_ncipher_be' was not declared in this scope 4681 | return Xor(BitCast(du8, detail::CipherVec{vec_ncipher_be( | ^~~~~~~~~~~~~~ /home/buildroot/autobuild/run/instance-0/output-1/build/highway-1.1.0/hwy/ops/ppc_vsx-inl.h: In function 'hwy::N_PPC8::Vec128 hwy::N_PPC8::AESLastRoundInv(hwy::N_PPC8::Vec128, hwy::N_PPC8::Vec128)': /home/buildroot/autobuild/run/instance-0/output-1/build/highway-1.1.0/hwy/ops/ppc_vsx-inl.h:4697:41: error: 'vec_ncipherlast_be' was not declared in this scope 4697 | return BitCast(du8, detail::CipherVec{vec_ncipherlast_be( | ^~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/run/instance-0/output-1/build/highway-1.1.0/hwy/ops/ppc_vsx-inl.h: In function 'hwy::N_PPC8::Vec128 hwy::N_PPC8::AESKeyGenAssist(hwy::N_PPC8::Vec128)': /home/buildroot/autobuild/run/instance-0/output-1/build/highway-1.1.0/hwy/ops/ppc_vsx-inl.h:4724:38: error: there are no arguments to 'vec_sbox_be' that depend on a template parameter, so a declaration of 'vec_sbox_be' must be available [-fpermissive] 4724 | BitCast(du8, detail::CipherVec{vec_sbox_be(BitCast(dc, v).raw)}); | ^~~~~~~~~~~ /home/buildroot/autobuild/run/instance-0/output-1/build/highway-1.1.0/hwy/ops/ppc_vsx-inl.h:4724:38: note: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated) In file included from /home/buildroot/autobuild/run/instance-0/output-1/build/highway-1.1.0/hwy/highway.h:430, from /home/buildroot/autobuild/run/instance-0/output-1/build/highway-1.1.0/hwy/per_target.cc:28, from /home/buildroot/autobuild/run/instance-0/output-1/build/highway-1.1.0/hwy/foreach_target.h:255, from /home/buildroot/autobuild/run/instance-0/output-1/build/highway-1.1.0/hwy/per_target.cc:27: /home/buildroot/autobuild/run/instance-0/output-1/build/highway-1.1.0/hwy/ops/ppc_vsx-inl.h: In function 'hwy::N_PPC9::Vec128 hwy::N_PPC9::AESRound(hwy::N_PPC9::Vec128, hwy::N_PPC9::Vec128)': /home/buildroot/autobuild/run/instance-0/output-1/build/highway-1.1.0/hwy/ops/ppc_vsx-inl.h:4651:41: error: 'vec_cipher_be' was not declared in this scope 4651 | return BitCast(du8, detail::CipherVec{vec_cipher_be( | ^~~~~~~~~~~~~ /home/buildroot/autobuild/run/instance-0/output-1/build/highway-1.1.0/hwy/ops/ppc_vsx-inl.h: In function 'hwy::N_PPC9::Vec128 hwy::N_PPC9::AESLastRound(hwy::N_PPC9::Vec128, hwy::N_PPC9::Vec128)': /home/buildroot/autobuild/run/instance-0/output-1/build/highway-1.1.0/hwy/ops/ppc_vsx-inl.h:4666:41: error: 'vec_cipherlast_be' was not declared in this scope 4666 | return BitCast(du8, detail::CipherVec{vec_cipherlast_be( | ^~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/run/instance-0/output-1/build/highway-1.1.0/hwy/ops/ppc_vsx-inl.h: In function 'hwy::N_PPC9::Vec128 hwy::N_PPC9::AESRoundInv(hwy::N_PPC9::Vec128, hwy::N_PPC9::Vec128)': /home/buildroot/autobuild/run/instance-0/output-1/build/highway-1.1.0/hwy/ops/ppc_vsx-inl.h:4681:45: error: 'vec_ncipher_be' was not declared in this scope 4681 | return Xor(BitCast(du8, detail::CipherVec{vec_ncipher_be( | ^~~~~~~~~~~~~~ /home/buildroot/autobuild/run/instance-0/output-1/build/highway-1.1.0/hwy/ops/ppc_vsx-inl.h: In function 'hwy::N_PPC9::Vec128 hwy::N_PPC9::AESLastRoundInv(hwy::N_PPC9::Vec128, hwy::N_PPC9::Vec128)': /home/buildroot/autobuild/run/instance-0/output-1/build/highway-1.1.0/hwy/ops/ppc_vsx-inl.h:4697:41: error: 'vec_ncipherlast_be' was not declared in this scope 4697 | return BitCast(du8, detail::CipherVec{vec_ncipherlast_be( | ^~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/run/instance-0/output-1/build/highway-1.1.0/hwy/ops/ppc_vsx-inl.h: In function 'hwy::N_PPC9::Vec128 hwy::N_PPC9::AESKeyGenAssist(hwy::N_PPC9::Vec128)': /home/buildroot/autobuild/run/instance-0/output-1/build/highway-1.1.0/hwy/ops/ppc_vsx-inl.h:4724:38: error: there are no arguments to 'vec_sbox_be' that depend on a template parameter, so a declaration of 'vec_sbox_be' must be available [-fpermissive] 4724 | BitCast(du8, detail::CipherVec{vec_sbox_be(BitCast(dc, v).raw)}); | ^~~~~~~~~~~ CMakeFiles/hwy.dir/build.make:103: recipe for target 'CMakeFiles/hwy.dir/hwy/per_target.cc.o' failed make[3]: *** [CMakeFiles/hwy.dir/hwy/per_target.cc.o] Error 1 make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-0/output-1/build/highway-1.1.0' CMakeFiles/Makefile2:88: recipe for target 'CMakeFiles/hwy.dir/all' failed make[2]: *** [CMakeFiles/hwy.dir/all] Error 2 make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-0/output-1/build/highway-1.1.0' Makefile:135: recipe for target 'all' failed make[1]: *** [all] Error 2 make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-0/output-1/build/highway-1.1.0' package/pkg-generic.mk:280: recipe for target '/home/buildroot/autobuild/run/instance-0/output-1/build/highway-1.1.0/.stamp_built' failed make: *** [/home/buildroot/autobuild/run/instance-0/output-1/build/highway-1.1.0/.stamp_built] Error 2 make: Leaving directory '/home/buildroot/autobuild/run/instance-0/buildroot'