+ 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/xfe-1.43.2nb1/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/xfe-1.43.2nb1/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
=> Checksum BLAKE2s OK for xfe-1.43.2.tar.gz
=> Checksum SHA512 OK for xfe-1.43.2.tar.gz
===> Installing dependencies for xfe-1.43.2nb1
==========================================================================
The following variables will affect the build process of this package,
xfe-1.43.2nb1.  Their current value is shown below:

        * JPEG_DEFAULT = jpeg

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

        * JPEGBASE (defined, but empty)
        * JPEG_TYPE = jpeg

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 intltool>=0.40.0: found intltool-0.51.0nb6
=> Tool dependency gmake>=3.81: found gmake-4.3nb3
=> Tool dependency gettext-tools>=0.15: found gettext-tools-0.21nb3
=> Tool dependency perl>=5.0: found perl-5.34.1
=> Tool dependency pkgconf-[0-9]*: found pkgconf-1.8.0
=> Tool dependency cwrappers>=20150314: found cwrappers-20220403
=> Tool dependency checkperms>=1.1: found checkperms-1.12
=> Build dependency xorgproto>=2016.1: found xorgproto-2022.1
=> Build dependency xcb-proto>=1.4: found xcb-proto-1.15
=> Full dependency libiconv>=1.9.1nb4: found libiconv-1.14nb3
=> Full dependency gettext-lib>=0.18: found gettext-lib-0.21
=> Full dependency freetype2>=2.8.1: found freetype2-2.12.1
=> Full dependency desktop-file-utils>=0.10nb1: found desktop-file-utils-0.26nb1
=> Full dependency fox>=1.6.57nb1: found fox-1.6.57nb1
=> Full dependency libxcb>=1.6: found libxcb-1.15
=> Full dependency xcb-util>=0.3.9: found xcb-util-0.4.0
===> Overriding tools for xfe-1.43.2nb1
===> Extracting for xfe-1.43.2nb1
===> Patching for xfe-1.43.2nb1
=> Applying pkgsrc patches for xfe-1.43.2nb1
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/sysutils/xfe/patches/patch-intl_Makefile.in
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/sysutils/xfe/patches/patch-intl_Makefile.in
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-intl_Makefile.in,v 1.1 2019/07/07 15:22:51 nia Exp $
|
|--- intl/Makefile.in.orig	2010-09-15 14:32:26.000000000 +0000
|+++ intl/Makefile.in
--------------------------
Patching file intl/Makefile.in using Plan A...
Hunk #1 succeeded at 356.
Hunk #2 succeeded at 366.
done
===> Creating toolchain wrappers for xfe-1.43.2nb1
===> Configuring for xfe-1.43.2nb1
=> 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
=> Fixing locale directory references.
=> Checking for portability problems in extracted files
WARNING: [check-portability.awk] => Found $RANDOM:
WARNING: [check-portability.awk] configure:6518:       INTLTOOL_XML_NOMERGE_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)_it_tmp_dir=tmp.intltool.$$RANDOM && mkdir $$_it_tmp_dir && LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u $$_it_tmp_dir $< $@ && rmdir $$_it_tmp_dir'

