+ 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/xemeraldia-0.31nb6/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/xemeraldia-0.31nb6/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for xemeraldia-0.31nb6 --- main.o --- --- init-graphics.o --- --- graphics.o --- --- games.o --- --- score.o --- --- move.o --- --- crack.o --- --- usleep.o --- --- main.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DNO_ASM -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DHIGH_SCORE_TABLE=\"/opt/pkg/share/games/xemeraldia/xemeraldia.scores\" -D__USE_FIXED_PROTOTYPES__ -I/opt/pkg/include -c main.c --- init-graphics.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DNO_ASM -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DHIGH_SCORE_TABLE=\"/opt/pkg/share/games/xemeraldia/xemeraldia.scores\" -D__USE_FIXED_PROTOTYPES__ -I/opt/pkg/include -c init-graphics.c --- score.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DNO_ASM -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DHIGH_SCORE_TABLE=\"/opt/pkg/share/games/xemeraldia/xemeraldia.scores\" -D__USE_FIXED_PROTOTYPES__ -I/opt/pkg/include -c score.c --- graphics.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DNO_ASM -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DHIGH_SCORE_TABLE=\"/opt/pkg/share/games/xemeraldia/xemeraldia.scores\" -D__USE_FIXED_PROTOTYPES__ -I/opt/pkg/include -c graphics.c --- games.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DNO_ASM -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DHIGH_SCORE_TABLE=\"/opt/pkg/share/games/xemeraldia/xemeraldia.scores\" -D__USE_FIXED_PROTOTYPES__ -I/opt/pkg/include -c games.c --- move.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DNO_ASM -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DHIGH_SCORE_TABLE=\"/opt/pkg/share/games/xemeraldia/xemeraldia.scores\" -D__USE_FIXED_PROTOTYPES__ -I/opt/pkg/include -c move.c --- crack.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DNO_ASM -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DHIGH_SCORE_TABLE=\"/opt/pkg/share/games/xemeraldia/xemeraldia.scores\" -D__USE_FIXED_PROTOTYPES__ -I/opt/pkg/include -c crack.c --- usleep.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -DNO_ASM -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DHIGH_SCORE_TABLE=\"/opt/pkg/share/games/xemeraldia/xemeraldia.scores\" -D__USE_FIXED_PROTOTYPES__ -I/opt/pkg/include -c usleep.c --- games.o --- In file included from games.c:5: graphics.h:76:7: error: conflicting types for 'usleep' 76 | void usleep (); | ^~~~~~ In file included from graphics.h:8, from games.c:5: /usr/include/unistd.h:554:12: note: previous declaration of 'usleep' was here 554 | extern int usleep(useconds_t); | ^~~~~~ --- init-graphics.o --- In file included from init-graphics.c:5: graphics.h:76:7: error: conflicting types for 'usleep' 76 | void usleep (); | ^~~~~~ In file included from graphics.h:8, from init-graphics.c:5: /usr/include/unistd.h:554:12: note: previous declaration of 'usleep' was here 554 | extern int usleep(useconds_t); | ^~~~~~ --- graphics.o --- In file included from graphics.c:5: graphics.h:76:7: error: conflicting types for 'usleep' 76 | void usleep (); | ^~~~~~ In file included from graphics.h:8, from graphics.c:5: /usr/include/unistd.h:554:12: note: previous declaration of 'usleep' was here 554 | extern int usleep(useconds_t); | ^~~~~~ --- crack.o --- In file included from crack.c:5: graphics.h:76:7: error: conflicting types for 'usleep' 76 | void usleep (); | ^~~~~~ In file included from graphics.h:8, from crack.c:5: /usr/include/unistd.h:554:12: note: previous declaration of 'usleep' was here 554 | extern int usleep(useconds_t); | ^~~~~~ --- move.o --- In file included from move.c:5: graphics.h:76:7: error: conflicting types for 'usleep' 76 | void usleep (); | ^~~~~~ In file included from graphics.h:8, from move.c:5: /usr/include/unistd.h:554:12: note: previous declaration of 'usleep' was here 554 | extern int usleep(useconds_t); | ^~~~~~ --- score.o --- In file included from score.c:6: graphics.h:76:7: error: conflicting types for 'usleep' 76 | void usleep (); | ^~~~~~ In file included from graphics.h:8, from score.c:6: /usr/include/unistd.h:554:12: note: previous declaration of 'usleep' was here 554 | extern int usleep(useconds_t); | ^~~~~~ --- main.o --- In file included from main.c:6: graphics.h:76:7: error: conflicting types for 'usleep' 76 | void usleep (); | ^~~~~~ In file included from graphics.h:8, from main.c:6: /usr/include/unistd.h:554:12: note: previous declaration of 'usleep' was here 554 | extern int usleep(useconds_t); | ^~~~~~ --- graphics.o --- *** [graphics.o] Error code 1 bmake: stopped in /home/pbulk/build/games/xemeraldia/work/xemeraldia-0.3 --- move.o --- *** [move.o] Error code 1 bmake: stopped in /home/pbulk/build/games/xemeraldia/work/xemeraldia-0.3 --- crack.o --- *** [crack.o] Error code 1 bmake: stopped in /home/pbulk/build/games/xemeraldia/work/xemeraldia-0.3 --- games.o --- *** [games.o] Error code 1 bmake: stopped in /home/pbulk/build/games/xemeraldia/work/xemeraldia-0.3 --- init-graphics.o --- *** [init-graphics.o] Error code 1 bmake: stopped in /home/pbulk/build/games/xemeraldia/work/xemeraldia-0.3 --- main.o --- *** [main.o] Error code 1 bmake: stopped in /home/pbulk/build/games/xemeraldia/work/xemeraldia-0.3 --- score.o --- *** [score.o] Error code 1 bmake: stopped in /home/pbulk/build/games/xemeraldia/work/xemeraldia-0.3 7 errors bmake: stopped in /home/pbulk/build/games/xemeraldia/work/xemeraldia-0.3 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-bulktest/games/xemeraldia *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-bulktest/games/xemeraldia