+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/nagios-plugin-mqueue-0.1/work.log + su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/nagios-plugin-mqueue-0.1/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for nagios-plugin-mqueue-0.1 gcc -Wall -Werror -ansi -I/opt/local/include -I/usr/include -c check_mqueue.c check_mqueue.c: In function 'main': check_mqueue.c:77:28: error: implicit declaration of function 'strtok_r'; did you mean 'strtok'? [-Werror=implicit-function-declaration] 77 | queuedir = strtok_r(argv[i], ",", &last); | ^~~~~~~~ | strtok check_mqueue.c:77:26: error: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Werror=int-conversion] 77 | queuedir = strtok_r(argv[i], ",", &last); | ^ check_mqueue.c:78:25: error: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Werror=int-conversion] 78 | warnstr = strtok_r(NULL, ",", &last); | ^ check_mqueue.c:79:25: error: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Werror=int-conversion] 79 | critstr = strtok_r(NULL, ",", &last); | ^ check_mqueue.c:93:33: error: 'struct dirent' has no member named 'd_namlen'; did you mean 'd_name'? 93 | if (dp->d_namlen < 1) | ^~~~~~~~ | d_name check_mqueue.c:105:39: error: implicit declaration of function 'snprintf' [-Werror=implicit-function-declaration] 105 | bad_strlen += snprintf(bad_str + bad_strlen, | ^~~~~~~~ check_mqueue.c:39:1: note: 'snprintf' is defined in header ''; did you forget to '#include '? 38 | #include +++ |+#include 39 | cc1: all warnings being treated as errors *** [check_mqueue.o] Error code 1 bmake: stopped in /home/pbulk/build/net/nagios-plugin-mqueue/work/check_mqueue-0.1 1 error bmake: stopped in /home/pbulk/build/net/nagios-plugin-mqueue/work/check_mqueue-0.1 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-trunk-x86_64/net/nagios-plugin-mqueue *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-trunk-x86_64/net/nagios-plugin-mqueue