+ 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/gnupg-pkcs11-scd-0.9.2nb20/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/gnupg-pkcs11-scd-0.9.2nb20/work.log => Checksum BLAKE2s OK for gnupg-pkcs11-scd-0.9.2.tar.bz2 => Checksum SHA512 OK for gnupg-pkcs11-scd-0.9.2.tar.bz2 ===> Installing dependencies for gnupg-pkcs11-scd-0.9.2nb20 ========================================================================== The following variables will affect the build process of this package, gnupg-pkcs11-scd-0.9.2nb20. Their current value is shown below: * SSLBASE (defined) * SSLCERTBUNDLE (not defined) * SSLCERTS = /etc/opt/pkg/openssl/certs * SSLDIR = /etc/opt/pkg/openssl * SSLKEYS = /etc/opt/pkg/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/pkg/bin/bmake clean' after the changes. ========================================================================== => Tool dependency pkgconf-[0-9]*: found pkgconf-2.4.3 => Tool dependency cwrappers>=20150314: found cwrappers-20220403 => Tool dependency checkperms>=1.1: found checkperms-1.12 => Full dependency libassuan>=3.0.1: found libassuan-3.0.2 => Full dependency libgcrypt>=1.6.0: found libgcrypt-1.11.0nb2 => Full dependency libgpg-error>=1.10nb1: found libgpg-error-1.52 => Full dependency openssl>=3: found openssl-3.4.1 => Full dependency pkcs11-helper>=1.30.0nb5: found pkcs11-helper-1.30.0nb5 => Full dependency gettext-lib>=0.22: found gettext-lib-0.22.5 => Full dependency libiconv>=1.9.1: found libiconv-1.17 ===> Overriding tools for gnupg-pkcs11-scd-0.9.2nb20 ===> Extracting for gnupg-pkcs11-scd-0.9.2nb20 ===> Patching for gnupg-pkcs11-scd-0.9.2nb20 => Applying pkgsrc patches for gnupg-pkcs11-scd-0.9.2nb20 => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/security/gnupg-pkcs11-scd/patches/patch-configure => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/security/gnupg-pkcs11-scd/patches/patch-configure Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-configure,v 1.1 2024/08/22 12:49:22 ryoon Exp $ | |* Support newer libassuan2 too. | |--- configure.orig 2024-08-22 03:48:57.780837491 +0000 |+++ configure -------------------------- Patching file configure using Plan A... Hunk #1 succeeded at 6789. done ===> Creating toolchain wrappers for gnupg-pkcs11-scd-0.9.2nb20 ===> Configuring for gnupg-pkcs11-scd-0.9.2nb20 => 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 for portability problems in extracted files configure: WARNING: unrecognized options: --with-libiconv-prefix checking for a BSD-compatible install... /opt/pkg/bin/bsdinstall -c -o pbulk -g pbulk checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... /usr/bin/nawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports the include directive... yes (GNU style) checking for x86_64-sun-solaris2.11-gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no 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 ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... (cached) /usr/xpg4/bin/grep checking for egrep... (cached) /usr/xpg4/bin/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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking build system type... x86_64-sun-solaris2.11 checking host system type... x86_64-sun-solaris2.11 checking for x86_64-sun-solaris2.11-gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) gcc3 checking pkg-config is at least version 0.9.0... yes checking for m4... m4 checking whether time.h and sys/time.h may both be included... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for alarm... yes checking for working mktime... no checking return type of signal handlers... void checking for vprintf... yes checking for _doprnt... yes checking for gettimeofday... yes checking for memmove... yes checking for memset... yes checking for socket... no checking for strchr... yes checking for strdup... yes checking for strerror... yes checking for strrchr... yes checking for snprintf... yes checking for timegm... yes checking for unsetenv... yes checking for a sed that does not truncate output... /usr/bin/sed checking for pthread_join using gcc -pthread -lpthread -lrt... yes checking whether gcc is Clang... no checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking whether more special flags are required for pthreads... -D_POSIX_PTHREAD_SEMANTICS checking for PTHREAD_PRIO_INHERIT... yes checking for libgpg-error... found checking for libassuan... found checking for libgcrypt... found checking for OPENSSL... yes checking for GNUTLS... no checking for PKCS11_HELPER... yes checking pkcs11-helper features... ok checking cryptographic library to use... Using OpenSSL checking for ANSI C header files... (cached) yes checking for an ANSI C-conforming const... yes checking for working volatile... yes checking for inline... inline checking for off_t... yes checking for pid_t... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... (cached) yes checking whether struct tm is in sys/time.h or time.h... time.h checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for stdlib.h... (cached) yes checking stdargs.h usability... no checking stdargs.h presence... no checking for stdargs.h... no checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking for string.h... (cached) yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for unistd.h... (cached) yes checking sys/ucred.h usability... yes checking sys/ucred.h presence... yes checking for sys/ucred.h... yes checking whether SO_PEERCRED is declared... no checking whether LOCAL_PEERCRED is declared... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating gnupg-pkcs11-scd-proxy/Makefile config.status: creating gnupg-pkcs11-scd-proxy/gnupg-pkcs11-scd-proxy.service.in config.status: creating gnupg-pkcs11-scd/Makefile config.status: creating distro/Makefile config.status: creating distro/debian/Makefile config.status: creating distro/rpm/Makefile config.status: creating distro/rpm/gnupg-pkcs11-scd.spec config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --with-libiconv-prefix