+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/local/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=312 WRKLOG=/tmp/bulklog/hyperscan-5.4.2nb1/work.log + su pbulk -c '"$@"' make /opt/local/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=312 WRKLOG=/tmp/bulklog/hyperscan-5.4.2nb1/work.log => Checksum BLAKE2s OK for hyperscan-5.4.2.tar.gz => Checksum SHA512 OK for hyperscan-5.4.2.tar.gz ===> Installing dependencies for hyperscan-5.4.2nb1 ========================================================================== The following variables will affect the build process of this package, hyperscan-5.4.2nb1. Their current value is shown below: * PYTHON_VERSION_DEFAULT = 312 Based on these variables, the following variables have been set: * PYPACKAGE = python312 You may want to abort the process now with CTRL-C and change the value of variables in the first group before continuing. Be sure to run `/opt/local/bin/bmake clean' after the changes. ========================================================================== => Tool dependency ragel-[0-9]*: found ragel-6.10 => Tool dependency cmake>=0: found cmake-4.1.1nb1 => Tool dependency pkgconf-[0-9]*: found pkgconf-2.4.3nb1 => Tool dependency cwrappers>=20150314: found cwrappers-20220403 => Tool dependency checkperms>=1.1: found checkperms-1.12 => Build dependency boost-headers-1.87.*: found boost-headers-1.87.0nb3 => Build dependency gcc13>=13.1.0: found gcc13-13.3.0 => Build dependency python312>=3.12.0: found python312-3.12.11 => Full dependency gcc13-libs>=13.2.0: found gcc13-libs-13.3.0 => Full dependency pcre>=8.30nb1: found pcre-8.45 => Full dependency sqlite3>=3.49.1nb3: found sqlite3-3.50.4 ===> Overriding tools for hyperscan-5.4.2nb1 ===> Extracting for hyperscan-5.4.2nb1 ===> Patching for hyperscan-5.4.2nb1 => Applying pkgsrc patches for hyperscan-5.4.2nb1 => Verifying /data/jenkins/workspace/pkgsrc-trunk-x86_64/devel/hyperscan/patches/patch-CMakeLists.txt => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-trunk-x86_64/devel/hyperscan/patches/patch-CMakeLists.txt Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-CMakeLists.txt,v 1.5 2024/12/29 14:56:38 adam Exp $ | |Avoid conflicts with pkgsrc's CMAKE_MODULE_PATH override. |Disable examples as they require Linux specific headers. |Do not try to use -march/-mtune. |Build Chimera without PCRE sources. | |--- CMakeLists.txt.orig 2023-04-19 09:34:39.000000000 +0000 |+++ CMakeLists.txt -------------------------- Patching file CMakeLists.txt using Plan A... Hunk #1 succeeded at 6. Hunk #2 succeeded at 16. Hunk #3 succeeded at 68. Hunk #4 succeeded at 83. Hunk #5 succeeded at 181. Hunk #6 succeeded at 220. Hunk #7 succeeded at 287. Hunk #8 succeeded at 298. Hunk #9 succeeded at 447. Hunk #10 succeeded at 467. Hunk #11 succeeded at 499. Hunk #12 succeeded at 1191. Hunk #13 succeeded at 1255. Hunk #14 succeeded at 1278. done => Verifying /data/jenkins/workspace/pkgsrc-trunk-x86_64/devel/hyperscan/patches/patch-chimera_CMakeLists.txt => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-trunk-x86_64/devel/hyperscan/patches/patch-chimera_CMakeLists.txt Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-chimera_CMakeLists.txt,v 1.2 2025/08/20 07:22:10 wiz Exp $ | |Fix build with cmake 4. | |Do not leak work dir in pkg-config file. | |--- chimera/CMakeLists.txt.orig 2023-04-19 09:34:39.000000000 +0000 |+++ chimera/CMakeLists.txt -------------------------- Patching file chimera/CMakeLists.txt using Plan A... Hunk #1 succeeded at 28. Hunk #2 succeeded at 40. done => Verifying /data/jenkins/workspace/pkgsrc-trunk-x86_64/devel/hyperscan/patches/patch-chimera_ch__runtime.c => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-trunk-x86_64/devel/hyperscan/patches/patch-chimera_ch__runtime.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-chimera_ch__runtime.c,v 1.1 2024/12/29 14:56:38 adam Exp $ | |Do not use PCRE's internal function. | |--- chimera/ch_runtime.c.orig 2024-12-29 12:38:10.000000000 +0000 |+++ chimera/ch_runtime.c -------------------------- Patching file chimera/ch_runtime.c using Plan A... Hunk #1 succeeded at 120. Hunk #2 succeeded at 138. done => Verifying /data/jenkins/workspace/pkgsrc-trunk-x86_64/devel/hyperscan/patches/patch-src_util_popcount.h => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-trunk-x86_64/devel/hyperscan/patches/patch-src_util_popcount.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-src_util_popcount.h,v 1.1 2018/06/02 19:13:45 joerg Exp $ | |--- src/util/popcount.h.orig 2018-06-02 15:16:11.582620623 +0000 |+++ src/util/popcount.h -------------------------- Patching file src/util/popcount.h using Plan A... Hunk #1 succeeded at 36. Hunk #2 succeeded at 70. done => Verifying /data/jenkins/workspace/pkgsrc-trunk-x86_64/devel/hyperscan/patches/patch-tools_hsbench_CMakeLists.txt => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-trunk-x86_64/devel/hyperscan/patches/patch-tools_hsbench_CMakeLists.txt Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-tools_hsbench_CMakeLists.txt,v 1.2 2020/11/29 20:27:28 nia Exp $ | |Avoid conflicts with pkgsrc's CMAKE_MODULE_PATH override. | |NetBSD's pthread_setaffinity_np is incompatible with hsbench's expectations. | |--- tools/hsbench/CMakeLists.txt.orig 2018-07-09 16:45:44.000000000 +0000 |+++ tools/hsbench/CMakeLists.txt -------------------------- Patching file tools/hsbench/CMakeLists.txt using Plan A... Hunk #1 succeeded at 1. Hunk #2 succeeded at 16. done => Verifying /data/jenkins/workspace/pkgsrc-trunk-x86_64/devel/hyperscan/patches/patch-tools_hscollider_CMakeLists.txt => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-trunk-x86_64/devel/hyperscan/patches/patch-tools_hscollider_CMakeLists.txt Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-tools_hscollider_CMakeLists.txt,v 1.2 2018/07/25 00:26:30 minskim Exp $ | |Avoid conflicts with pkgsrc's CMAKE_MODULE_PATH override. | |--- tools/hscollider/CMakeLists.txt.orig 2018-07-09 16:45:44.000000000 +0000 |+++ tools/hscollider/CMakeLists.txt -------------------------- Patching file tools/hscollider/CMakeLists.txt using Plan A... Hunk #1 succeeded at 5. done ===> Creating toolchain wrappers for hyperscan-5.4.2nb1 /usr/bin/sed -e '/^#/d' -e 's,@LINK_ARCH_DEFAULT@,link_arch64,g' -e 's,@LINK_LIBGCC_DEFAULT@,link_libgcc_arch64,g' -e 's,@LIBGCC_PREFIX@,/opt/local/gcc13/x86_64-sun-solaris2.11,g' < ../../extra/gcc13-libs/files/specs.pkgsrc > /home/pbulk/build/devel/hyperscan/work/.cwrapper/specs.pkgsrc ===> Configuring for hyperscan-5.4.2nb1 => Adding run-time search paths to pkg-config files. CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.10 will be removed from a future version of CMake. Update the VERSION argument value. Or, use the ... syntax to tell CMake that the project requires at least but has been updated to work with policies introduced by or earlier. -- The C compiler identification is GNU 13.3.0 -- The CXX compiler identification is GNU 13.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /home/pbulk/build/devel/hyperscan/work/.cwrapper/bin/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/pbulk/build/devel/hyperscan/work/.cwrapper/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Performing Test ARCH_64_BIT -- Performing Test ARCH_64_BIT - Success -- Performing Test ARCH_32_BIT -- Performing Test ARCH_32_BIT - Failed -- Default build type 'Release with debug info' -- using release build CMake Warning (dev) at cmake/boost.cmake:17 (find_package): Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake --help-policy CMP0167" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Call Stack (most recent call first): CMakeLists.txt:71 (include) This warning is for project developers. Use -Wno-dev to suppress it. -- Boost version: 1.87.0 CMake Warning (dev) at CMakeLists.txt:74 (find_package): Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules are removed. Run "cmake --help-policy CMP0148" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. -- Found PythonInterp: /opt/local/bin/python3.12 (found version "3.12.11") -- Build date: 2025-09-16 -- Building shared libraries -- g++ version 13.3.0 -- Looking for include file unistd.h -- Looking for include file unistd.h - found -- Looking for include file intrin.h -- Looking for include file intrin.h - not found -- Looking for C++ include intrin.h -- Looking for C++ include intrin.h - not found -- Looking for include file x86intrin.h -- Looking for include file x86intrin.h - found -- Looking for C++ include x86intrin.h -- Looking for C++ include x86intrin.h - found -- Looking for posix_memalign -- Looking for posix_memalign - found -- Looking for _aligned_malloc -- Looking for _aligned_malloc - not found -- Performing Test HAS_C_HIDDEN -- Performing Test HAS_C_HIDDEN - Success -- Performing Test HAS_CXX_HIDDEN -- Performing Test HAS_CXX_HIDDEN - Success -- Looking for _LIBCPP_VERSION -- Looking for _LIBCPP_VERSION - not found -- Performing Test HAVE_SSSE3 -- Performing Test HAVE_SSSE3 - Success -- Performing Test HAVE_AVX2 -- Performing Test HAVE_AVX2 - Failed -- Performing Test HAVE_AVX512 -- Performing Test HAVE_AVX512 - Failed -- Performing Test HAVE_AVX512VBMI -- Performing Test HAVE_AVX512VBMI - Failed -- Building without AVX2 support -- Building without AVX512 support -- Building without AVX512VBMI support -- Performing Test HAVE_CC_BUILTIN_ASSUME_ALIGNED -- Performing Test HAVE_CC_BUILTIN_ASSUME_ALIGNED - Success -- Performing Test HAVE_CXX_BUILTIN_ASSUME_ALIGNED -- Performing Test HAVE_CXX_BUILTIN_ASSUME_ALIGNED - Success -- Performing Test HAVE__BUILTIN_CONSTANT_P -- Performing Test HAVE__BUILTIN_CONSTANT_P - Success -- Performing Test C_FLAG_Wvla -- Performing Test C_FLAG_Wvla - Success -- Performing Test C_FLAG_Wpointer_arith -- Performing Test C_FLAG_Wpointer_arith - Success -- Performing Test C_FLAG_Wstrict_prototypes -- Performing Test C_FLAG_Wstrict_prototypes - Success -- Performing Test C_FLAG_Wmissing_prototypes -- Performing Test C_FLAG_Wmissing_prototypes - Success -- Performing Test CXX_FLAG_Wvla -- Performing Test CXX_FLAG_Wvla - Success -- Performing Test CXX_FLAG_Wpointer_arith -- Performing Test CXX_FLAG_Wpointer_arith - Success -- Performing Test CC_SELF_ASSIGN -- Performing Test CC_SELF_ASSIGN - Failed -- Performing Test CXX_SELF_ASSIGN -- Performing Test CXX_SELF_ASSIGN - Failed -- Performing Test CC_PAREN_EQUALITY -- Performing Test CC_PAREN_EQUALITY - Failed -- Performing Test CXX_UNUSED_CONST_VAR -- Performing Test CXX_UNUSED_CONST_VAR - Success -- Performing Test CXX_UNUSED_BUT_SET_VAR -- Performing Test CXX_UNUSED_BUT_SET_VAR - Success -- Performing Test CXX_BITWISE_INSTEAD_OF_LOGICAL -- Performing Test CXX_BITWISE_INSTEAD_OF_LOGICAL - Failed -- Performing Test CXX_IGNORED_ATTR -- Performing Test CXX_IGNORED_ATTR - Success -- Performing Test CXX_REDUNDANT_MOVE -- Performing Test CXX_REDUNDANT_MOVE - Success -- Performing Test CXX_WEAK_VTABLES -- Performing Test CXX_WEAK_VTABLES - Failed -- Performing Test CXX_MISSING_DECLARATIONS -- Performing Test CXX_MISSING_DECLARATIONS - Success -- Performing Test CXX_UNUSED_LOCAL_TYPEDEFS -- Performing Test CXX_UNUSED_LOCAL_TYPEDEFS - Success -- Performing Test CXX_WUNUSED_VARIABLE -- Performing Test CXX_WUNUSED_VARIABLE - Success -- Performing Test CC_STRINGOP_OVERFLOW -- Performing Test CC_STRINGOP_OVERFLOW - Success -- Performing Test CXX_STRINGOP_OVERFLOW -- Performing Test CXX_STRINGOP_OVERFLOW - Success -- Building for current host CPU: -- Looking for mmap -- Looking for mmap - found -- Doxygen not found, unable to generate API reference -- Sphinx not found, unable to generate developer reference -- Found PkgConfig: /home/pbulk/build/devel/hyperscan/work/.tools/bin/pkg-config (found version "2.4.3") -- Checking for module 'libpcre>=8.41' -- Found libpcre, version 8.45 -- PCRE version 8.41 or above -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Checking for module 'sqlite3' -- Found sqlite3, version 3.50.4 -- Performing Test SQLITE_VERSION_OK -- Performing Test SQLITE_VERSION_OK - Success -- Looking for sqlite3_open_v2 -- Looking for sqlite3_open_v2 - found -- Looking for C++ include pthread_np.h -- Looking for C++ include pthread_np.h - not found -- Looking for pthread_setaffinity_np -- Looking for pthread_setaffinity_np - not found -- Looking for malloc_info -- Looking for malloc_info - not found -- Looking for shmget -- Looking for shmget - found -- Performing Test BACKTRACE_LIBC -- Performing Test BACKTRACE_LIBC - Success -- Performing Test HAS_RDYNAMIC -- Performing Test HAS_RDYNAMIC - Success -- Looking for sigaltstack -- Looking for sigaltstack - found -- Looking for sigaction -- Looking for sigaction - found -- Looking for setrlimit -- Looking for setrlimit - found -- Configuring done (54.6s) -- Generating done (0.4s) CMake Warning: Manually-specified variables were not used by the project: FETCHCONTENT_FULLY_DISCONNECTED PYTHON_INCLUDE_DIR PYTHON_INCLUDE_PATH Python3_EXECUTABLE Python3_INCLUDE_DIR Python_EXECUTABLE Python_INCLUDE_DIR -- Build files have been written to: /home/pbulk/build/devel/hyperscan/work/hyperscan-5.4.2/cmake-pkgsrc-build