+ 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/libts-1.08/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/libts-1.08/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for libts-1.08 rm -f tokenscan.o cc -c -O -I. -I/usr/pkg/include -DSYSV tokenscan.c rm -f libtokenscan.a ar clq libtokenscan.a tokenscan.o rm -f tstest.o cc -c -O -I. -I/usr/pkg/include -DSYSV tstest.c tstest.c: In function 'main': tstest.c:39:21: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] 39 | if (strncmp (argv[0], "-d", 2) == 0) | ^~~~~~~ tstest.c:14:1: note: include '<string.h>' or provide a declaration of 'strncmp' 13 | # include "tokenscan.h" +++ |+#include <string.h> 14 | tstest.c:39:45: warning: 'strncmp' argument 3 type is 'int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 39 | if (strncmp (argv[0], "-d", 2) == 0) | ^ <built-in>: note: built-in 'strncmp' declared here tstest.c:47:50: warning: 'strncmp' argument 3 type is 'int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 47 | else if (strncmp (argv[0], "-e", 2) == 0) | ^ <built-in>: note: built-in 'strncmp' declared here tstest.c:55:50: warning: 'strncmp' argument 3 type is 'int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 55 | else if (strncmp (argv[0], "-q", 2) == 0) | ^ <built-in>: note: built-in 'strncmp' declared here tstest.c:63:26: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] 63 | else if (strcmp (argv[0], "-s") == 0) | ^~~~~~ tstest.c:63:26: note: include '<string.h>' or provide a declaration of 'strcmp' tstest.c:75:25: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 75 | exit (1); | ^~~~ tstest.c:14:1: note: include '<stdlib.h>' or provide a declaration of 'exit' 13 | # include "tokenscan.h" +++ |+#include <stdlib.h> 14 | tstest.c:75:25: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 75 | exit (1); | ^~~~ tstest.c:75:25: note: include '<stdlib.h>' or provide a declaration of 'exit' tstest.c:85:25: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 85 | exit (1); | ^~~~ tstest.c:85:25: note: include '<stdlib.h>' or provide a declaration of 'exit' tstest.c:91:17: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 91 | exit (1); | ^~~~ tstest.c:91:17: note: include '<stdlib.h>' or provide a declaration of 'exit' tstest.c:117:9: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 117 | exit (0); | ^~~~ tstest.c:117:9: note: include '<stdlib.h>' or provide a declaration of 'exit' rm -f tstest cc -o tstest tstest.o -O -Wl,-zrelro -Wl,-R/usr/pkg/lib -L/usr/pkg/lib ./libtokenscan.a