+ 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/crashme-2.4/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/crashme-2.4/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for crashme-2.4 --- crashme.o --- --- pddet.o --- --- crashme.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -c crashme.c --- pddet.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -c pddet.c --- crashme.o --- crashme.c:275:1: error: return type defaults to 'int' [-Wimplicit-int] 275 | set_up_signals() | ^~~~~~~~~~~~~~ crashme.c:298:1: error: return type defaults to 'int' [-Wimplicit-int] 298 | compute_badboy_1(n) | ^~~~~~~~~~~~~~~~ crashme.c:350:1: error: return type defaults to 'int' [-Wimplicit-int] 350 | compute_badboy() | ^~~~~~~~~~~~~~ crashme.c:372:1: error: return type defaults to 'int' [-Wimplicit-int] 372 | try_one_crash() | ^~~~~~~~~~~~~ crashme.c:380:1: error: return type defaults to 'int' [-Wimplicit-int] 380 | main(argc,argv) | ^~~~ crashme.c: In function 'badboy_loop': crashme.c:503:8: error: implicit declaration of function 'alarm' [-Wimplicit-function-declaration] 503 | alarm(10); | ^~~~~ crashme.c: At top level: crashme.c:517:1: error: return type defaults to 'int' [-Wimplicit-int] 517 | record_status(n) | ^~~~~~~~~~~~~ crashme.c:530:1: error: return type defaults to 'int' [-Wimplicit-int] 530 | summarize_status() | ^~~~~~~~~~~~~~~~ crashme.c: In function 'vfork_main': crashme.c:591:14: error: implicit declaration of function 'fork' [-Wimplicit-function-declaration] 591 | status = fork(); | ^~~~ crashme.c:594:17: error: implicit declaration of function 'execlp' [-Wimplicit-function-declaration] 594 | {status = execlp(cmd,cmd,nb,arg2,nt,arg4,arg5,subprocess_ind,0); | ^~~~~~ crashme.c:594:17: warning: incompatible implicit declaration of built-in function 'execlp' [-Wbuiltin-declaration-mismatch] crashme.c:607:24: error: implicit declaration of function 'wait' [-Wimplicit-function-declaration] 607 | while((pid = wait(&status)) > 0) | ^~~~ *** [crashme.o] Error code 1 bmake: stopped making "all" in /home/pbulk/build/sysutils/crashme/work --- pddet.o --- pddet.c:277:1: error: return type defaults to 'int' [-Wimplicit-int] 277 | main(argc,argv) | ^~~~ *** [pddet.o] Error code 1 bmake: stopped making "all" in /home/pbulk/build/sysutils/crashme/work bmake: 2 errors bmake: stopped making "all" in /home/pbulk/build/sysutils/crashme/work *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/sysutils/crashme *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/sysutils/crashme