>>> highway 1.2.0 Extracting gzip -d -c /workdir/instance-0/dl/highway/highway-1.2.0.tar.gz | tar --strip-components=1 -C /workdir/instance-0/output-1/build/highway-1.2.0 -xf - >>> highway 1.2.0 Patching >>> highway 1.2.0 Configuring (mkdir -p /workdir/instance-0/output-1/build/highway-1.2.0/ && cd /workdir/instance-0/output-1/build/highway-1.2.0/ && rm -f CMakeCache.txt && PATH="/workdir/instance-0/output-1/host/bin:/workdir/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/cmake /workdir/instance-0/output-1/build/highway-1.2.0/ -G"Unix Makefiles" -DCMAKE_MAKE_PROGRAM="/usr/bin/make" -DCMAKE_TOOLCHAIN_FILE="/workdir/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=OFF -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:28 (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: /workdir/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: /workdir/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: /workdir/instance-0/output-1/build/highway-1.2.0 >>> highway 1.2.0 Building GIT_DIR=. PATH="/workdir/instance-0/output-1/host/bin:/workdir/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/cmake --build /workdir/instance-0/output-1/build/highway-1.2.0/ -j1 -- make[1]: Entering directory '/workdir/instance-0/output-1/build/highway-1.2.0' [ 8%] Building CXX object CMakeFiles/hwy.dir/hwy/abort.cc.o [ 16%] Building CXX object CMakeFiles/hwy.dir/hwy/aligned_allocator.cc.o [ 25%] Building CXX object CMakeFiles/hwy.dir/hwy/nanobenchmark.cc.o [ 33%] Building CXX object CMakeFiles/hwy.dir/hwy/per_target.cc.o In file included from /workdir/instance-0/output-1/build/highway-1.2.0/hwy/highway.h:586, from /workdir/instance-0/output-1/build/highway-1.2.0/hwy/per_target.cc:28, from /workdir/instance-0/output-1/build/highway-1.2.0/hwy/foreach_target.h:255, from /workdir/instance-0/output-1/build/highway-1.2.0/hwy/per_target.cc:27: /workdir/instance-0/output-1/build/highway-1.2.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)': /workdir/instance-0/output-1/build/highway-1.2.0/hwy/ops/ppc_vsx-inl.h:4908:41: error: 'vec_cipher_be' was not declared in this scope 4908 | return BitCast(du8, detail::CipherVec{vec_cipher_be( | ^~~~~~~~~~~~~ /workdir/instance-0/output-1/build/highway-1.2.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)': /workdir/instance-0/output-1/build/highway-1.2.0/hwy/ops/ppc_vsx-inl.h:4923:41: error: 'vec_cipherlast_be' was not declared in this scope 4923 | return BitCast(du8, detail::CipherVec{vec_cipherlast_be( | ^~~~~~~~~~~~~~~~~ /workdir/instance-0/output-1/build/highway-1.2.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)': /workdir/instance-0/output-1/build/highway-1.2.0/hwy/ops/ppc_vsx-inl.h:4938:45: error: 'vec_ncipher_be' was not declared in this scope 4938 | return Xor(BitCast(du8, detail::CipherVec{vec_ncipher_be( | ^~~~~~~~~~~~~~ /workdir/instance-0/output-1/build/highway-1.2.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)': /workdir/instance-0/output-1/build/highway-1.2.0/hwy/ops/ppc_vsx-inl.h:4954:41: error: 'vec_ncipherlast_be' was not declared in this scope 4954 | return BitCast(du8, detail::CipherVec{vec_ncipherlast_be( | ^~~~~~~~~~~~~~~~~~ /workdir/instance-0/output-1/build/highway-1.2.0/hwy/ops/ppc_vsx-inl.h: In function 'hwy::N_PPC8::Vec128 hwy::N_PPC8::AESKeyGenAssist(hwy::N_PPC8::Vec128)': /workdir/instance-0/output-1/build/highway-1.2.0/hwy/ops/ppc_vsx-inl.h:4981: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] 4981 | BitCast(du8, detail::CipherVec{vec_sbox_be(BitCast(dc, v).raw)}); | ^~~~~~~~~~~ /workdir/instance-0/output-1/build/highway-1.2.0/hwy/ops/ppc_vsx-inl.h:4981: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 /workdir/instance-0/output-1/build/highway-1.2.0/hwy/highway.h:586, from /workdir/instance-0/output-1/build/highway-1.2.0/hwy/per_target.cc:28, from /workdir/instance-0/output-1/build/highway-1.2.0/hwy/foreach_target.h:266, from /workdir/instance-0/output-1/build/highway-1.2.0/hwy/per_target.cc:27: /workdir/instance-0/output-1/build/highway-1.2.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)': /workdir/instance-0/output-1/build/highway-1.2.0/hwy/ops/ppc_vsx-inl.h:4908:41: error: 'vec_cipher_be' was not declared in this scope 4908 | return BitCast(du8, detail::CipherVec{vec_cipher_be( | ^~~~~~~~~~~~~ /workdir/instance-0/output-1/build/highway-1.2.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)': /workdir/instance-0/output-1/build/highway-1.2.0/hwy/ops/ppc_vsx-inl.h:4923:41: error: 'vec_cipherlast_be' was not declared in this scope 4923 | return BitCast(du8, detail::CipherVec{vec_cipherlast_be( | ^~~~~~~~~~~~~~~~~ /workdir/instance-0/output-1/build/highway-1.2.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)': /workdir/instance-0/output-1/build/highway-1.2.0/hwy/ops/ppc_vsx-inl.h:4938:45: error: 'vec_ncipher_be' was not declared in this scope 4938 | return Xor(BitCast(du8, detail::CipherVec{vec_ncipher_be( | ^~~~~~~~~~~~~~ /workdir/instance-0/output-1/build/highway-1.2.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)': /workdir/instance-0/output-1/build/highway-1.2.0/hwy/ops/ppc_vsx-inl.h:4954:41: error: 'vec_ncipherlast_be' was not declared in this scope 4954 | return BitCast(du8, detail::CipherVec{vec_ncipherlast_be( | ^~~~~~~~~~~~~~~~~~ /workdir/instance-0/output-1/build/highway-1.2.0/hwy/ops/ppc_vsx-inl.h: In function 'hwy::N_PPC9::Vec128 hwy::N_PPC9::AESKeyGenAssist(hwy::N_PPC9::Vec128)': /workdir/instance-0/output-1/build/highway-1.2.0/hwy/ops/ppc_vsx-inl.h:4981: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] 4981 | BitCast(du8, detail::CipherVec{vec_sbox_be(BitCast(dc, v).raw)}); | ^~~~~~~~~~~ make[3]: *** [CMakeFiles/hwy.dir/build.make:118: CMakeFiles/hwy.dir/hwy/per_target.cc.o] Error 1 make[2]: *** [CMakeFiles/Makefile2:87: CMakeFiles/hwy.dir/all] Error 2 make[1]: *** [Makefile:136: all] Error 2 make[1]: Leaving directory '/workdir/instance-0/output-1/build/highway-1.2.0' make: *** [package/pkg-generic.mk:289: /workdir/instance-0/output-1/build/highway-1.2.0/.stamp_built] Error 2 make: Leaving directory '/workdir/instance-0/buildroot'