+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/sslh-1.22c/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/sslh-1.22c/work.log
===> Building for sslh-1.22c
Makefile:68: warning: ignoring prerequisites on suffix rule definition
./genver.sh >version.h
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -I/opt/pkg/include -I/usr/include -DLIBWRAP -DENABLE_REGEX -DLIBCONFIG -c sslh-conf.c
sslh-conf.c: In function 'myconfig_setting_lookup_stringcpy':
sslh-conf.c:229:9: warning: implicit declaration of function 'asprintf'; did you mean 'vsprintf'? [-Wimplicit-function-declaration]
  229 |         asprintf(value, "%s", str);
      |         ^~~~~~~~
      |         vsprintf
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -I/opt/pkg/include -I/usr/include -DLIBWRAP -DENABLE_REGEX -DLIBCONFIG -c common.c
common.c: In function 'setup_signals':
common.c:739:22: error: storage size of 'action' isn't known
  739 |     struct sigaction action;
      |                      ^~~~~~
common.c:746:11: warning: implicit declaration of function 'sigaction' [-Wimplicit-function-declaration]
  746 |     res = sigaction(SIGCHLD, &action, NULL);
      |           ^~~~~~~~~
common.c: In function 'setup_syslog':
common.c:774:13: warning: implicit declaration of function 'strdup'; did you mean 'strcmp'? [-Wimplicit-function-declaration]
  774 |     name1 = strdup(bin_name);
      |             ^~~~~~
      |             strcmp
common.c:774:11: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
  774 |     name1 = strdup(bin_name);
      |           ^
common.c:775:11: warning: implicit declaration of function 'asprintf'; did you mean 'vsprintf'? [-Wimplicit-function-declaration]
  775 |     res = asprintf(&name2, "%s[%d]", basename(name1), (int)getpid());
      |           ^~~~~~~~
      |           vsprintf
common.c:778:18: error: 'facilitynames' undeclared (first use in this function)
  778 |     for (fn = 0; facilitynames[fn].c_val != -1; fn++)
      |                  ^~~~~~~~~~~~~
common.c:778:18: note: each undeclared identifier is reported only once for each function it appears in
gmake: *** [Makefile:68: common.o] Error 1
*** Error code 2

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

Stop.
bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/sslh