>>> Building on sparc64-0d under databases/arrow/cpp
	BDEPENDS = [devel/gflags;lang/gcc/8;devel/ninja;archivers/snappy;textproc/rapidjson;devel/cmake;devel/thrift;lang/gcc/8,-libs;lang/gcc/8,-c++;devel/boost;devel/gtest]
	DIST = [databases/arrow/cpp:apache-arrow-18.0.0.tar.gz;databases/arrow/cpp:apache-parquet-testing-cb7a9674142c137367bf75a01b79c6e214a73199.tar.gz;databases/arrow/cpp:apache-arrow-testing-4d209492d514c2d3cb2d392681b9aa00e6d8da1c.tar.gz]
	FULLPKGNAME = arrow-cpp-18.0.0
	RDEPENDS = [devel/thrift;textproc/rapidjson;archivers/snappy;lang/gcc/8,-libs]
(Junk lock obtained for sparc64-0d at 1732833137.72)
>>> Running depends in databases/arrow/cpp at 1732833137.93
   last junk was in news/p5-News-Article
/usr/sbin/pkg_add -aI -Drepair gflags-2.2.2p0 gtest-1.14.0p1 rapidjson-1.1.0.20230928p0 snappy-1.1.10p1 thrift-0.21.0
was: /usr/sbin/pkg_add -aI -Drepair boost-1.84.0p4v0 cmake-3.30.5v1 g++-8.4.0p25 gcc-8.4.0p25 gcc-libs-8.4.0p25 gflags-2.2.2p0 gtest-1.14.0p1 ninja-1.11.1p0v0 rapidjson-1.1.0.20230928p0 snappy-1.1.10p1 thrift-0.21.0
/usr/sbin/pkg_add -aI -Drepair gflags-2.2.2p0 gtest-1.14.0p1 rapidjson-1.1.0.20230928p0 snappy-1.1.10p1 thrift-0.21.0
>>> Running show-prepare-results in databases/arrow/cpp at 1732833151.07
===> databases/arrow/cpp
===> Building from scratch arrow-cpp-18.0.0
===> arrow-cpp-18.0.0 depends on: rapidjson-* -> rapidjson-1.1.0.20230928p0
===> arrow-cpp-18.0.0 depends on: gflags-* -> gflags-2.2.2p0
===> arrow-cpp-18.0.0 depends on: boost-* -> boost-1.84.0p4v0
===> arrow-cpp-18.0.0 depends on: gtest-* -> gtest-1.14.0p1
===> arrow-cpp-18.0.0 depends on: cmake-* -> cmake-3.30.5v1
===> arrow-cpp-18.0.0 depends on: ninja-* -> ninja-1.11.1p0v0
===> arrow-cpp-18.0.0 depends on: gcc->=8,<9 -> gcc-8.4.0p25
===> arrow-cpp-18.0.0 depends on: g++->=8,<9 -> g++-8.4.0p25
===> arrow-cpp-18.0.0 depends on: thrift-* -> thrift-0.21.0
===> arrow-cpp-18.0.0 depends on: snappy-* -> snappy-1.1.10p1
===> arrow-cpp-18.0.0 depends on: gcc-libs->=8,<9 -> gcc-libs-8.4.0p25
===>  Verifying specs:  estdc++>=17 pthread c crypto m snappy ssl thrift estdc++>=19
===>  found estdc++.19.0 pthread.27.1 c.100.3 crypto.55.0 m.10.1 snappy.3.0 ssl.58.0 thrift.0.0
boost-1.84.0p4v0
cmake-3.30.5v1
g++-8.4.0p25
gcc-8.4.0p25
gcc-libs-8.4.0p25
gflags-2.2.2p0
gtest-1.14.0p1
ninja-1.11.1p0v0
rapidjson-1.1.0.20230928p0
snappy-1.1.10p1
thrift-0.21.0
(Junk lock released for sparc64-0d at 1732833163.21)
Woken up audio/glyr
distfiles size=23753819
>>> Running patch in databases/arrow/cpp at 1732833163.33
===> databases/arrow/cpp
===>  Checking files for arrow-cpp-18.0.0
`/usr/ports/distfiles/apache-arrow-18.0.0.tar.gz' is up to date.
`/usr/ports/distfiles/apache-parquet-testing-cb7a9674142c137367bf75a01b79c6e214a73199.tar.gz' is up to date.
`/usr/ports/distfiles/apache-arrow-testing-4d209492d514c2d3cb2d392681b9aa00e6d8da1c.tar.gz' is up to date.
>> (SHA256) all files: OK
===>  Extracting for arrow-cpp-18.0.0
===>  Patching for arrow-cpp-18.0.0
===>   Applying OpenBSD patch patch-cpp_build-support_run-test_sh
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|we don't have support for asan, disable indirection
|
|Index: cpp/build-support/run-test.sh
|--- cpp/build-support/run-test.sh.orig
|+++ cpp/build-support/run-test.sh
--------------------------
Patching file cpp/build-support/run-test.sh using Plan A...
Hunk #1 succeeded at 95.
done
===>   Applying OpenBSD patch patch-cpp_src_arrow_CMakeLists_txt
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|chunk2: disable building process testing, as it includes a boost header that includes a non-existing wordexp.h
|cf https://github.com/boostorg/process/issues/391
|will be fixed by https://github.com/boostorg/process/commit/c8499e02c67cb8af1ad3cddc7b9feb7c42c2da0e
|
|Index: cpp/src/arrow/CMakeLists.txt
|--- cpp/src/arrow/CMakeLists.txt.orig
|+++ cpp/src/arrow/CMakeLists.txt
--------------------------
Patching file cpp/src/arrow/CMakeLists.txt using Plan A...
Hunk #1 succeeded at 166.
Hunk #2 succeeded at 674.
done
===>   Applying OpenBSD patch patch-cpp_src_arrow_util_thread_pool_test_cc
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|disable TestThreadPoolForkSafety.NestedChild, hangs and gobbles CPU
|
|Index: cpp/src/arrow/util/thread_pool_test.cc
|--- cpp/src/arrow/util/thread_pool_test.cc.orig
|+++ cpp/src/arrow/util/thread_pool_test.cc
--------------------------
Patching file cpp/src/arrow/util/thread_pool_test.cc using Plan A...
Hunk #1 succeeded at 930.
done
===>  Compiler link: gcc -> /usr/local/bin/egcc
===>  Compiler link: cc -> /usr/local/bin/egcc
===>  Compiler link: c++ -> /usr/local/bin/eg++
===>  Compiler link: g++ -> /usr/local/bin/eg++
>>> Running configure in databases/arrow/cpp at 1732833174.21
===> databases/arrow/cpp
===>  Generating configure for arrow-cpp-18.0.0
===>  Configuring for arrow-cpp-18.0.0
-- Building using CMake version: 3.30.5
-- The C compiler identification is GNU 8.4.0
-- The CXX compiler identification is GNU 8.4.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/obj/ports/arrow-cpp-18.0.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: /usr/obj/ports/arrow-cpp-18.0.0/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Arrow version: 18.0.0 (full: '18.0.0')
-- Arrow SO version: 1800 (full: 1800.0.0)
-- clang-tidy 14 not found
-- clang-format 14 not found
-- Could NOT find ClangTools (missing: CLANG_FORMAT_BIN CLANG_TIDY_BIN) 
-- infer not found
-- Found Python3: /usr/local/bin/python3.11 (found version "3.11.10") found components: Interpreter
fatal: not a git repository (or any parent up to mount point /usr)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
-- Found cpplint executable at /usr/obj/ports/arrow-cpp-18.0.0/apache-arrow-18.0.0/cpp/build-support/cpplint.py
-- System processor: sparc64
CMake Error at cmake_modules/SetupCxxFlags.cmake:44 (message):
  Unknown system processor
Call Stack (most recent call first):
  CMakeLists.txt:448 (include)


-- Configuring incomplete, errors occurred!
*** Error 1 in databases/arrow/cpp (/usr/ports/infrastructure/mk/bsd.port.mk:3030 'do-configure': @cd /usr/obj/ports/arrow-cpp-18.0.0/build-...)
*** Error 2 in databases/arrow/cpp (/usr/ports/infrastructure/mk/bsd.port.mk:3050 '/usr/obj/ports/arrow-cpp-18.0.0/build-sparc64/.configure_done')
*** Error 2 in databases/arrow/cpp (/usr/ports/infrastructure/mk/bsd.port.mk:2712 'configure': @lock=arrow-cpp-18.0.0;  export _LOCKS_HELD="...)
===> Exiting databases/arrow/cpp with an error
*** Error 1 in /usr/ports (infrastructure/mk/bsd.port.subdir.mk:144 'configure': @: ${echo_msg:=echo};  : ${target:=configure};  for i in ; ...)
>>> Ended at 1732833185.41
max_stuck=7.69/depends=13.25/show-prepare-results=12.25/patch=10.88/configure=11.31
Error: job failed with 512 on sparc64-0d at 1732833185
>>> Wiping on sparc64-0d under databases/arrow/cpp
	BDEPENDS = [devel/gflags;lang/gcc/8;devel/ninja;archivers/snappy;textproc/rapidjson;devel/cmake;devel/thrift;lang/gcc/8,-libs;lang/gcc/8,-c++;devel/boost;devel/gtest]
	FULLPKGNAME = arrow-cpp-18.0.0
	RDEPENDS = [devel/thrift;textproc/rapidjson;archivers/snappy;lang/gcc/8,-libs]
>>> Running clean in databases/arrow/cpp at 1732866763.03
===> databases/arrow/cpp
===>  Cleaning for arrow-cpp-18.0.0
>>> Ended at 1732866768.86
max_stuck=0.00/clean=5.93
>>> Building on sparc64-0d under databases/arrow/cpp
	BDEPENDS = [archivers/snappy;textproc/rapidjson;lang/gcc/8;devel/gflags;devel/ninja;lang/gcc/8,-libs;lang/gcc/8,-c++;devel/boost;devel/gtest;devel/cmake;devel/thrift]
	DIST = [databases/arrow/cpp:apache-parquet-testing-cb7a9674142c137367bf75a01b79c6e214a73199.tar.gz;databases/arrow/cpp:apache-arrow-18.0.0.tar.gz;databases/arrow/cpp:apache-arrow-testing-4d209492d514c2d3cb2d392681b9aa00e6d8da1c.tar.gz]
	FULLPKGNAME = arrow-cpp-18.0.0
	RDEPENDS = [lang/gcc/8,-libs;archivers/snappy;devel/thrift;textproc/rapidjson]
(Junk lock obtained for sparc64-0d at 1732866851.76)
>>> Running depends in databases/arrow/cpp at 1732866851.96
   last junk was in net/powerdns
/usr/sbin/pkg_add -aI -Drepair gflags-2.2.2p0 gtest-1.14.0p1 rapidjson-1.1.0.20230928p0 snappy-1.1.10p1 thrift-0.21.0
was: /usr/sbin/pkg_add -aI -Drepair boost-1.84.0p4v0 cmake-3.30.5v1 g++-8.4.0p25 gcc-8.4.0p25 gcc-libs-8.4.0p25 gflags-2.2.2p0 gtest-1.14.0p1 ninja-1.11.1p0v0 rapidjson-1.1.0.20230928p0 snappy-1.1.10p1 thrift-0.21.0
/usr/sbin/pkg_add -aI -Drepair gflags-2.2.2p0 gtest-1.14.0p1 rapidjson-1.1.0.20230928p0 snappy-1.1.10p1 thrift-0.21.0
>>> Running show-prepare-results in databases/arrow/cpp at 1732866861.15
===> databases/arrow/cpp
===> Building from scratch arrow-cpp-18.0.0
===> arrow-cpp-18.0.0 depends on: rapidjson-* -> rapidjson-1.1.0.20230928p0
===> arrow-cpp-18.0.0 depends on: gflags-* -> gflags-2.2.2p0
===> arrow-cpp-18.0.0 depends on: boost-* -> boost-1.84.0p4v0
===> arrow-cpp-18.0.0 depends on: gtest-* -> gtest-1.14.0p1
===> arrow-cpp-18.0.0 depends on: cmake-* -> cmake-3.30.5v1
===> arrow-cpp-18.0.0 depends on: ninja-* -> ninja-1.11.1p0v0
===> arrow-cpp-18.0.0 depends on: gcc->=8,<9 -> gcc-8.4.0p25
===> arrow-cpp-18.0.0 depends on: g++->=8,<9 -> g++-8.4.0p25
===> arrow-cpp-18.0.0 depends on: thrift-* -> thrift-0.21.0
===> arrow-cpp-18.0.0 depends on: snappy-* -> snappy-1.1.10p1
===> arrow-cpp-18.0.0 depends on: gcc-libs->=8,<9 -> gcc-libs-8.4.0p25
===>  Verifying specs:  estdc++>=17 pthread c crypto m snappy ssl thrift estdc++>=19
===>  found estdc++.19.0 pthread.27.1 c.100.3 crypto.55.0 m.10.1 snappy.3.0 ssl.58.0 thrift.0.0
boost-1.84.0p4v0
cmake-3.30.5v1
g++-8.4.0p25
gcc-8.4.0p25
gcc-libs-8.4.0p25
gflags-2.2.2p0
gtest-1.14.0p1
ninja-1.11.1p0v0
rapidjson-1.1.0.20230928p0
snappy-1.1.10p1
thrift-0.21.0
(Junk lock released for sparc64-0d at 1732866874.04)
distfiles size=23753819
>>> Running patch in databases/arrow/cpp at 1732866874.17
===> databases/arrow/cpp
===>  Checking files for arrow-cpp-18.0.0
`/usr/ports/distfiles/apache-arrow-18.0.0.tar.gz' is up to date.
`/usr/ports/distfiles/apache-parquet-testing-cb7a9674142c137367bf75a01b79c6e214a73199.tar.gz' is up to date.
`/usr/ports/distfiles/apache-arrow-testing-4d209492d514c2d3cb2d392681b9aa00e6d8da1c.tar.gz' is up to date.
>> (SHA256) all files: OK
===>  Extracting for arrow-cpp-18.0.0
===>  Patching for arrow-cpp-18.0.0
===>   Applying OpenBSD patch patch-cpp_build-support_run-test_sh
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|we don't have support for asan, disable indirection
|
|Index: cpp/build-support/run-test.sh
|--- cpp/build-support/run-test.sh.orig
|+++ cpp/build-support/run-test.sh
--------------------------
Patching file cpp/build-support/run-test.sh using Plan A...
Hunk #1 succeeded at 95.
done
===>   Applying OpenBSD patch patch-cpp_src_arrow_CMakeLists_txt
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|chunk2: disable building process testing, as it includes a boost header that includes a non-existing wordexp.h
|cf https://github.com/boostorg/process/issues/391
|will be fixed by https://github.com/boostorg/process/commit/c8499e02c67cb8af1ad3cddc7b9feb7c42c2da0e
|
|Index: cpp/src/arrow/CMakeLists.txt
|--- cpp/src/arrow/CMakeLists.txt.orig
|+++ cpp/src/arrow/CMakeLists.txt
--------------------------
Patching file cpp/src/arrow/CMakeLists.txt using Plan A...
Hunk #1 succeeded at 166.
Hunk #2 succeeded at 674.
done
===>   Applying OpenBSD patch patch-cpp_src_arrow_util_thread_pool_test_cc
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|disable TestThreadPoolForkSafety.NestedChild, hangs and gobbles CPU
|
|Index: cpp/src/arrow/util/thread_pool_test.cc
|--- cpp/src/arrow/util/thread_pool_test.cc.orig
|+++ cpp/src/arrow/util/thread_pool_test.cc
--------------------------
Patching file cpp/src/arrow/util/thread_pool_test.cc using Plan A...
Hunk #1 succeeded at 930.
done
===>  Compiler link: gcc -> /usr/local/bin/egcc
===>  Compiler link: cc -> /usr/local/bin/egcc
===>  Compiler link: c++ -> /usr/local/bin/eg++
===>  Compiler link: g++ -> /usr/local/bin/eg++
>>> Running configure in databases/arrow/cpp at 1732866887.30
===> databases/arrow/cpp
===>  Generating configure for arrow-cpp-18.0.0
===>  Configuring for arrow-cpp-18.0.0
-- Building using CMake version: 3.30.5
-- The C compiler identification is GNU 8.4.0
-- The CXX compiler identification is GNU 8.4.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/obj/ports/arrow-cpp-18.0.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: /usr/obj/ports/arrow-cpp-18.0.0/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Arrow version: 18.0.0 (full: '18.0.0')
-- Arrow SO version: 1800 (full: 1800.0.0)
-- clang-tidy 14 not found
-- clang-format 14 not found
-- Could NOT find ClangTools (missing: CLANG_FORMAT_BIN CLANG_TIDY_BIN) 
-- infer not found
-- Found Python3: /usr/local/bin/python3.11 (found version "3.11.10") found components: Interpreter
-- Found cpplint executable at /usr/obj/ports/arrow-cpp-18.0.0/apache-arrow-18.0.0/cpp/build-support/cpplint.py
-- System processor: sparc64
CMake Error at cmake_modules/SetupCxxFlags.cmake:44 (message):
  Unknown system processor
Call Stack (most recent call first):
  CMakeLists.txt:448 (include)


-- Configuring incomplete, errors occurred!
*** Error 1 in databases/arrow/cpp (/usr/ports/infrastructure/mk/bsd.port.mk:3030 'do-configure': @cd /usr/obj/ports/arrow-cpp-18.0.0/build-...)
*** Error 2 in databases/arrow/cpp (/usr/ports/infrastructure/mk/bsd.port.mk:3050 '/usr/obj/ports/arrow-cpp-18.0.0/build-sparc64/.configure_done')
*** Error 2 in databases/arrow/cpp (/usr/ports/infrastructure/mk/bsd.port.mk:2712 'configure': @lock=arrow-cpp-18.0.0;  export _LOCKS_HELD="...)
===> Exiting databases/arrow/cpp with an error
*** Error 1 in /usr/ports (infrastructure/mk/bsd.port.subdir.mk:144 'configure': @: ${echo_msg:=echo};  : ${target:=configure};  for i in ; ...)
>>> Ended at 1732866898.04
max_stuck=0.00/depends=9.31/show-prepare-results=12.98/patch=13.15/configure=10.82
Error: job failed with 512 on sparc64-0d at 1732866898