+ 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/intercal-0.30nb1/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/intercal-0.30nb1/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
=> Checksum BLAKE2s OK for intercal-0.30.tar.gz
=> Checksum SHA512 OK for intercal-0.30.tar.gz
===> Installing dependencies for intercal-0.30nb1
=> Tool dependency mktools-[0-9]*: found mktools-20220614
=> Tool dependency flex>=2.5.4a: found flex-2.6.4
=> Tool dependency nbpatch-[0-9]*: found nbpatch-20151107
=> 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
=> Build dependency flex>=2.5.4a: found flex-2.6.4
===> Overriding tools for intercal-0.30nb1
===> Extracting for intercal-0.30nb1
===> Patching for intercal-0.30nb1
=> Applying pkgsrc patches for intercal-0.30nb1
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/intercal/patches/patch-aa
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/intercal/patches/patch-aa
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-aa,v 1.5 2015/12/29 23:34:48 dholland Exp $
|
|Add POSIX_SOURCE, and set USG unconditionally for best results on
|modern Unixes.
|
|--- buildaux/Makefile.in.orig	2010-11-29 21:46:43.000000000 +0000
|+++ buildaux/Makefile.in
--------------------------
Patching file buildaux/Makefile.in using Plan A...
Hunk #1 succeeded at 318 (offset 32 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/intercal/patches/patch-ae
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/intercal/patches/patch-ae
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-ae,v 1.3 2015/12/29 23:34:48 dholland Exp $
|
|Use srand48() instead of srand().
|XXX: should use random() or arc4random() or something else more suitable.
|
|--- src/ick-wrap.c.orig	2010-09-01 22:21:34.000000000 +0000
|+++ src/ick-wrap.c
--------------------------
Patching file src/ick-wrap.c using Plan A...
Hunk #1 succeeded at 59.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/intercal/patches/patch-ag
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/intercal/patches/patch-ag
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-ag,v 1.2 2015/12/29 23:34:48 dholland Exp $
|
|Remove bashisms.
|
|--- configure.orig	2010-11-29 18:53:59.000000000 +0000
|+++ configure
--------------------------
Patching file configure using Plan A...
Hunk #1 succeeded at 3080 (offset 40 lines).
Hunk #2 succeeded at 5071 (offset 144 lines).
Hunk #3 succeeded at 5277 (offset 3 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/intercal/patches/patch-src_lexer.l
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/lang/intercal/patches/patch-src_lexer.l
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-src_lexer.l,v 1.2 2021/12/27 04:27:10 dholland Exp $
|
|Ensure the local yywrap is used.
|
|Use the right type for "clclex"; otherwise the link fails on some
|platforms. (And on others, the behavior is probably undefined...)
|
|--- src/lexer.l.orig	2010-09-01 22:29:25.000000000 +0000
|+++ src/lexer.l
--------------------------
Patching file src/lexer.l using Plan A...
Hunk #1 succeeded at 38.
Hunk #2 succeeded at 69.
done
===> Creating toolchain wrappers for intercal-0.30nb1
===> Configuring for intercal-0.30nb1
=> 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... /bin/install -c -o pbulk -g pbulk
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /home/pbulk/build/lang/intercal/work/.tools/bin/mkdir -p
checking for gawk... /bin/gawk
checking whether make sets $(MAKE)... yes
checking how to create a pax tar archive... gnutar
checking for bison... /usr/pkg/bin/bison -y
checking for x86_64-redhat-linux-gcc... cc
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 cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of cc... gcc3
checking for x86_64-redhat-linux-ar... no
checking for x86_64-redhat-linux-lib... no
checking for x86_64-redhat-linux-link... no
checking for ar... ar
checking the archiver (ar) interface... ar
checking for flex... flex -l
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... no
checking for x86_64-redhat-linux-ranlib... no
checking for ranlib... ranlib
checking whether ln -s works... yes
checking for x86_64-redhat-linux-ar... ar
checking how to run the C preprocessor... cc -E
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/egrep
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 for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for stdint.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for working volatile... yes
checking size of long long int... 8
checking size of sig_atomic_t... 4
checking whether time.h and sys/time.h may both be included... yes
checking whether #! works in shell scripts... yes
checking for size_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking whether booleans can be passed via varargs... no
checking whether yyrestart() is needed... yes
checking for gettimeofday... yes
checking for gethrtime... no
checking for strdup... yes
checking for strtol... yes
checking for strtoul... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for isatty... yes
checking for clock_gettime... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating coopt.sh
config.status: creating host.mak
config.status: creating abcess.h
config.status: creating config.h
config.status: executing depfiles commands