+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/lucene++-3.0.9nb1/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/lucene++-3.0.9nb1/work.log
=> Checksum BLAKE2s OK for lucene++-3.0.9.tar.gz
=> Checksum SHA512 OK for lucene++-3.0.9.tar.gz
===> Installing dependencies for lucene++-3.0.9nb1
=> Tool dependency cmake>=0: found cmake-3.31.1
=> Tool dependency cwrappers>=20150314: found cwrappers-20220403
=> Tool dependency checkperms>=1.1: found checkperms-1.12
=> Full dependency boost-libs-1.86.*: found boost-libs-1.86.0nb3
=> Full dependency boost-libs>=1.86.0: found boost-libs-1.86.0nb3
=> Build dependency boost-headers-1.86.*: found boost-headers-1.86.0
===> Overriding tools for lucene++-3.0.9nb1
===> Extracting for lucene++-3.0.9nb1
===> Patching for lucene++-3.0.9nb1
=> Applying pkgsrc patches for lucene++-3.0.9nb1
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/lucene++/patches/patch-CMakeLists.txt
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/lucene++/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.1 2015/10/17 03:02:47 ryoon Exp $
|
|No cmake_uninstall.cmake is provided.
|
|--- CMakeLists.txt.orig	2015-01-30 16:14:22.000000000 +0000
|+++ CMakeLists.txt
--------------------------
Patching file CMakeLists.txt using Plan A...
No such line 181 in input file, ignoring
Hunk #1 succeeded at 95 (offset -87 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/lucene++/patches/patch-cmake_cotire.cmake
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/lucene++/patches/patch-cmake_cotire.cmake
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-cmake_cotire.cmake,v 1.2 2024/04/21 17:28:32 adam Exp $
|
|Disable precompiled headers. Makes GCC segfault on NetBSD-7.0-i386.
|
|--- cmake/cotire.cmake.orig	2024-02-18 18:18:26.000000000 +0000
|+++ cmake/cotire.cmake
--------------------------
Patching file cmake/cotire.cmake using Plan A...
Hunk #1 succeeded at 3557.
Hunk #2 succeeded at 3577.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/lucene++/patches/patch-src_core_store_MMapDirectory.cpp
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/lucene++/patches/patch-src_core_store_MMapDirectory.cpp
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-src_core_store_MMapDirectory.cpp,v 1.1 2024/04/21 17:28:32 adam Exp $
|
|Fix build with newer boost.
|
|--- src/core/store/MMapDirectory.cpp.orig	2024-04-21 17:18:00.396087158 +0000
|+++ src/core/store/MMapDirectory.cpp
--------------------------
Patching file src/core/store/MMapDirectory.cpp using Plan A...
Hunk #1 succeeded at 36.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/lucene++/patches/patch-src_core_util_FileUtils.cpp
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/lucene++/patches/patch-src_core_util_FileUtils.cpp
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-src_core_util_FileUtils.cpp,v 1.1 2024/04/21 17:28:32 adam Exp $
|
|Fix build with newer boost.
|
|--- src/core/util/FileUtils.cpp.orig	2024-04-21 17:22:39.775305801 +0000
|+++ src/core/util/FileUtils.cpp
--------------------------
Patching file src/core/util/FileUtils.cpp using Plan A...
Hunk #1 succeeded at 5.
Hunk #2 succeeded at 128.
done
===> Creating toolchain wrappers for lucene++-3.0.9nb1
===> Configuring for lucene++-3.0.9nb1
=> Checking for portability problems in extracted files
CMake Deprecation Warning at CMakeLists.txt:5 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> 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/textproc/lucene++/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/textproc/lucene++/work/.cwrapper/bin/g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Deprecation Warning at cmake/cotire.cmake:40 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.
Call Stack (most recent call first):
  CMakeLists.txt:36 (include)


-- cotire 1.8.0 loaded.
CMake Warning (dev) at cmake/dependencies.cmake:5 (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:44 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Found Boost: /opt/pkg/include (found version "1.86.0") found components: date_time filesystem iostreams regex system thread chrono atomic
-- Found ZLIB: /opt/pkg/lib/libz.so (found version "1.3.1")


** Build Summary **
  Version:          3.0.9
  Prefix:           /opt/pkg
  Build Type:       Release
  Architecture:     i386
  System:           SunOS
  Boost Include:    /opt/pkg/include
  Boost Libraries:  /opt/pkg/lib
  Zlib Include:     /opt/pkg/include
  Zlib Library:     /opt/pkg/lib/libz.so
-- Configuring done (5.1s)
-- Generating done (0.3s)
CMake Warning:
  Manually-specified variables were not used by the project:

    FETCHCONTENT_FULLY_DISCONNECTED


-- Build files have been written to: /home/pbulk/build/textproc/lucene++/work/LucenePlusPlus-rel_3.0.9/cmake-pkgsrc-build