+ 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/dclock-4nb1/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/dclock-4nb1/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for dclock-4nb1 --- Dclock.o --- --- dclock.o --- --- Dclock.o --- gcc -O -I/opt/pkg/include -I/opt/pkg/include -c Dclock.c --- dclock.o --- gcc -O -I/opt/pkg/include -I/opt/pkg/include -c dclock.c --- Dclock.o --- In file included from Dclock.c:10: DclockP.h:50:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 50 | #endif _XtDclockP_h | ^~~~~~~~~~~~ Dclock.c:37:8: error: type defaults to 'int' in declaration of 'cur_position' [-Wimplicit-int] 37 | static cur_position; /* outline current digit for setting alarm */ | ^~~~~~~~~~~~ Dclock.c:115:41: error: initialization of 'int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 115 | /* xrm_class */ NULL, | ^~~~ Dclock.c:115:41: note: (near initialization for 'dclockClassRec.core_class.xrm_class') Dclock.c: In function 'Initialize': Dclock.c:288:13: error: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 288 | exit(1); | ^~~~ Dclock.c:11:1: note: include '' or provide a declaration of 'exit' 10 | #include "DclockP.h" +++ |+#include 11 | Dclock.c:288:13: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 288 | exit(1); | ^~~~ Dclock.c:288:13: note: include '' or provide a declaration of 'exit' Dclock.c: In function 'set_alarm': Dclock.c:1103:12: error: type defaults to 'int' in declaration of 'saved_secs' [-Wimplicit-int] 1103 | static saved_secs, saved_miltime; | ^~~~~~~~~~ Dclock.c:1103:24: error: type defaults to 'int' in declaration of 'saved_miltime' [-Wimplicit-int] 1103 | static saved_secs, saved_miltime; | ^~~~~~~~~~~~~ --- dclock.o --- dclock.c: In function 'Usage': dclock.c:72:5: error: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 72 | exit(1); | ^~~~ dclock.c:24:1: note: include '' or provide a declaration of 'exit' 23 | #include "Dclock.h" +++ |+#include 24 | dclock.c:72:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 72 | exit(1); | ^~~~ dclock.c:72:5: note: include '' or provide a declaration of 'exit' dclock.c: In function 'quit': dclock.c:78:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 78 | exit(0); | ^~~~ dclock.c:78:5: note: include '' or provide a declaration of 'exit' dclock.c: At top level: dclock.c:85:1: error: return type defaults to 'int' [-Wimplicit-int] 85 | main(argc, argv) | ^~~~ dclock.c: In function 'main': dclock.c:85:1: error: type of 'argc' defaults to 'int' [-Wimplicit-int] *** [dclock.o] Error code 1 bmake: stopped making "all" in /home/pbulk/build/time/dclock/work --- Dclock.o --- *** [Dclock.o] Error code 1 bmake: stopped making "all" in /home/pbulk/build/time/dclock/work bmake: 2 errors bmake: stopped making "all" in /home/pbulk/build/time/dclock/work *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/time/dclock *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/time/dclock