+ 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/libts-1.08/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/libts-1.08/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for libts-1.08 rm -f tokenscan.o cc -c -O -I. -I/opt/pkg/include -DSYSV tokenscan.c rm -f libtokenscan.a ar clq libtokenscan.a tokenscan.o rm -f tstest.o cc -c -O -I. -I/opt/pkg/include -DSYSV tstest.c tstest.c: In function 'main': tstest.c:39:21: error: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] 39 | if (strncmp (argv[0], "-d", 2) == 0) | ^~~~~~~ tstest.c:14:1: note: include '' or provide a declaration of 'strncmp' 13 | # include "tokenscan.h" +++ |+#include 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) | ^ : 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) | ^ : 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) | ^ : note: built-in 'strncmp' declared here tstest.c:63:26: error: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] 63 | else if (strcmp (argv[0], "-s") == 0) | ^~~~~~ tstest.c:63:26: note: include '' or provide a declaration of 'strcmp' tstest.c:75:25: error: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 75 | exit (1); | ^~~~ tstest.c:14:1: note: include '' or provide a declaration of 'exit' 13 | # include "tokenscan.h" +++ |+#include 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 '' 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 '' 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 '' 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 '' or provide a declaration of 'exit' *** Error code 1 Stop. bmake: stopped making "all" in /home/pbulk/build/devel/libts/work/tokenscan *** Error code 1 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/devel/libts *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/devel/libts