Explanation:
===========================================================================
The variable $RANDOM is not required for a POSIX-conforming shell, and
many implementations of /bin/sh do not support it. It should therefore
not be used in shell programs that are meant to be portable across a
large number of POSIX-like systems.
===========================================================================

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... /opt/pkg/bin/nawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for style of include used by make... GNU
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 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 whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking pkg-config is at least version 0.9.0... yes
checking whether NLS is requested... yes
checking for intltool-update... /home/pbulk/build/sysutils/xfe/work/.tools/bin/intltool-update
checking for intltool-merge... /home/pbulk/build/sysutils/xfe/work/.tools/bin/intltool-merge
checking for intltool-extract... /home/pbulk/build/sysutils/xfe/work/.tools/bin/intltool-extract
checking for xgettext... /home/pbulk/build/sysutils/xfe/work/.tools/bin/xgettext
checking for msgmerge... /home/pbulk/build/sysutils/xfe/work/.tools/bin/msgmerge
checking for msgfmt... /home/pbulk/build/sysutils/xfe/work/.tools/bin/msgfmt
checking for gmsgfmt... /home/pbulk/build/sysutils/xfe/work/.tools/bin/msgfmt
checking for perl... /opt/pkg/bin/perl
checking for perl >= 5.8.1... 5.34.1
checking for XML::Parser... ok
checking for a sed that does not truncate output... /opt/pkg/bin/nbsed
checking for msgfmt... (cached) /home/pbulk/build/sysutils/xfe/work/.tools/bin/msgfmt
checking for gmsgfmt... (cached) /home/pbulk/build/sysutils/xfe/work/.tools/bin/msgfmt
checking for xgettext... (cached) /home/pbulk/build/sysutils/xfe/work/.tools/bin/xgettext
checking for msgmerge... (cached) /home/pbulk/build/sysutils/xfe/work/.tools/bin/msgmerge
checking build system type... x86_64-sun-solaris2.11
checking host system type... x86_64-sun-solaris2.11
checking whether we are using the GNU C Library 2 or newer... no
checking for x86_64-sun-solaris2.11-ranlib... no
checking for ranlib... ranlib
checking whether the -Werror option is usable... yes
checking for simple visibility declarations... yes
checking for inline... inline
checking for size_t... yes
checking for stdint.h... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for sys/time.h... yes
checking for utime.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether integer division by zero raises SIGFPE... yes
checking for inttypes.h... yes
checking for unsigned long long int... yes
checking for inttypes.h... (cached) yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for ld used by gcc... /bin/ld
checking if the linker (/bin/ld) is GNU ld... no
checking for shared library run path origin... done
checking for 64-bit host... yes
checking whether imported symbols can be declared weak... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_kill in -lpthread... yes
checking for multithread API to use... posix
checking for pthread_rwlock_t... yes
checking for iconv... yes
checking for working iconv... yes
checking how to link with libiconv... -liconv
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking argz.h usability... no
checking argz.h presence... no
checking for argz.h... no
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... no
checking for munmap... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for uselocale... yes
checking for argz_count... no
checking for argz_stringify... no
checking for argz_next... no
checking for __fsetlocking... yes
checking for getlocalename_l... no
checking whether feof_unlocked is declared... no
checking whether fgets_unlocked is declared... no
checking for bison... no
checking for long long int... yes
checking for wchar_t... yes
checking for wint_t... yes
checking for intmax_t... yes
checking whether printf() supports POSIX/XSI format strings... yes
checking whether we are using the GNU C Library >= 2.1 or uClibc... no
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for stdint.h... (cached) yes
checking for symlink... yes
checking for alarm... yes
checking for working fcntl.h... yes
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for ptrdiff_t... yes
checking features.h usability... no
checking features.h presence... no
checking for features.h... no
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for asprintf... yes
checking for fwprintf... yes
checking for newlocale... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for snprintf... yes
checking for strnlen... yes
checking for wcslen... yes
checking for wcsnlen... yes
checking for mbrtowc... yes
checking for wcrtomb... yes
checking whether _snprintf is declared... no
checking whether _snwprintf is declared... no
checking whether getc_unlocked is declared... yes
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for CFPreferencesCopyAppValue... (cached) no
checking for CFLocaleCopyCurrent... (cached) no
checking whether included gettext is requested... no
checking for GNU gettext in libc... no
checking for GNU gettext in libintl... yes
checking whether to use NLS... yes
checking where the gettext function comes from... external libintl
checking how to link with libintl... -lintl
checking for X... libraries , headers 
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking mntent.h usability... no
checking mntent.h presence... no
checking for mntent.h... no
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/statfs.h usability... yes
checking sys/statfs.h presence... yes
checking for sys/statfs.h... yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for utime.h... (cached) yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for an ANSI C-conforming const... yes
checking for uid_t in sys/types.h... yes
checking for inline... (cached) inline
checking for mode_t... yes
checking for pid_t... yes
checking for size_t... (cached) yes
checking for struct stat.st_rdev... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for unistd.h... (cached) yes
checking for working chown... yes
checking whether closedir returns void... no
checking for error_at_line... no
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking type of array argument to getgroups... gid_t
checking for getgroups... yes
checking for working getgroups... yes
checking for library containing getmntent... none required
checking whether lstat correctly handles trailing slash... yes
checking whether lstat accepts an empty string... no
checking whether lstat correctly handles trailing slash... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working mktime... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking whether stat accepts an empty string... no
checking whether utime accepts a null argument... yes
checking for endgrent... yes
checking for endpwent... yes
checking for gethostname... yes
checking for getmntent... (cached) yes
checking for gettimeofday... yes
checking for lchown... yes
checking for memset... yes
checking for mkdir... yes
checking for mkfifo... yes
checking for putenv... (cached) yes
checking for rmdir... yes
checking for setlocale... (cached) yes
checking for sqrt... no
checking for strchr... yes
checking for strdup... (cached) yes
checking for strerror... yes
checking for strstr... yes
checking for strtol... yes
checking for strtoul... (cached) yes
checking for strtoull... yes
checking for utime... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for fxfindfox in -lFOX-1.6... yes
checking for ANSI C header files... (cached) yes
checking how to run the C++ preprocessor... g++ -E
checking fox-1.6/fx.h usability... yes
checking fox-1.6/fx.h presence... yes
checking for fox-1.6/fx.h... yes
checking for fox-config-1.6... no
checking for fox-1.6-config... no
checking for fox-config... fox-config
checking whether FOX was compiled with Xft support... yes
checking for FREETYPE... yes
checking for xft-config... no
checking for XFT... yes
checking X11/Xft/Xft.h usability... yes
checking X11/Xft/Xft.h presence... yes
checking for X11/Xft/Xft.h... yes
checking X11/Xlib.h usability... yes
checking X11/Xlib.h presence... yes
checking for X11/Xlib.h... yes
checking for xrandr extension... 
checking X11/extensions/Xrandr.h usability... yes
checking X11/extensions/Xrandr.h presence... yes
checking for X11/extensions/Xrandr.h... yes
checking for png_read_info in -lpng... yes
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking for FcInit in -lfontconfig... yes
checking fontconfig/fontconfig.h usability... yes
checking fontconfig/fontconfig.h presence... yes
checking for fontconfig/fontconfig.h... yes
checking for startup notification... 
checking for xcb... yes
checking for xcb_aux... yes
checking for xcb_event... yes
checking for x11_xcb... yes
checking for debugging... 
checking minimalflags... 
checking for release build... 
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating intl/Makefile
config.status: creating m4/Makefile
config.status: creating po/Makefile.in
config.status: creating xfe.spec
config.status: creating xferc
config.status: creating xfe.desktop.in
config.status: creating xfi.desktop.in
config.status: creating xfw.desktop.in
config.status: creating xfp.desktop.in
config.status: creating src/Makefile
config.status: creating icons/Makefile
config.status: creating icons/xfe-theme/Makefile
config.status: creating icons/gnome-theme/Makefile
config.status: creating icons/gnomeblue-theme/Makefile
config.status: creating icons/windows-theme/Makefile
config.status: creating icons/tango-theme/Makefile
config.status: creating icons/kde-theme/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing po/stamp-it commands

======================== Compiler and linker flags ========================
CXXFLAGS=-O2 -Wall -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -pthread -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/fox-1.6 -I/opt/pkg/include/libdrm -I/usr/include -I/opt/pkg/include/fox-1.6 -DHAVE_XFT_H -DHAVE_XRANDR_H=1 -DSTARTUP_NOTIFICATION
CFLAGS=-O2 -Wall -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -pthread -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/fox-1.6 -I/opt/pkg/include/libdrm -I/usr/include
LIBS=-lfontconfig -lpng -lFOX-1.6 -lpthread -lrt -lX11 -L/opt/pkg/lib -lfreetype  -Wl,-R/opt/pkg/lib -L/opt/pkg/lib -lXft  -lXrandr -Wl,-R/opt/pkg/lib -L/opt/pkg/lib -lxcb  -L/opt/pkg/lib -lxcb-util -Wl,-R/opt/pkg/lib -lxcb  -L/opt/pkg/lib -lX11-xcb -lX11 -Wl,-R/opt/pkg/lib -lxcb 
===========================================================================

Configure finished!
              Do:  'make' to compile Xfe.
            Then:  'make install' (as root) to install Xfe.

=> Overriding intltool.