=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/games/galaxa", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for galaxa-0.1nb3 --- galaxa.o --- --- hints.o --- --- galaxa.o --- gcc -I/opt/pkg/include -DSOUNDS=\"/opt/pkg/share/galaxa/sounds\" -DIMAGES=\"/opt/pkg/share/galaxa/images\" -DDATA=\"/opt/pkg/share/galaxa\" -I/opt/pkg/include -c galaxa.c --- hints.o --- gcc -I/opt/pkg/include -DSOUNDS=\"/opt/pkg/share/galaxa/sounds\" -DIMAGES=\"/opt/pkg/share/galaxa/images\" -DDATA=\"/opt/pkg/share/galaxa\" -I/opt/pkg/include -c hints.c --- galaxa.o --- galaxa.c: In function 'title': galaxa.c:670:9: error: implicit declaration of function 'usleep' [-Wimplicit-function-declaration] 670 | usleep(time_padding); | ^~~~~~ galaxa.c: In function 'game': galaxa.c:1306:19: error: too many arguments to function 'killplayer'; expected 0, have 1 1306 | killplayer(aliens[i].x); | ^~~~~~~~~~ ~~~~~~~~~~~ galaxa.c:210:6: note: declared here 210 | void killplayer(); | ^~~~~~~~~~ galaxa.c:1435:19: error: too many arguments to function 'killplayer'; expected 0, have 1 1435 | killplayer(bullets[i].x); | ^~~~~~~~~~ ~~~~~~~~~~~~ galaxa.c:210:6: note: declared here 210 | void killplayer(); | ^~~~~~~~~~ galaxa.c:1546:19: error: too many arguments to function 'killplayer'; expected 0, have 1 1546 | killplayer(asteroids[i].x); | ^~~~~~~~~~ ~~~~~~~~~~~~~~ galaxa.c:210:6: note: declared here 210 | void killplayer(); | ^~~~~~~~~~ galaxa.c: In function 'getname': galaxa.c:2215:23: error: implicit declaration of function 'sleep' [-Wimplicit-function-declaration] 2215 | sleep(1); | ^~~~~ galaxa.c: At top level: galaxa.c:2597:6: error: conflicting types for 'killplayer'; have 'void(int)' 2597 | void killplayer(int x) | ^~~~~~~~~~ galaxa.c:210:6: note: previous declaration of 'killplayer' with type 'void(void)' 210 | void killplayer(); | ^~~~~~~~~~ --- randnum.o --- gcc -I/opt/pkg/include -DSOUNDS=\"/opt/pkg/share/galaxa/sounds\" -DIMAGES=\"/opt/pkg/share/galaxa/images\" -DDATA=\"/opt/pkg/share/galaxa\" -I/opt/pkg/include -c randnum.c --- galaxa.o --- *** [galaxa.o] Error code 1 bmake: stopped making "all" in /home/pbulk/work/games/galaxa/work/galaxa --- randnum.o --- randnum.c: In function 'randinit': randnum.c:25:3: error: implicit declaration of function 'srand' [-Wimplicit-function-declaration] 25 | srand(z); | ^~~~~ randnum.c: In function 'randnum': randnum.c:33:7: error: implicit declaration of function 'rand'; did you mean 'randnum'? [-Wimplicit-function-declaration] 33 | v = rand(); | ^~~~ | randnum *** [randnum.o] Error code 1 bmake: stopped making "all" in /home/pbulk/work/games/galaxa/work/galaxa bmake: 2 errors bmake: stopped making "all" in /home/pbulk/work/games/galaxa/work/galaxa *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/games/galaxa *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/games/galaxa