+ 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/hiawatha-11.6nb5/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/hiawatha-11.6nb5/work.log
=> Checksum BLAKE2s OK for hiawatha-v11.6.tar.gz
=> Checksum SHA512 OK for hiawatha-v11.6.tar.gz
===> Installing dependencies for hiawatha-11.6nb5
==========================================================================
The supported build options for hiawatha are:

	cache letsencrypt mbedtls mbedtls-private
	monitor rproxy tomahawk urltoolkit xslt

The currently selected options are:

	cache mbedtls-private rproxy urltoolkit xslt

You can select which build options to use by setting PKG_DEFAULT_OPTIONS
or the following variable.  Its current value is shown:

	PKG_OPTIONS.hiawatha (not defined)

==========================================================================
==========================================================================
The following variables will affect the build process of this package,
hiawatha-11.6nb5.  Their current value is shown below:

        * VARBASE = /var/opt/pkg

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/pkg/bin/bmake clean' after the changes.
==========================================================================
=> 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 libxslt>=1.1.42nb3: found libxslt-1.1.42nb3
=> Full dependency zlib>=1.2.3: found zlib-1.3.1
=> Full dependency gettext-lib>=0.22: found gettext-lib-0.22.5
=> Full dependency libiconv>=1.9.1: found libiconv-1.17
=> Full dependency libgcrypt>=1.2.0: found libgcrypt-1.11.0nb2
=> Full dependency libgpg-error>=0.6: found libgpg-error-1.51
=> Full dependency libxml2>=2.6.2: found libxml2-2.12.9nb3
=> Full dependency xz>=5.0.0: found xz-5.6.3
===> Overriding tools for hiawatha-11.6nb5
===> Extracting for hiawatha-11.6nb5
===> Patching for hiawatha-11.6nb5
=> Applying pkgsrc patches for hiawatha-11.6nb5
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/hiawatha/patches/patch-CMakeLists.txt
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/hiawatha/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.3 2024/04/26 09:18:00 hauke Exp $
|
|setuid binaries should not be writable by anyone.
|
|Keep build system from installing to PKG_SYSCONFDIR - we handle
|preference files ourselves.
|
|--- CMakeLists.txt.orig	2023-10-13 13:21:31.000000000 +0000
|+++ CMakeLists.txt
--------------------------
Patching file CMakeLists.txt using Plan A...
Hunk #1 succeeded at 154.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/hiawatha/patches/patch-config_hiawatha.conf.in
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/hiawatha/patches/patch-config_hiawatha.conf.in
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-config_hiawatha.conf.in,v 1.1 2024/04/15 14:52:33 hauke Exp $
|
|Configure uid & gid that we run Hiawatha under
|
|--- config/hiawatha.conf.in.orig	2024-04-15 12:58:05.753978549 +0000
|+++ config/hiawatha.conf.in
--------------------------
Patching file config/hiawatha.conf.in using Plan A...
Hunk #1 succeeded at 11.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/hiawatha/patches/patch-extra_letsencrypt_letsencrypt.conf.in
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/hiawatha/patches/patch-extra_letsencrypt_letsencrypt.conf.in
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-extra_letsencrypt_letsencrypt.conf.in,v 1.1 2024/04/15 14:52:33 hauke Exp $
|
|Whatever the start script directory, init.d is unlikely
|
|The related pkglint error is bogus - "/etc/rc.d" is not PKG_SYSCONFDIR.
|
|--- extra/letsencrypt/letsencrypt.conf.in.orig	2024-04-15 14:11:19.018051975 +0000
|+++ extra/letsencrypt/letsencrypt.conf.in
--------------------------
Patching file extra/letsencrypt/letsencrypt.conf.in using Plan A...
Hunk #1 succeeded at 7.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/hiawatha/patches/patch-mbedtls_library_ssl_tls13_generic.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/hiawatha/patches/patch-mbedtls_library_ssl_tls13_generic.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-mbedtls_library_ssl_tls13_generic.c,v 1.1 2024/08/22 15:59:21 hauke Exp $
|
|Fix compilation where memcpy as a function-like macro, from
|<https://github.com/tom-cosgrove-arm/mbedtls/commit/b32d7ae0fee2f906be59780b42a0cd4468a39bd1>
|
|--- mbedtls/library/ssl_tls13_generic.c.orig	2024-08-22 15:00:42.358144005 +0000
|+++ mbedtls/library/ssl_tls13_generic.c
--------------------------
Patching file mbedtls/library/ssl_tls13_generic.c using Plan A...
Hunk #1 succeeded at 193.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/hiawatha/patches/patch-src_tls.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/hiawatha/patches/patch-src_tls.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-src_tls.c,v 1.1 2024/12/01 22:30:06 hauke Exp $
|
|TLS v1.3 support is partly broken in mbedtls 3.6, see
|<https://github.com/Mbed-TLS/mbedtls/issues/9223>
|
|Since there is no configuration option for limiting the TLS version,
|disable until upstream updates the enclosed mbedtls.
|
|--- src/tls.c.orig	2024-12-01 20:57:08.785456125 +0000
|+++ src/tls.c
--------------------------
Patching file src/tls.c using Plan A...
Hunk #1 succeeded at 242.
done
===> Creating toolchain wrappers for hiawatha-11.6nb5
===> Configuring for hiawatha-11.6nb5
=> Fixing PREFIX path.
=> Configure Hiawatha user & group
=> Checking for portability problems in extracted 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 <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
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /home/pbulk/build/www/hiawatha/work/.cwrapper/bin/gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Found LibXml2: /opt/pkg/lib/libxml2.so (found version "2.12.9")
-- Found LibXslt: /opt/pkg/lib/libxslt.so (found version "1.1.42")
-- Found ZLIB: /opt/pkg/lib/libz.so (found version "1.3.1")
-- Looking for getloadavg
-- Looking for getloadavg - found
-- Looking for crypt.h
-- Looking for crypt.h - found
-- Looking for arpa/inet.h
-- Looking for arpa/inet.h - found
-- Looking for include files sys/types.h, netinet/in.h
-- Looking for include files sys/types.h, netinet/in.h - found
-- Looking for include files sys/types.h, netinet/tcp.h
-- Looking for include files sys/types.h, netinet/tcp.h - found
-- Looking for rpcsvc/crypt.h
-- Looking for rpcsvc/crypt.h - not found
-- Looking for setenv
-- Looking for setenv - found
-- Looking for unsetenv
-- Looking for unsetenv - found
-- Looking for clearenv
-- Looking for clearenv - found
-- Looking for strcasecmp
-- Looking for strcasecmp - found
-- Looking for strncasecmp
-- Looking for strncasecmp - found
-- Looking for strnstr
-- Looking for strnstr - found
-- Looking for strcasestr
-- Looking for strcasestr - found
-- Looking for strncasestr
-- Looking for strncasestr - not found
-- Looking for crypt_r in crypt
-- Looking for crypt_r in crypt - not found
-- Looking for crypt in crypt
-- Looking for crypt in crypt - found
-- Looking for gzdopen in /opt/pkg/lib/libz.so
-- Looking for gzdopen in /opt/pkg/lib/libz.so - found
-- Looking for SO_ACCEPTFILTER
-- Looking for SO_ACCEPTFILTER - not found
CMake Deprecation Warning at mbedtls/CMakeLists.txt:21 (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.


-- Performing Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS
-- Performing Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS - Success
-- Configuring done (29.3s)
-- 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/www/hiawatha/work/hiawatha-v11.6