+ 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/crawl-0.4nb14/work.log
+ su pbulk -c '"$@"' make /opt/local/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/crawl-0.4nb14/work.log
WARNING: [license.mk] Every package should define a LICENSE.
=> Checksum BLAKE2s OK for crawl-0.4.tar.gz
=> Checksum SHA512 OK for crawl-0.4.tar.gz
===> Installing dependencies for crawl-0.4nb14
==========================================================================
The following variables will affect the build process of this package,
crawl-0.4nb14.  Their current value is shown below:

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

Based on these variables, the following variables have been set:

        * BDBBASE (defined, but empty)
        * BDB_LIBS = -ldb4
        * BDB_TYPE = db4

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 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 db4>=4.8.30: found db4-4.8.30nb1
=> Full dependency gcc13-libs>=13.2.0: found gcc13-libs-13.3.0
=> Full dependency libevent>=2.1.12nb1: found libevent-2.1.12nb2
=> Full dependency openssl>=1.1.1: found openssl-3.3.2
===> Overriding tools for crawl-0.4nb14
===> Extracting for crawl-0.4nb14
===> Patching for crawl-0.4nb14
=> Applying pkgsrc patches for crawl-0.4nb14
=> Verifying /data/jenkins/workspace/pkgsrc-trunk-x86_64/www/crawl/patches/patch-aa
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-trunk-x86_64/www/crawl/patches/patch-aa
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-aa,v 1.1.1.1 2005/01/18 17:46:31 peter Exp $
|
|--- configure.orig	2003-05-18 03:50:55.000000000 +0200
|+++ configure	2004-06-11 23:51:00.000000000 +0200
--------------------------
Patching file configure using Plan A...
Hunk #1 succeeded at 2669.
done
=> Verifying /data/jenkins/workspace/pkgsrc-trunk-x86_64/www/crawl/patches/patch-ab
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-trunk-x86_64/www/crawl/patches/patch-ab
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-ab,v 1.1.1.1 2005/01/18 17:46:31 peter Exp $
|
|--- config.h.in.orig	2003-05-18 02:54:45.000000000 +0200
|+++ config.h.in	2004-06-12 00:06:58.000000000 +0200
--------------------------
Patching file config.h.in using Plan A...
Hunk #1 succeeded at 42.
done
=> Verifying /data/jenkins/workspace/pkgsrc-trunk-x86_64/www/crawl/patches/patch-ac
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-trunk-x86_64/www/crawl/patches/patch-ac
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-ac,v 1.1.1.1 2005/01/18 17:46:31 peter Exp $
|
|--- crawldb.c.orig	2003-05-17 18:59:51.000000000 +0200
|+++ crawldb.c	2004-06-11 23:56:47.000000000 +0200
--------------------------
Patching file crawldb.c using Plan A...
Hunk #1 succeeded at 44.
done
===> Creating toolchain wrappers for crawl-0.4nb14
/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/www/crawl/work/.cwrapper/specs.pkgsrc
===> Configuring for crawl-0.4nb14
=> Fixing hardcoded path.
=> Modifying GNU configure scripts to avoid --recheck
=> Replacing config-guess with pkgsrc versions
=> Replacing config-sub with pkgsrc versions
=> Replacing install-sh with pkgsrc version
checking build system type... x86_64-sun-solaris2.11
checking host system type... x86_64-sun-solaris2.11
checking target system type... x86_64-sun-solaris2.11
checking for a BSD-compatible install... /opt/local/bin/bsdinstall -c -o pbulk -g pbulk
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal-1.4... found
checking for working autoconf... found
checking for working automake-1.4... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for x86_64-sun-solaris2.11-gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /opt/local/bin/bsdinstall -c -o pbulk -g pbulk
checking if we may use "-I/usr/include"... no
checking for libevent... yes
checking for Berkeley DB with 1.85 compatibility... no
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking for unistd.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/queue.h usability... yes
checking sys/queue.h presence... yes
checking for sys/queue.h... yes
checking for TAILQ_FOREACH in sys/queue.h... yes
checking for LIST_FIRST in sys/queue.h... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for u_int64_t... no
checking for u_int32_t... no
checking for u_int16_t... no
checking for u_int8_t... no
checking whether time.h and sys/time.h may both be included... yes
checking for socket in -lsocket... yes
checking for gettimeofday... yes
checking for memmove... yes
checking for memset... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strncasecmp... yes
checking for basename... yes
checking for dirname... yes
checking for getaddrinfo... yes
checking for strlcat... yes
checking for strlcpy... yes
checking for strsep... yes
checking for inet_aton... yes
checking for working basename... yes
checking for working dirname... no
checking for md5 in libc... no
checking for warnx... yes
checking for struct addrinfo in netdb.h... yes
checking for socklen_t... yes
checking for NI_MAXSERV... yes
checking for timeradd in sys/time.h... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing default-1 commands