+ 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/bounce-0.0/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/bounce-0.0/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for bounce-0.0 --- bounce.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -c bounce.c In file included from /usr/include/sys/types.h:687, from bounce.c:6: bounce.c: In function 'communicate': bounce.c:60:9: error: implicit declaration of function 'memset' [-Wimplicit-function-declaration] 60 | FD_ZERO(&rd); | ^~~~~~~ bounce.c:28:1: note: include '' or provide a declaration of 'memset' 27 | #include +++ |+#include 28 | bounce.c: In function 'main': bounce.c:148:13: error: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] 148 | if (strcmp(argv[1],"-p")==0) { | ^~~~~~ bounce.c:148:13: note: include '' or provide a declaration of 'strcmp' bounce.c:169:5: warning: incompatible implicit declaration of built-in function 'memset' [-Wbuiltin-declaration-mismatch] 169 | memset((char *) &rem_addr, 0, sizeof(rem_addr)); | ^~~~~~ bounce.c:169:5: note: include '' or provide a declaration of 'memset' *** [bounce.o] Error code 1 bmake: stopped making "bounce" in /home/pbulk/build/net/bounce/work/bounce bmake: 1 error bmake: stopped making "bounce" in /home/pbulk/build/net/bounce/work/bounce *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/bounce *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/bounce