+ 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=041800 NATIVE_OS_VERSION=4.18.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-el8-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=041800 NATIVE_OS_VERSION=4.18.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-el8-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:27: warning: type of 'signo' defaults to 'int' [-Wimplicit-int]
 # define ETMGetSignalProc _ETMGetSignalProc
                           ^~~~~~~~~~~~~~~~~
etm.c:335:12: note: in expansion of macro 'ETMGetSignalProc'
 ETMProcPtr ETMGetSignalProc (signo)
            ^~~~~~~~~~~~~~~~
etm.c: In function '_ETMPanic':
etm.c:422:2: warning: implicit declaration of function 'strcat' [-Wimplicit-function-declaration]
  strcat (buf, "\n");
  ^~~~~~
etm.c:422:2: warning: incompatible implicit declaration of built-in function 'strcat'
etm.c:422:2: note: include '<string.h>' or provide a declaration of 'strcat'
etm.c:88:1:
+#include <string.h>
 #  else /* SYSV */
etm.c:422:2:
  strcat (buf, "\n");
  ^~~~~~
etm.c: In function '_ETMMsg':
etm.c:514:2: warning: incompatible implicit declaration of built-in function 'strcat'
  strcat (buf, "\n");
  ^~~~~~
etm.c:514:2: 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:10: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration]
  switch (atoi (argv[1]))
          ^~~~
etmtest.c:93:2: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
  exit (0);
  ^~~~
etmtest.c:93:2: warning: incompatible implicit declaration of built-in function 'exit'
etmtest.c:93:2: note: include '<stdlib.h>' or provide a declaration of 'exit'
etmtest.c:20:1:
+#include <stdlib.h>
 
etmtest.c:93:2:
  exit (0);
  ^~~~
rm -f etmtest
cc -o etmtest etmtest.o -O  			-Wl,-zrelro -Wl,-R/usr/pkg/lib  -L/usr/pkg/lib ./libetm.a