+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /usr/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/synce-libsynce-0.9.1/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/synce-libsynce-0.9.1/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
WARNING: [license.mk] Every package should define a LICENSE.
=> Checksum BLAKE2s OK for synce-libsynce-0.9.1.tar.gz
=> Checksum SHA512 OK for synce-libsynce-0.9.1.tar.gz
===> Installing dependencies for synce-libsynce-0.9.1
=> Tool dependency libtool-base>=2.4.2nb9: found libtool-base-2.4.7nb1
=> Tool dependency mktools-[0-9]*: found mktools-20220614
=> Tool dependency nbpatch-[0-9]*: found nbpatch-20151107
=> Tool dependency cwrappers>=20150314: found cwrappers-20220403
=> Tool dependency checkperms>=1.1: found checkperms-1.12
===> Overriding tools for synce-libsynce-0.9.1
===> Extracting for synce-libsynce-0.9.1
===> Patching for synce-libsynce-0.9.1
=> Applying pkgsrc patches for synce-libsynce-0.9.1
=> Verifying /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/comms/synce-libsynce/patches/patch-aa
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/comms/synce-libsynce/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/10/13 15:00:13 wiz Exp $
|
|--- lib/wstr.c.orig	2004-01-12 10:33:34.000000000 +0100
|+++ lib/wstr.c
--------------------------
Patching file lib/wstr.c using Plan A...
Hunk #1 succeeded at 5.
Hunk #2 succeeded at 36.
Hunk #3 succeeded at 80.
Hunk #4 succeeded at 148.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/comms/synce-libsynce/patches/patch-ab
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/comms/synce-libsynce/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/10/13 15:00:13 wiz Exp $
|
|--- lib/synce_hash.c.orig	2003-11-04 11:21:20.000000000 +0100
|+++ lib/synce_hash.c
--------------------------
Patching file lib/synce_hash.c using Plan A...
Hunk #1 succeeded at 59.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/comms/synce-libsynce/patches/patch-lib_files.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/comms/synce-libsynce/patches/patch-lib_files.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-lib_files.c,v 1.1 2020/08/18 01:46:07 tnn Exp $
|
|files.c:128:35: error: '__builtin_snprintf' output may be truncated before the last format character [-Werror=format-truncation=]
|  snprintf(buffer, sizeof(buffer), "%s/%s" , path, connection_filename);
|                                   ^~~~~~~
|files.c:128:2: note: '__builtin_snprintf' output 2 or more bytes (assuming 257) into a destination of size 256
|  snprintf(buffer, sizeof(buffer), "%s/%s" , path, connection_filename);
|
|--- lib/files.c.orig	2005-05-16 21:42:34.000000000 +0000
|+++ lib/files.c
--------------------------
Patching file lib/files.c using Plan A...
Hunk #1 succeeded at 125.
done
===> Creating toolchain wrappers for synce-libsynce-0.9.1
===> Configuring for synce-libsynce-0.9.1
=> 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-redhat-linux-gnu
checking host system type... x86_64-redhat-linux-gnu
checking target system type... x86_64-redhat-linux-gnu
checking for a BSD-compatible install... /bin/install -c -o pbulk -g pbulk
checking whether build environment is sane... yes
checking for gawk... /bin/gawk
checking whether make sets $(MAKE)... yes
checking for gawk... (cached) /bin/gawk
checking for x86_64-redhat-linux-gcc... cc
checking for C compiler default output file name... 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 cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of cc... gcc3
checking for a BSD-compatible install... /bin/install -c -o pbulk -g pbulk
checking whether ln -s works... yes
checking for a sed that does not truncate output... /home/pbulk/build/comms/synce-libsynce/work/.tools/bin/sed
checking for egrep... grep -E
checking for ld used by cc... /home/pbulk/build/comms/synce-libsynce/work/.cwrapper/bin/ld
checking if the linker (/home/pbulk/build/comms/synce-libsynce/work/.cwrapper/bin/ld) is GNU ld... yes
checking for /home/pbulk/build/comms/synce-libsynce/work/.cwrapper/bin/ld option to reload object files... -r
checking for BSD-compatible nm... nm
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... cc -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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for x86_64-redhat-linux-g++... c++
checking whether we are using the GNU C++ compiler... no
checking whether c++ accepts -g... no
checking dependency style of c++... none
checking how to run the C++ preprocessor... cpp
checking for x86_64-redhat-linux-g77... gfortran
checking whether we are using the GNU Fortran 77 compiler... no
checking whether gfortran accepts -g... no
checking the maximum length of command line arguments... (cached) 2097152
checking command to parse nm output from cc object... ok
checking for objdir... .libs
checking for x86_64-redhat-linux-ar... no
checking for ar... ar
checking for x86_64-redhat-linux-ranlib... no
checking for ranlib... ranlib
checking for x86_64-redhat-linux-strip... no
checking for strip... strip
checking if cc static flag  works... yes
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/home/pbulk/build/comms/synce-libsynce/work/.cwrapper/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking whether the c++ linker (/home/pbulk/build/comms/synce-libsynce/work/.cwrapper/bin/ld -m elf_x86_64) supports shared libraries... yes
libtool.m4: error: problem compiling CXX test program
checking for c++ option to produce PIC... 
checking if c++ supports -c -o file.o... no
checking whether the c++ linker (/home/pbulk/build/comms/synce-libsynce/work/.cwrapper/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... no
checking if gfortran supports -c -o file.o... no
checking whether the gfortran linker (/home/pbulk/build/comms/synce-libsynce/work/.cwrapper/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... PKGSRC-WARNING: Something is trying to run the fortran compiler,
PKGSRC-WARNING: but it is not added to USE_LANGUAGES in the package Makefile.
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking whether make sets $(MAKE)... (cached) yes
checking for ld used by GCC... /home/pbulk/build/comms/synce-libsynce/work/.cwrapper/bin/ld -m elf_x86_64
checking if the linker (/home/pbulk/build/comms/synce-libsynce/work/.cwrapper/bin/ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... done
checking whether byte ordering is bigendian... no
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking stdbool.h usability... yes
checking stdbool.h presence... yes
checking for stdbool.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking for an ANSI C-conforming const... yes
checking for nl_langinfo... yes
checking for setlocale... yes
checking for poll... yes
checking for inet_pton... yes
checking for iconv... yes
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for main in -lsocket... no
checking for main in -lnsl... no
configure: creating ./config.status
config.status: creating lib/synce.h
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating lib/config/Makefile
config.status: creating man/Makefile
config.status: creating lib/synce_config.h
config.status: executing depfiles commands
=> Modifying libtool scripts to use pkgsrc libtool
=> Modifying libtool scripts to use pkgsrc depcomp
WARNING: *** Please consider adding c++ to USE_LANGUAGES in the package Makefile.
WARNING: *** Please consider adding fortran to USE_LANGUAGES in the package Makefile.