+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/poptop-1.3.4nb1/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/poptop-1.3.4nb1/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for poptop-1.3.4nb1
cd . && /bin/bash /home/pbulk/build/net/poptop/work/pptpd-1.3.4/missing --run aclocal-1.9 
WARNING: 'aclocal' is missing on your system.  You should only need it if
         you modified 'acinclude.m4' or 'configure.in'.  You might want
         to install the Automake and Perl packages.  Grab them from
         any GNU archive site.
cd . && /bin/bash /home/pbulk/build/net/poptop/work/pptpd-1.3.4/missing --run autoconf
 cd . && /bin/bash /home/pbulk/build/net/poptop/work/pptpd-1.3.4/missing --run automake-1.9 --foreign 
WARNING: 'autoconf' is missing on your system.  You should only need it if
         you modified 'configure.in'.  You might want to install the
         Autoconf and GNU m4 packages.  Grab them from any GNU
         archive site.
/bin/bash ./config.status --recheck
WARNING: 'automake' is missing on your system.  You should only need it if
         you modified 'Makefile.am', 'acinclude.m4' or 'configure.in'.
         You might want to install the Automake and Perl packages.
         Grab them from any GNU archive site.
 cd . && /bin/bash ./config.status Makefile 
config.status: creating Makefile
/bin/bash ./config.status --recheck
cd . && /bin/bash /home/pbulk/build/net/poptop/work/pptpd-1.3.4/missing --run autoheader
WARNING: 'autoheader' is missing on your system.  You should only need it if
         you modified 'acconfig.h' or 'configure.in'.  You might want
         to install the Autoconf and GNU m4 packages.  Grab them
         from any GNU archive site.
rm -f stamp-h1
touch config.h.in
cd . && /bin/bash ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
/usr/pkg/bin/gmake  all-am
gmake[1]: Entering directory '/home/pbulk/build/net/poptop/work/pptpd-1.3.4'
/bin/bash ./config.status --recheck
cc -DHAVE_CONFIG_H -I. -I. -I. -I.  -I/usr/pkg/include  -O2 -fno-builtin -Wall -DSBINDIR='"/usr/pkg/sbin"' -c pqueue.c
for d in plugins; do /usr/pkg/bin/gmake -j2 --jobserver-auth=fifo:/tmp/GMfifo3706243 -C $d all; done
gmake[2]: Entering directory '/home/pbulk/build/net/poptop/work/pptpd-1.3.4/plugins'
gmake[2]: warning: -j2 forced in submake: resetting jobserver mode.
gcc -o pptpd-logwtmp.so -shared -O2 -g -I.. -I../../include -fPIC pptpd-logwtmp.c -lutil
cc -DHAVE_CONFIG_H -I. -I. -I. -I.  -I/usr/pkg/include  -O2 -fno-builtin -Wall -DSBINDIR='"/usr/pkg/sbin"' -c pptpd.c
gmake[2]: Leaving directory '/home/pbulk/build/net/poptop/work/pptpd-1.3.4/plugins'
cc -DHAVE_CONFIG_H -I. -I. -I. -I.  -I/usr/pkg/include  -O2 -fno-builtin -Wall -DSBINDIR='"/usr/pkg/sbin"' -c configfile.c
pptpd.c: In function 'main':
pptpd.c:395:3: warning: ignoring return value of 'freopen', declared with attribute warn_unused_result [-Wunused-result]
   freopen("/dev/null", "r", stdin);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pptpd.c:396:3: warning: ignoring return value of 'daemon', declared with attribute warn_unused_result [-Wunused-result]
   daemon(0, 0);
   ^~~~~~~~~~~~
pptpd.c: In function 'processIPStr':
pptpd.c:739:27: warning: '%s' directive writing up to 12 bytes into a region of size between 0 and 15 [-Wformat-overflow=]
     sprintf(tmpstr5, "%s%d%s", ip_pre, n, ip_post);
                           ^~              ~~~~~~~
In file included from /usr/include/stdio.h:873,
                 from pptpd.c:32:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 2 and 36 bytes into a destination of size 16
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __glibc_objsize (__s), __fmt,
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~
configfile.c: In function 'read_config_file':
configfile.c:62:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
     fgets(buffer, MAX_CONFIG_STRING_SIZE - 1, in);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -DHAVE_CONFIG_H -I. -I. -I. -I.  -I/usr/pkg/include  -O2 -fno-builtin -Wall -DSBINDIR='"/usr/pkg/sbin"' -c pptpmanager.c
cc -DHAVE_CONFIG_H -I. -I. -I. -I.  -I/usr/pkg/include  -O2 -fno-builtin -Wall -DSBINDIR='"/usr/pkg/sbin"' -c compat.c
compat.c: In function 'sigpipe_handler':
compat.c:168:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
   write(sigpipe[1], &signum, sizeof(signum));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compat.c: In function 'sigpipe_read':
compat.c:192:3: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
   read(sigpipe[0], &signum, sizeof(signum));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -DHAVE_CONFIG_H -I. -I. -I. -I.  -I/usr/pkg/include  -O2 -fno-builtin -Wall -DSBINDIR='"/usr/pkg/sbin"' -c inststr.c
cc -DHAVE_CONFIG_H -I. -I. -I. -I.  -I/usr/pkg/include  -O2 -fno-builtin -Wall -DSBINDIR='"/usr/pkg/sbin"' -c getopt.c
cc -DHAVE_CONFIG_H -I. -I. -I. -I.  -I/usr/pkg/include  -O2 -fno-builtin -Wall -DSBINDIR='"/usr/pkg/sbin"' -c getopt1.c
cc -DHAVE_CONFIG_H -I. -I. -I. -I.  -I/usr/pkg/include  -O2 -fno-builtin -Wall -DSBINDIR='"/usr/pkg/sbin"' -c pptpctrl.c
cc -DHAVE_CONFIG_H -I. -I. -I. -I.  -I/usr/pkg/include  -O2 -fno-builtin -Wall -DSBINDIR='"/usr/pkg/sbin"' -c ctrlpacket.c
pptpctrl.c:38:10: fatal error: util.h: No such file or directory
 #include <util.h>
          ^~~~~~~~
compilation terminated.
gmake[1]: *** [Makefile:306: pptpctrl.o] Error 1
gmake[1]: *** Waiting for unfinished jobs....
ctrlpacket.c: In function 'deal_start_ctrl_conn':
ctrlpacket.c:367:36: warning: variable 'start_ctrl_conn_rqst' set but not used [-Wunused-but-set-variable]
  struct pptp_start_ctrl_conn_rqst *start_ctrl_conn_rqst;
                                    ^~~~~~~~~~~~~~~~~~~~
gmake[1]: Leaving directory '/home/pbulk/build/net/poptop/work/pptpd-1.3.4'
gmake: *** [Makefile:215: all] Error 2
*** Error code 2

Stop.
bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/net/poptop
*** Error code 1

Stop.
bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/net/poptop