+ 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/asm2html-1.4/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/asm2html-1.4/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for asm2html-1.4 --- all --- cd ./src; make; cd ../ --- asm2html.o --- --- html.o --- --- main.o --- --- process.o --- --- asm2html.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c asm2html.c --- html.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c html.c --- main.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c main.c --- process.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../include -c process.c process.c: In function 'process_line': process.c:170:9: error: implicit declaration of function 'bzero' [-Wimplicit-function-declaration] 170 | bzero(buf, 4096); | ^~~~~ process.c:170:9: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] *** [process.o] Error code 1 make[1]: stopped making "all" in /home/pbulk/build/devel/asm2html/work/asm2html-1.4/src make[1]: 1 error make[1]: stopped making "all" in /home/pbulk/build/devel/asm2html/work/asm2html-1.4/src *** Error code 6 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/devel/asm2html *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/devel/asm2html