+ 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/fdm-2.2nb1/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/fdm-2.2nb1/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 => Checksum BLAKE2s OK for fdm-2.2.tar.gz => Checksum SHA512 OK for fdm-2.2.tar.gz ===> Installing dependencies for fdm-2.2nb1 ========================================================================== The supported build options for fdm are: debug pcre The currently selected options are: pcre You can select which build options to use by setting PKG_DEFAULT_OPTIONS or the following variable. Its current value is shown: PKG_OPTIONS.fdm (not defined) ========================================================================== ========================================================================== The following variables will affect the build process of this package, fdm-2.2nb1. 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 mktools-[0-9]*: found mktools-20220614 => Tool dependency automake>=1.9: found automake-1.16.5nb3 => Tool dependency autoconf>=2.58: found autoconf-2.72 => Tool dependency pax>=20040802: found pax-20210219 => Tool dependency bison>=1.0: found bison-3.8.2nb1 => Tool dependency cwrappers>=20150314: found cwrappers-20220403 => Tool dependency checkperms>=1.1: found checkperms-1.12 => Full dependency pcre2>=10.30: found pcre2-10.43 => Full dependency tdb>=1.4.9nb1: found tdb-1.4.10 => Full dependency zlib>=1.2.3: found zlib-1.3.1 => Full dependency openssl>=3: found openssl-3.1.5 ===> Overriding tools for fdm-2.2nb1 ===> Extracting for fdm-2.2nb1 ===> Patching for fdm-2.2nb1 => Applying pkgsrc patches for fdm-2.2nb1 => Verifying /data/jenkins/workspace/pkgsrc-upstream-bulktest/mail/fdm/patches/patch-Makefile.am => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-bulktest/mail/fdm/patches/patch-Makefile.am Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-Makefile.am,v 1.3 2019/02/13 11:08:02 leot Exp $ | |Fix race conditions. | |--- Makefile.am.orig 2019-02-12 22:08:26.000000000 +0000 |+++ Makefile.am -------------------------- Patching file Makefile.am using Plan A... Hunk #1 succeeded at 111 (offset 1 line). done => Verifying /data/jenkins/workspace/pkgsrc-upstream-bulktest/mail/fdm/patches/patch-shm-mmap.c => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-bulktest/mail/fdm/patches/patch-shm-mmap.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-shm-mmap.c,v 1.2 2019/03/24 14:41:05 leot Exp $ | |Adjust mremap(2) usage for NetBSD. | |Patch shared upstream via: | | <https://github.com/nicm/fdm/pull/59> | |...but rejected. | |configure check was changed to only check and enable mremap(2) for |platforms that also define MREMAP_MAYMOVE. | |--- shm-mmap.c.orig 2019-02-12 22:08:26.000000000 +0000 |+++ shm-mmap.c -------------------------- Patching file shm-mmap.c using Plan A... Hunk #1 succeeded at 218. done ===> Creating toolchain wrappers for fdm-2.2nb1 ===> Configuring for fdm-2.2nb1 cd /home/pbulk/build/mail/fdm/work/fdm-2.2 && ./autogen.sh configure.ac:17: installing 'etc/compile' configure.ac:10: installing 'etc/config.guess' configure.ac:10: installing 'etc/config.sub' configure.ac:8: installing 'etc/install-sh' configure.ac:8: installing 'etc/missing' Makefile.am: installing 'etc/depcomp' configure.ac: installing 'etc/ylwrap' configure.ac:27: warning: The macro 'AC_HELP_STRING' is obsolete. configure.ac:27: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.ac:27: the top level configure.ac:34: warning: The macro 'AC_HELP_STRING' is obsolete. configure.ac:34: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.ac:34: the top level configure.ac:43: warning: The macro 'AC_HELP_STRING' is obsolete. configure.ac:43: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.ac:43: the top level configure.ac:146: warning: The macro 'AC_TRY_LINK' is obsolete. configure.ac:146: You should run autoupdate. ./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from... configure.ac:146: the top level configure.ac:161: warning: The macro 'AC_TRY_LINK' is obsolete. configure.ac:161: You should run autoupdate. ./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from... configure.ac:161: the top level configure.ac:181: warning: AC_OUTPUT should be used without arguments. configure.ac:181: You should run autoupdate. => 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 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 race-free mkdir -p... mkdir -p checking for gawk... /usr/bin/nawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... 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... 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 the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... gcc3 checking for bison... /opt/pkg/bin/bison -y checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for sys/queue.h... yes checking for sys/tree.h... no checking for setproctitle... no checking for setresuid... no checking for setresgid... no checking for gcc options needed to detect all undeclared functions... none needed checking whether MREMAP_MAYMOVE is declared... no checking for library containing tdb_open... -ltdb checking for library containing gzflush... -lz checking for library containing BIO_new... -lcrypto checking for library containing OPENSSL_init_ssl... -lssl checking for library containing SSL_library_init... no checking whether strlcpy is declared... yes checking whether strlcat is declared... yes checking for strtonum... yes checking for b64_ntop... no checking for b64_ntop with -lresolv... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands