>>> Building on octeon-3 under devel/highway BDEPENDS = [devel/gtest;devel/ninja;devel/cmake/core] DIST = [devel/highway:highway-1.4.0.tar.gz] FULLPKGNAME = highway-1.4.0 (Junk lock obtained for octeon-3 at 1778791599.60) >>> Running depends in devel/highway at 1778791599.65 last junk was in security/opendnssec /usr/sbin/pkg_add -aI -Drepair gtest-1.15.2 was: /usr/sbin/pkg_add -aI -Drepair cmake-core-4.2.3 gtest-1.15.2 ninja-1.11.1p1v1 /usr/sbin/pkg_add -aI -Drepair gtest-1.15.2 >>> Running show-prepare-results in devel/highway at 1778791608.80 ===> devel/highway ===> Building from scratch highway-1.4.0 ===> highway-1.4.0 depends on: gtest-* -> gtest-1.15.2 ===> highway-1.4.0 depends on: cmake-core->=4 -> cmake-core-4.2.3 ===> highway-1.4.0 depends on: ninja-* -> ninja-1.11.1p1v1 ===> Verifying specs: c++ c++abi pthread m ===> found c++.12.0 c++abi.9.0 pthread.28.1 m.10.1 cmake-core-4.2.3 gtest-1.15.2 ninja-1.11.1p1v1 (Junk lock released for octeon-3 at 1778791614.09) distfiles size=3691240 >>> Running patch in devel/highway at 1778791614.16 ===> devel/highway ===> Checking files for highway-1.4.0 `/ports/distfiles/highway-1.4.0.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for highway-1.4.0 ===> Patching for highway-1.4.0 ===> Applying OpenBSD patch patch-CMakeLists_txt Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Don't forcefully enable RISC-V 'V'ector support, version 1.0 is neither |supported by clang 13 nor by our kernel. | |Index: CMakeLists.txt |--- CMakeLists.txt.orig |+++ CMakeLists.txt -------------------------- Patching file CMakeLists.txt using Plan A... Hunk #1 succeeded at 470. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ >>> Running configure in devel/highway at 1778791617.61 ===> devel/highway ===> Generating configure for highway-1.4.0 ===> Configuring for highway-1.4.0 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 Clang 19.1.7 -- The CXX compiler identification is Clang 19.1.7 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /pobj/highway-1.4.0/bin/cc - 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: /pobj/highway-1.4.0/bin/c++ - 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 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Looking for sys/auxv.h -- Looking for sys/auxv.h - found -- Looking for asm/hwcap.h -- Looking for asm/hwcap.h - not found -- Found GTest: /usr/local/lib/cmake/GTest/GTestConfig.cmake (found version "1.15.2") -- Configuring done (25.5s) -- Generating done (3.5s) CMake Warning: Manually-specified variables were not used by the project: CMAKE_ASM_COMPILER_AR CMAKE_ASM_COMPILER_RANLIB CMAKE_Fortran_COMPILER_AR CMAKE_Fortran_COMPILER_RANLIB CMAKE_OBJCXX_COMPILER_AR CMAKE_OBJCXX_COMPILER_RANLIB CMAKE_OBJC_COMPILER_AR CMAKE_OBJC_COMPILER_RANLIB -- Build files have been written to: /pobj/highway-1.4.0/build-mips64 >>> Running build in devel/highway at 1778791649.00 ===> devel/highway ===> Building for highway-1.4.0 Change Dir: '/pobj/highway-1.4.0/build-mips64' Run Build Command(s): /usr/local/bin/ninja -v -j 1 hwy hwy_contrib hwy_test [1/44] /pobj/highway-1.4.0/bin/c++ -DHWY_SHARED_DEFINE -DTOOLCHAIN_MISS_ASM_HWCAP_H -Dhwy_EXPORTS -I/pobj/highway-1.4.0/highway-1.4.0 -O2 -pipe -DNDEBUG -std=c++17 -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wno-builtin-macro-redefined -D__DATE__=\"redacted\" -D__TIMESTAMP__=\"redacted\" -D__TIME__=\"redacted\" -fmerge-all-constants -Wall -Wextra -Wconversion -Wsign-conversion -Wvla -Wnon-virtual-dtor -Wcast-align -Wfloat-overflow-conversion -Wfloat-zero-conversion -Wfor-loop-analysis -Wgnu-redeclared-enum -Winfinite-recursion -Wself-assign -Wstring-conversion -Wtautological-overlap-compare -Wthread-safety-analysis -Wundefined-func-template -fno-cxx-exceptions -fno-slp-vectorize -fno-vectorize -fdiagnostics-show-option -fcolor-diagnostics -Wc++2a-extensions -fmath-errno -fno-exceptions -Wno-psabi -MD -MT CMakeFiles/hwy.dir/hwy/abort.cc.o -MF CMakeFiles/hwy.dir/hwy/abort.cc.o.d -o CMakeFiles/hwy.dir/hwy/abort.cc.o -c /pobj/highway-1.4.0/highway-1.4.0/hwy/abort.cc FAILED: CMakeFiles/hwy.dir/hwy/abort.cc.o /pobj/highway-1.4.0/bin/c++ -DHWY_SHARED_DEFINE -DTOOLCHAIN_MISS_ASM_HWCAP_H -Dhwy_EXPORTS -I/pobj/highway-1.4.0/highway-1.4.0 -O2 -pipe -DNDEBUG -std=c++17 -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wno-builtin-macro-redefined -D__DATE__=\"redacted\" -D__TIMESTAMP__=\"redacted\" -D__TIME__=\"redacted\" -fmerge-all-constants -Wall -Wextra -Wconversion -Wsign-conversion -Wvla -Wnon-virtual-dtor -Wcast-align -Wfloat-overflow-conversion -Wfloat-zero-conversion -Wfor-loop-analysis -Wgnu-redeclared-enum -Winfinite-recursion -Wself-assign -Wstring-conversion -Wtautological-overlap-compare -Wthread-safety-analysis -Wundefined-func-template -fno-cxx-exceptions -fno-slp-vectorize -fno-vectorize -fdiagnostics-show-option -fcolor-diagnostics -Wc++2a-extensions -fmath-errno -fno-exceptions -Wno-psabi -MD -MT CMakeFiles/hwy.dir/hwy/abort.cc.o -MF CMakeFiles/hwy.dir/hwy/abort.cc.o.d -o CMakeFiles/hwy.dir/hwy/abort.cc.o -c /pobj/highway-1.4.0/highway-1.4.0/hwy/abort.cc In file included from /pobj/highway-1.4.0/highway-1.4.0/hwy/abort.cc:15: In file included from /pobj/highway-1.4.0/highway-1.4.0/hwy/base.h:33: /pobj/highway-1.4.0/highway-1.4.0/hwy/detect_compiler_arch.h:445:2: error: "Missing case for HWY_ARCH_*" 445 | #error "Missing case for HWY_ARCH_*" | ^ 1 error generated. ninja: build stopped: subcommand failed. *** Error 1 in devel/highway (/ports/devel/cmake/cmake.port.mk:42 'do-build': @cd /pobj/highway-1.4.0/build-mips64 && exec /usr/bin/env -i L...) *** Error 2 in devel/highway (/ports/infrastructure/mk/bsd.port.mk:3059 '/pobj/highway-1.4.0/build-mips64/.build_done': @cd /ports/devel/hig...) *** Error 2 in devel/highway (/ports/infrastructure/mk/bsd.port.mk:2706 'build': @lock=highway-1.4.0; export _LOCKS_HELD=" highway-1.4.0"; ...) ===> Exiting devel/highway with an error *** Error 1 in /ports (infrastructure/mk/bsd.port.subdir.mk:144 'build': @: ${echo_msg:=echo}; : ${target:=build}; for i in ; do eval ${e...) >>> Ended at 1778791675.86 max_stuck=0.00/depends=9.15/show-prepare-results=5.35/patch=3.45/configure=31.39/build=26.91 Error: job failed with 512 on octeon-3 at 1778791675