+ 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/avcheck-0.9.1/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/avcheck-0.9.1/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for avcheck-0.9.1 --- avcheck --- --- uchroot --- --- .stamp-examples --- --- uchroot --- gcc -o uchroot -O2 -Wall uchroot.c --- .stamp-examples --- set -e ; for lang in ex2/cs ex2/de ex2/it ex2/en ex2/pl ex2/ru ex2/sk ex2/sp ; do l=`expr $lang : 'ex2/\(..\)'` ; /bin/sh substlang.sh ex2/ $l > tmp ; mv -f tmp infected.ex2.$l ; chmod +x infected.ex2.$l ; done --- avcheck --- gcc -o avcheck -O2 -Wall -DVERSION=\"0.91\" avcheck.c `[ -f /usr/lib/libsocket.so ] && echo -lsocket -lnsl` avcheck.c: In function 'tcpsock': avcheck.c:225:16: error: implicit declaration of function 'alloca' [-Wimplicit-function-declaration] 225 | h = (char*)alloca(len + 1); | ^~~~~~ avcheck.c:225:16: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] avcheck.c: In function 'sendit': avcheck.c:357:27: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 357 | char **av = (char**)alloca(sizeof(char*) * (sendmail_argc + nto + 4)); | ^~~~~~ avcheck.c: In function 'scan_avp': avcheck.c:421:14: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 421 | p = (char*)alloca(l + 1); | ^~~~~~ avcheck.c: In function 'main': avcheck.c:884:19: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 884 | path = (char*)alloca(strlen(tmpdir) + 32); | ^~~~~~ avcheck.c:934:18: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 934 | av = (char**)alloca((argc + 5) * sizeof(char*)); | ^~~~~~ *** [avcheck] Error code 1 bmake: stopped making "all" in /home/pbulk/build/security/avcheck/work/avcheck-0.91 --- .stamp-examples --- substlang.sh[19]: .[2]: ^M: not found [No such file or directory] substlang.sh[19]: .[4]: ^M: not found [No such file or directory] substlang.sh[19]: .[6]: ^M: not found [No such file or directory] substlang.sh[19]: .[17]: ^M: not found [No such file or directory] substlang.sh[19]: .[36]: ^M: not found [No such file or directory] touch .stamp-examples bmake: 1 error bmake: stopped making "all" in /home/pbulk/build/security/avcheck/work/avcheck-0.91 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/security/avcheck *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/security/avcheck