+ 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/enriched2html-1.0/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/enriched2html-1.0/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for enriched2html-1.0 cd /home/pbulk/build/converters/enriched2html/work && gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations enriched2html.c -o enriched2html enriched2html.c:36:1: error: return type defaults to 'int' [-Wimplicit-int] 36 | main() { | ^~~~ enriched2html.c: In function 'main': enriched2html.c:64:23: error: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] 64 | if (strcmp(token, "param") == 0) | ^~~~~~ enriched2html.c:20:1: note: include '' or provide a declaration of 'strcmp' 19 | #include +++ |+#include 20 | enriched2html.c:180:17: error: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration] 180 | strncpy(color,token,sizeof(color)); | ^~~~~~~ enriched2html.c:180:17: note: include '' or provide a declaration of 'strncpy' enriched2html.c:180:17: warning: incompatible implicit declaration of built-in function 'strncpy' [-Wbuiltin-declaration-mismatch] enriched2html.c:180:17: note: include '' or provide a declaration of 'strncpy' enriched2html.c:183:17: warning: incompatible implicit declaration of built-in function 'strncpy' [-Wbuiltin-declaration-mismatch] 183 | strncpy(font,token,sizeof(font)); | ^~~~~~~ enriched2html.c:183:17: note: include '' or provide a declaration of 'strncpy' enriched2html.c:219:6: error: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 219 | exit(0); | ^~~~ enriched2html.c:20:1: note: include '' or provide a declaration of 'exit' 19 | #include +++ |+#include 20 | enriched2html.c:219:6: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 219 | exit(0); | ^~~~ enriched2html.c:219:6: note: include '' or provide a declaration of 'exit' *** Error code 1 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/converters/enriched2html *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/converters/enriched2html