+ 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/epm-4.2/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/epm-4.2/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
=> Checksum BLAKE2s OK for epm-4.2-source.tar.bz2
=> Checksum SHA512 OK for epm-4.2-source.tar.bz2
===> Installing dependencies for epm-4.2
=> Tool dependency mktools-[0-9]*: found mktools-20220614
=> Tool dependency autoconf>=2.50: found autoconf-2.72
=> Tool dependency cwrappers>=20150314: found cwrappers-20220403
=> Tool dependency checkperms>=1.1: found checkperms-1.12
===> Overriding tools for epm-4.2
===> Extracting for epm-4.2
===> Patching for epm-4.2
=> Applying pkgsrc patches for epm-4.2
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-bulktest/misc/epm/patches/patch-aa
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-bulktest/misc/epm/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 2011/05/08 21:50:48 cheusov Exp $
|
|DESTDIR support
|--- Makefile.in.orig	2006-11-30 23:59:27.000000000 +0200
|+++ Makefile.in
--------------------------
Patching file Makefile.in using Plan A...
Hunk #1 succeeded at 31.
Hunk #2 succeeded at 172 (offset 14 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-bulktest/misc/epm/patches/patch-ab
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-bulktest/misc/epm/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 2011/05/08 21:50:48 cheusov Exp $
|
|DESTDIR support
|--- configure.in.orig	2006-09-26 18:51:15.000000000 +0300
|+++ configure.in
--------------------------
Patching file configure.in using Plan A...
Hunk #1 succeeded at 18.
Hunk #2 succeeded at 29.
Hunk #3 succeeded at 82 (offset 10 lines).
done
===> Creating toolchain wrappers for epm-4.2
===> Configuring for epm-4.2
set -e; cd /home/pbulk/build/misc/epm/work/epm-4.2; autoconf;
configure.in:20: warning: The macro 'AC_CONFIG_HEADER' is obsolete.
configure.in:20: You should run autoupdate.
./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from...
configure.in:20: the top level
configure.in:122: warning: The macro 'AC_HEADER_STDC' is obsolete.
configure.in:122: You should run autoupdate.
./lib/autoconf/headers.m4:663: AC_HEADER_STDC is expanded from...
configure.in:122: the top level
configure.in:199: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.in:199: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
configure.in:199: the top level
configure.in:209: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.in:209: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
configure.in:209: the top level
configure.in:223: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.in:223: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
configure.in:223: the top level
configure.in:394: warning: AC_OUTPUT should be used without arguments.
configure.in:394: You should run autoupdate.
/bin/cp /data/jenkins/workspace/pkgsrc-upstream-bulktest/mk/gnu-config/config.guess /home/pbulk/build/misc/epm/work/epm-4.2/
/bin/cp /data/jenkins/workspace/pkgsrc-upstream-bulktest/mk/gnu-config/config.sub /home/pbulk/build/misc/epm/work/epm-4.2/
/bin/cp /data/jenkins/workspace/pkgsrc-upstream-bulktest/misc/epm/files/install-sh /home/pbulk/build/misc/epm/work/epm-4.2/
=> 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 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 the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking for a BSD-compatible install... /opt/pkg/bin/bsdinstall -c -o pbulk -g pbulk
checking for x86_64-sun-solaris2.11-ranlib... no
checking for ranlib... ranlib
checking for ar... /usr/bin/ar
checking for chmod... /usr/bin/chmod
checking for cp... /bin/cp
checking for gzip... /usr/bin/gzip -nf -9
./configure: line 4696: test: too many arguments
checking for htmldoc... no
checking for mkdir... /usr/bin/mkdir -p
checking for nroff... /usr/bin/nroff
checking for rm... /usr/bin/rm
checking for rpm... no
checking for rpmbuild... no
checking for strip... /home/pbulk/build/misc/epm/work/.tools/bin/strip
checking for an ANSI C-conforming const... yes
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 whether char is unsigned... no
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 dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for strings.h... (cached) yes
checking for sys/mount.h... yes
checking for sys/param.h... yes
checking for sys/statfs.h... yes
checking for sys/vfs.h... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strlcat... yes
checking for strlcpy... yes
checking for strncasecmp... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for library containing gethostname... none required
configure: WARNING: Sorry, setup GUI requires FLTK 1.1.x.
checking if GCC supports -fno-rtti... yes
checking if GCC supports -fno-exceptions... yes
checking if GCC supports -fpermissive... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating epm.list
config.status: creating doc/Makefile
config.status: creating config.h