+ 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/libetm-1.09/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/libetm-1.09/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for libetm-1.09
make - .MAKE.LEVEL.ENV=MAKELEVEL ALLOW_VULNERABLE_PACKAGES= BATCH=1 DEPENDS_TARGET=/nonexistent HOST_MACHINE_ARCH=x86_64 NATIVE_LOWER_OPSYS=linux NATIVE_OPSYS=Linux NATIVE_OPSYS_VERSION=051400 NATIVE_OS_VERSION=5.14.0 PKGTOOLS_VERSION=20240307 UNPRIVILEGED_GROUP=pbulk UNPRIVILEGED_GROUPS=pbulk UNPRIVILEGED_USER=pbulk WRKLOG=/tmp/bulklog/libetm-1.09/work.log _CC=/bin/cc _MAKE=/usr/pkg/bin/bmake _PATH_ORIG=/sbin:/bin:/usr/sbin:/usr/bin _PKGSRCDIR=/data/jenkins/workspace/pkgsrc-el9-trunk-x86_64 _PKGSRC_BARRIER=yes  etm.internal.h.new
rm -f etm.internal.h.new
sed <etm.internal.h.dist > etm.internal.h.new 's/\${ABORTSIGNAL}/SIGABRT/'
mv -f etm.internal.h.new etm.internal.h
etm.internal.h updated
make - .MAKE.LEVEL.ENV=MAKELEVEL ALLOW_VULNERABLE_PACKAGES= BATCH=1 DEPENDS_TARGET=/nonexistent HOST_MACHINE_ARCH=x86_64 NATIVE_LOWER_OPSYS=linux NATIVE_OPSYS=Linux NATIVE_OPSYS_VERSION=051400 NATIVE_OS_VERSION=5.14.0 PKGTOOLS_VERSION=20240307 UNPRIVILEGED_GROUP=pbulk UNPRIVILEGED_GROUPS=pbulk UNPRIVILEGED_USER=pbulk WRKLOG=/tmp/bulklog/libetm-1.09/work.log _CC=/bin/cc _MAKE=/usr/pkg/bin/bmake _PATH_ORIG=/sbin:/bin:/usr/sbin:/usr/bin _PKGSRCDIR=/data/jenkins/workspace/pkgsrc-el9-trunk-x86_64 _PKGSRC_BARRIER=yes  etm.h.new
rm -f etm.h.new
sed <etm.h.dist > etm.h.new 's/\${ETMVOIDTYPE}/void/'
mv -f etm.h.new etm.h
etm.h updated
rm -f etm.o
cc -c -O    -I/usr/pkg/include -DSYSV  -DVARARGS  -DHASVOIDTYPE=1 etm.c
In file included from etm.c:62:
etm.c: In function '_ETMGetSignalProc':
etm.h:35:41: warning: type of 'signo' defaults to 'int' [-Wimplicit-int]
   35 | # define        ETMGetSignalProc        _ETMGetSignalProc
      |                                         ^~~~~~~~~~~~~~~~~
etm.c:335:12: note: in expansion of macro 'ETMGetSignalProc'
  335 | ETMProcPtr ETMGetSignalProc (signo)
      |            ^~~~~~~~~~~~~~~~
etm.c: In function '_ETMPanic':
etm.c:422:9: warning: implicit declaration of function 'strcat' [-Wimplicit-function-declaration]
  422 |         strcat (buf, "\n");
      |         ^~~~~~
etm.c:88:1: note: include '<string.h>' or provide a declaration of 'strcat'
   87 | #   include     <stdlib.h>
  +++ |+#include <string.h>
   88 | #  else /* SYSV */
etm.c:422:9: warning: incompatible implicit declaration of built-in function 'strcat' [-Wbuiltin-declaration-mismatch]
  422 |         strcat (buf, "\n");
      |         ^~~~~~
etm.c:422:9: note: include '<string.h>' or provide a declaration of 'strcat'
etm.c: In function '_ETMMsg':
etm.c:514:9: warning: incompatible implicit declaration of built-in function 'strcat' [-Wbuiltin-declaration-mismatch]
  514 |         strcat (buf, "\n");
      |         ^~~~~~
etm.c:514:9: note: include '<string.h>' or provide a declaration of 'strcat'
rm -f libetm.a
ar clq libetm.a etm.o
rm -f etm.h.new
sed <etm.h.dist > etm.h.new 's/\${ETMVOIDTYPE}/void/'
rm -f etm.internal.h.new
sed <etm.internal.h.dist > etm.internal.h.new 's/\${ABORTSIGNAL}/SIGABRT/'
rm -f etmtest.o
cc -c -O    -I/usr/pkg/include -DSYSV  -DVARARGS  -DHASVOIDTYPE=1 etmtest.c
etmtest.c: In function 'main':
etmtest.c:52:17: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration]
   52 |         switch (atoi (argv[1]))
      |                 ^~~~
etmtest.c:93:9: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
   93 |         exit (0);
      |         ^~~~
etmtest.c:20:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
   19 | # include       "etm.h"
  +++ |+#include <stdlib.h>
   20 | 
etmtest.c:93:9: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
   93 |         exit (0);
      |         ^~~~
etmtest.c:93:9: note: include '<stdlib.h>' or provide a declaration of 'exit'
rm -f etmtest
cc -o etmtest etmtest.o -O  			-Wl,-zrelro -Wl,-R/usr/pkg/lib  -L/usr/pkg/lib ./libetm.a