+ 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: '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.
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
 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
/bin/make  all-am
make[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 /bin/make -w --jobserver-fds=5,6 -j -C $d all; done
make[2]: Entering directory `/home/pbulk/build/net/poptop/work/pptpd-1.3.4/plugins'
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
make[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:10: warning: ignoring return value of 'freopen', declared with attribute warn_unused_result [-Wunused-result]
   freopen("/dev/null", "r", stdin);
          ^
pptpd.c:396:9: warning: ignoring return value of 'daemon', declared with attribute warn_unused_result [-Wunused-result]
   daemon(0, 0);
         ^
configfile.c: In function 'read_config_file':
configfile.c:62:10: 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:8: 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:7: 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:18: fatal error: util.h: No such file or directory
 #include <util.h>
                  ^
compilation terminated.
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;
                                    ^
cc -DHAVE_CONFIG_H -I. -I. -I. -I.  -I/usr/pkg/include  -O2 -fno-builtin -Wall -DSBINDIR='"/usr/pkg/sbin"' -c pptpgre.c
make[1]: *** [pptpctrl.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/home/pbulk/build/net/poptop/work/pptpd-1.3.4'
make: *** [all] Error 2
*** Error code 2

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

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/net/poptop