+ 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/jetpack-1.0nb2/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/jetpack-1.0nb2/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for jetpack-1.0nb2 --- bitmap.o --- --- bonus.o --- --- collision.o --- --- demo.o --- --- bitmap.o --- gcc -O2 -DNO_ASM -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DSCOREPATH=\"/var/games/jetpack.scores\" -DLEVELPATH=\"/opt/pkg/share/jetpack/jetpack.lev\" -I/opt/pkg/include -c bitmap.c --- bonus.o --- gcc -O2 -DNO_ASM -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DSCOREPATH=\"/var/games/jetpack.scores\" -DLEVELPATH=\"/opt/pkg/share/jetpack/jetpack.lev\" -I/opt/pkg/include -c bonus.c --- collision.o --- gcc -O2 -DNO_ASM -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DSCOREPATH=\"/var/games/jetpack.scores\" -DLEVELPATH=\"/opt/pkg/share/jetpack/jetpack.lev\" -I/opt/pkg/include -c collision.c --- demo.o --- gcc -O2 -DNO_ASM -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DSCOREPATH=\"/var/games/jetpack.scores\" -DLEVELPATH=\"/opt/pkg/share/jetpack/jetpack.lev\" -I/opt/pkg/include -c demo.c --- collision.o --- In file included from collision.c:5: defs.h:318:25: warning: data definition has no type or storage class 318 | oldscore, oldlevel, extramaninc; | ^~~~~~~~ defs.h:318:25: error: type defaults to 'int' in declaration of 'oldscore' [-Wimplicit-int] defs.h:318:35: error: type defaults to 'int' in declaration of 'oldlevel' [-Wimplicit-int] 318 | oldscore, oldlevel, extramaninc; | ^~~~~~~~ defs.h:318:45: error: type defaults to 'int' in declaration of 'extramaninc' [-Wimplicit-int] 318 | oldscore, oldlevel, extramaninc; | ^~~~~~~~~~~ collision.c:9:1: error: return type defaults to 'int' [-Wimplicit-int] 9 | collision_check() | ^~~~~~~~~~~~~~~ --- bonus.o --- In file included from bonus.c:5: defs.h:318:25: warning: data definition has no type or storage class 318 | oldscore, oldlevel, extramaninc; | ^~~~~~~~ defs.h:318:25: error: type defaults to 'int' in declaration of 'oldscore' [-Wimplicit-int] defs.h:318:35: error: type defaults to 'int' in declaration of 'oldlevel' [-Wimplicit-int] 318 | oldscore, oldlevel, extramaninc; | ^~~~~~~~ defs.h:318:45: error: type defaults to 'int' in declaration of 'extramaninc' [-Wimplicit-int] 318 | oldscore, oldlevel, extramaninc; | ^~~~~~~~~~~ bonus.c:12:1: error: return type defaults to 'int' [-Wimplicit-int] 12 | bonus_check() | ^~~~~~~~~~~ --- bitmap.o --- In file included from bitmap.c:5: defs.h:318:25: warning: data definition has no type or storage class 318 | oldscore, oldlevel, extramaninc; | ^~~~~~~~ defs.h:318:25: error: type defaults to 'int' in declaration of 'oldscore' [-Wimplicit-int] defs.h:318:35: error: type defaults to 'int' in declaration of 'oldlevel' [-Wimplicit-int] 318 | oldscore, oldlevel, extramaninc; | ^~~~~~~~ defs.h:318:45: error: type defaults to 'int' in declaration of 'extramaninc' [-Wimplicit-int] 318 | oldscore, oldlevel, extramaninc; | ^~~~~~~~~~~ --- collision.o --- collision.c: In function 'collision_check': collision.c:31:49: error: implicit declaration of function 'refresh_info' [-Wimplicit-function-declaration] 31 | refresh_info(); | ^~~~~~~~~~~~ collision.c: At top level: collision.c:137:1: error: return type defaults to 'int' [-Wimplicit-int] 137 | message_check() | ^~~~~~~~~~~~~ --- bonus.o --- bonus.c: In function 'bonus_check': bonus.c:14:9: error: implicit declaration of function 'decrement_bonus' [-Wimplicit-function-declaration] 14 | decrement_bonus(); | ^~~~~~~~~~~~~~~ --- collision.o --- collision.c: In function 'message_check': collision.c:147:49: error: implicit declaration of function 'bigmessage' [-Wimplicit-function-declaration] 147 | bigmessage(lmessage[i].bigtext, lmessage[i].bigcolor, | ^~~~~~~~~~ collision.c:151:49: error: implicit declaration of function 'message' [-Wimplicit-function-declaration] 151 | message(lmessage[i].text, lmessage[i].color, | ^~~~~~~ --- bonus.o --- bonus.c:15:9: error: implicit declaration of function 'extra_man_check' [-Wimplicit-function-declaration] 15 | extra_man_check(); | ^~~~~~~~~~~~~~~ bonus.c: At top level: bonus.c:20:1: error: return type defaults to 'int' [-Wimplicit-int] 20 | decrement_bonus() | ^~~~~~~~~~~~~~~ bonus.c:32:1: error: return type defaults to 'int' [-Wimplicit-int] 32 | extra_man_check() | ^~~~~~~~~~~~~~~ bonus.c: In function 'extra_man_check': bonus.c:37:30: error: implicit declaration of function 'bigmessage' [-Wimplicit-function-declaration] 37 | if(!waiting) bigmessage("BONUS!", CBLACK, 50); | ^~~~~~~~~~ --- bitmap.o --- bitmap.c:35:1: error: return type defaults to 'int' [-Wimplicit-int] 35 | set_up_bitmaps() | ^~~~~~~~~~~~~~ --- bonus.o --- bonus.c:38:17: error: implicit declaration of function 'message' [-Wimplicit-function-declaration] 38 | message("Extra player awarded!", CBLACK, 100); | ^~~~~~~ bonus.c:39:17: error: implicit declaration of function 'refresh_info' [-Wimplicit-function-declaration] 39 | refresh_info(); | ^~~~~~~~~~~~ bonus.c: At top level: bonus.c:45:1: error: return type defaults to 'int' [-Wimplicit-int] 45 | score_bonus() | ^~~~~~~~~~~ --- collision.o --- *** [collision.o] Error code 1 bmake: stopped making "all" in /home/pbulk/build/games/jetpack/work/jetpack --- bitmap.o --- *** [bitmap.o] Error code 1 bmake: stopped making "all" in /home/pbulk/build/games/jetpack/work/jetpack --- bonus.o --- *** [bonus.o] Error code 1 bmake: stopped making "all" in /home/pbulk/build/games/jetpack/work/jetpack --- demo.o --- In file included from demo.c:5: defs.h:318:25: warning: data definition has no type or storage class 318 | oldscore, oldlevel, extramaninc; | ^~~~~~~~ defs.h:318:25: error: type defaults to 'int' in declaration of 'oldscore' [-Wimplicit-int] defs.h:318:35: error: type defaults to 'int' in declaration of 'oldlevel' [-Wimplicit-int] 318 | oldscore, oldlevel, extramaninc; | ^~~~~~~~ defs.h:318:45: error: type defaults to 'int' in declaration of 'extramaninc' [-Wimplicit-int] 318 | oldscore, oldlevel, extramaninc; | ^~~~~~~~~~~ demo.c: In function 'demo': demo.c:20:9: error: implicit declaration of function 'reset_game' [-Wimplicit-function-declaration] 20 | reset_game(); | ^~~~~~~~~~ demo.c:21:9: error: implicit declaration of function 'reset_level' [-Wimplicit-function-declaration] 21 | reset_level(); | ^~~~~~~~~~~ demo.c:24:12: error: implicit declaration of function 'special_setup' [-Wimplicit-function-declaration] 24 | if(special_setup() == 0) return; | ^~~~~~~~~~~~~ demo.c:27:9: error: implicit declaration of function 'draw' [-Wimplicit-function-declaration] 27 | draw(); | ^~~~ demo.c:28:9: error: implicit declaration of function 'refresh_info' [-Wimplicit-function-declaration] 28 | refresh_info(); | ^~~~~~~~~~~~ demo.c:30:13: error: implicit declaration of function 'begin_timer'; did you mean 'setitimer'? [-Wimplicit-function-declaration] 30 | begin_timer(); | ^~~~~~~~~~~ | setitimer demo.c:31:41: error: implicit declaration of function 'demo_event_filter' [-Wimplicit-function-declaration] 31 | while(XPending(display) && !demo_event_filter()); | ^~~~~~~~~~~~~~~~~ demo.c:32:25: error: implicit declaration of function 'demo_player' [-Wimplicit-function-declaration] 32 | demo_player(); | ^~~~~~~~~~~ demo.c:33:25: error: implicit declaration of function 'update' [-Wimplicit-function-declaration] 33 | update(); | ^~~~~~ demo.c:34:13: error: implicit declaration of function 'collision_check' [-Wimplicit-function-declaration] 34 | collision_check(); | ^~~~~~~~~~~~~~~ demo.c:35:13: error: implicit declaration of function 'message_check' [-Wimplicit-function-declaration] 35 | message_check(); | ^~~~~~~~~~~~~ demo.c:36:25: error: implicit declaration of function 'bonus_check' [-Wimplicit-function-declaration] 36 | bonus_check(); | ^~~~~~~~~~~ demo.c:38:21: error: implicit declaration of function 'get_timer'; did you mean 'getitimer'? [-Wimplicit-function-declaration] 38 | timer = get_timer(); | ^~~~~~~~~ | getitimer demo.c:39:35: error: implicit declaration of function 'usleep' [-Wimplicit-function-declaration] 39 | if(timer < USECDELAY) usleep(USECDELAY - timer); | ^~~~~~ demo.c: At top level: demo.c:49:1: error: return type defaults to 'int' [-Wimplicit-int] 49 | title_screen() | ^~~~~~~~~~~~ demo.c: In function 'title_screen': demo.c:54:9: error: implicit declaration of function 'setup_title_maze' [-Wimplicit-function-declaration] 54 | setup_title_maze(); | ^~~~~~~~~~~~~~~~ demo.c:60:9: error: implicit declaration of function 'init_zones' [-Wimplicit-function-declaration] 60 | init_zones(); | ^~~~~~~~~~ demo.c:65:9: error: implicit declaration of function 'title_refresh' [-Wimplicit-function-declaration] 65 | title_refresh(); | ^~~~~~~~~~~~~ demo.c:69:9: error: implicit declaration of function 'read_new_scores' [-Wimplicit-function-declaration] 69 | read_new_scores(); | ^~~~~~~~~~~~~~~ demo.c:74:42: error: implicit declaration of function 'title_event_filter' [-Wimplicit-function-declaration] 74 | while(XPending(display)) title_event_filter(); | ^~~~~~~~~~~~~~~~~~ demo.c:87:25: error: implicit declaration of function 'draw_scores' [-Wimplicit-function-declaration] 87 | draw_scores(shiftwhich); | ^~~~~~~~~~~ demo.c:91:17: error: implicit declaration of function 'title_draw' [-Wimplicit-function-declaration] 91 | title_draw(); | ^~~~~~~~~~ demo.c:98:9: error: implicit declaration of function 'stop_timer'; did you mean 'strptime'? [-Wimplicit-function-declaration] 98 | stop_timer(); | ^~~~~~~~~~ | strptime demo.c: At top level: demo.c:106:1: error: return type defaults to 'int' [-Wimplicit-int] 106 | demo_walk(x) | ^~~~~~~~~ demo.c:119:1: error: return type defaults to 'int' [-Wimplicit-int] 119 | demo_fly(x, y) | ^~~~~~~~ demo.c:140:1: error: return type defaults to 'int' [-Wimplicit-int] 140 | demo_delay() | ^~~~~~~~~~ demo.c:151:1: error: return type defaults to 'int' [-Wimplicit-int] 151 | demo_player() | ^~~~~~~~~~~ *** [demo.o] Error code 1 bmake: stopped making "all" in /home/pbulk/build/games/jetpack/work/jetpack bmake: 4 errors bmake: stopped making "all" in /home/pbulk/build/games/jetpack/work/jetpack *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/games/jetpack *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/games/jetpack