+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/local/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/libtorrent-rasterbar-2.0.10nb1/work.log
+ su pbulk -c '"$@"' make /opt/local/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/libtorrent-rasterbar-2.0.10nb1/work.log
=> Checksum BLAKE2s OK for libtorrent-rasterbar-2.0.10.tar.gz
=> Checksum SHA512 OK for libtorrent-rasterbar-2.0.10.tar.gz
===> Installing dependencies for libtorrent-rasterbar-2.0.10nb1
==========================================================================
The following variables will affect the build process of this package,
libtorrent-rasterbar-2.0.10nb1.  Their current value is shown below:

        * SSLBASE (defined)
        * SSLCERTBUNDLE (not defined)
        * SSLCERTS = /opt/local/etc/openssl/certs
        * SSLDIR = /opt/local/etc/openssl
        * SSLKEYS = /opt/local/etc/openssl/private

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 cmake>=0: found cmake-3.31.1
=> Tool dependency pkgconf-[0-9]*: found pkgconf-2.3.0
=> Tool dependency cwrappers>=20150314: found cwrappers-20220403
=> Tool dependency checkperms>=1.1: found checkperms-1.12
=> Build dependency gcc13>=13.1.0: found gcc13-13.3.0
=> 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
=> Full dependency gcc13-libs>=13.2.0: found gcc13-libs-13.3.0
=> Full dependency libiconv>=1.9.1nb4: found libiconv-1.17
=> Full dependency openssl>=3: found openssl-3.3.2
=> Build dependency boost-headers-1.86.*: found boost-headers-1.86.0
===> Overriding tools for libtorrent-rasterbar-2.0.10nb1
===> Extracting for libtorrent-rasterbar-2.0.10nb1
===> Patching for libtorrent-rasterbar-2.0.10nb1
=> Applying pkgsrc patches for libtorrent-rasterbar-2.0.10nb1
=> Verifying /data/jenkins/workspace/pkgsrc-trunk-x86_64/net/libtorrent-rasterbar/patches/patch-src_platform__util.cpp
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-trunk-x86_64/net/libtorrent-rasterbar/patches/patch-src_platform__util.cpp
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-src_platform__util.cpp,v 1.1 2022/04/19 16:34:10 adam Exp $
|
|NetBSD support.
|
|--- src/platform_util.cpp.orig	2022-04-19 14:47:36.330535380 +0000
|+++ src/platform_util.cpp
--------------------------
Patching file src/platform_util.cpp using Plan A...
Hunk #1 succeeded at 40.
Hunk #2 succeeded at 105.
done
===> Creating toolchain wrappers for libtorrent-rasterbar-2.0.10nb1
/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/net/libtorrent-rasterbar/work/.cwrapper/specs.pkgsrc
===> Configuring for libtorrent-rasterbar-2.0.10nb1
=> Adding run-time search paths to pkg-config files.
INFO: [subst.mk:_pkgconfig] Ignoring nonexistent file "libtorrent-rasterbar.pc.in".
-- 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/net/libtorrent-rasterbar/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/net/libtorrent-rasterbar/work/.cwrapper/bin/g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB
-- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB - Success
-- Performing Test HAVE_CXX_ATOMICS8_WITHOUT_LIB
-- Performing Test HAVE_CXX_ATOMICS8_WITHOUT_LIB - Success
-- Performing Test HAVE_CXX_ATOMICS64_WITHOUT_LIB
-- Performing Test HAVE_CXX_ATOMICS64_WITHOUT_LIB - Success
-- Found OpenSSL: /opt/local/lib/libcrypto.so (found version "3.3.2")
CMake Warning (dev) at cmake/Modules/LibtorrentMacros.cmake:43 (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:812 (find_public_dependency)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found Boost: /opt/local/include (found version "1.86.0")
-- The following features have been enabled:

 * BUILD_SHARED_LIBS, build libtorrent as a shared library
 * dht, enable support for Mainline DHT
 * deprecated-functions, enable deprecated functions for backwards compatibility
 * encryption, Enables encryption in libtorrent
 * exceptions, build with exception support
 * extensions, Enables protocol extensions
 * i2p, build with I2P support
 * logging, build with logging
 * mutable-torrents, Enables mutable torrent support
 * streaming, Enables support for piece deadline

-- The following RECOMMENDED packages have been found:

 * OpenSSL, Full-strength general purpose cryptography library, <https://www.openssl.org/>
   Provides HTTPS support to libtorrent

-- The following REQUIRED packages have been found:

 * Threads
 * Boost

-- The following features have been disabled:

 * static_runtime, build libtorrent with static runtime
 * build_tests, build tests
 * build_examples, build examples
 * build_tools, build tools
 * python-bindings, build python bindings
 * python-egg-info, generate python egg info
 * python-install-system-dir, Install python bindings to the system installation directory rather than the CMake installation prefix
 * gnutls, build using GnuTLS instead of OpenSSL

-- Configuring done (8.2s)
-- Generating done (0.1s)
CMake Warning:
  Manually-specified variables were not used by the project:

    FETCHCONTENT_FULLY_DISCONNECTED


-- Build files have been written to: /home/pbulk/build/net/libtorrent-rasterbar/work/libtorrent-rasterbar-2.0.10/cmake-pkgsrc-build