=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for xjewel-1.6nb3 --- xw.o --- --- jewel.o --- --- logic.o --- --- panel.o --- --- xhscore.o --- --- hscore.o --- --- game.o --- --- intro.o --- --- xw.o --- gcc -O -I/usr/pkg/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DHSCORE_FILE=\"/var/games/xjewel.scores\" -DUSE_SELECT -DICON_WINDOW -DGETPWENT -I/usr/X11R7/include -c xw.c -o xw.o --- logic.o --- gcc -O -I/usr/pkg/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DHSCORE_FILE=\"/var/games/xjewel.scores\" -DUSE_SELECT -DICON_WINDOW -DGETPWENT -I/usr/X11R7/include -c logic.c -o logic.o --- game.o --- gcc -O -I/usr/pkg/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DHSCORE_FILE=\"/var/games/xjewel.scores\" -DUSE_SELECT -DICON_WINDOW -DGETPWENT -I/usr/X11R7/include -c game.c -o game.o --- intro.o --- gcc -O -I/usr/pkg/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DHSCORE_FILE=\"/var/games/xjewel.scores\" -DUSE_SELECT -DICON_WINDOW -DGETPWENT -I/usr/X11R7/include -c intro.c -o intro.o --- panel.o --- gcc -O -I/usr/pkg/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DHSCORE_FILE=\"/var/games/xjewel.scores\" -DUSE_SELECT -DICON_WINDOW -DGETPWENT -I/usr/X11R7/include -c panel.c -o panel.o --- hscore.o --- gcc -O -I/usr/pkg/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DHSCORE_FILE=\"/var/games/xjewel.scores\" -DUSE_SELECT -DICON_WINDOW -DGETPWENT -I/usr/X11R7/include -c hscore.c -o hscore.o --- jewel.o --- gcc -O -I/usr/pkg/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DHSCORE_FILE=\"/var/games/xjewel.scores\" -DUSE_SELECT -DICON_WINDOW -DGETPWENT -I/usr/X11R7/include -c jewel.c -o jewel.o --- xhscore.o --- gcc -O -I/usr/pkg/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DHSCORE_FILE=\"/var/games/xjewel.scores\" -DUSE_SELECT -DICON_WINDOW -DGETPWENT -I/usr/X11R7/include -c xhscore.c -o xhscore.o --- xw.o --- xw.c: In function 'xw_init': xw.c:402:18: warning: implicit declaration of function 'toupper' [-Wimplicit-function-declaration] 402 | *AppName=toupper(*AppName); | ^~~~~~~ xw.c:40:1: note: include '' or provide a declaration of 'toupper' 39 | #include "bitmaps/smicon.xbm" +++ |+#include 40 | --- panel.o --- panel.c: In function 'Dec_Rest': panel.c:151:6: warning: type of 'val' defaults to 'int' [-Wimplicit-int] 151 | BOOL Dec_Rest(val) | ^~~~~~~~ --- game.o --- game.c: In function 'Redraw_Add_Score': game.c:169:9: warning: implicit declaration of function 'sprintf' [-Wimplicit-function-declaration] 169 | sprintf(buf,"POINTS"); | ^~~~~~~ game.c:37:1: note: include '' or provide a declaration of 'sprintf' 36 | #include +++ |+#include 37 | #define RANDY(range) (random()%(range)) game.c:169:9: warning: incompatible implicit declaration of built-in function 'sprintf' [-Wbuiltin-declaration-mismatch] 169 | sprintf(buf,"POINTS"); | ^~~~~~~ game.c:169:9: note: include '' or provide a declaration of 'sprintf' game.c: In function 'Redraw_Score': game.c:224:9: warning: incompatible implicit declaration of built-in function 'sprintf' [-Wbuiltin-declaration-mismatch] 224 | sprintf(buf,"SCORE "); | ^~~~~~~ game.c:224:9: note: include '' or provide a declaration of 'sprintf' game.c: In function 'Redraw_Lives': game.c:242:9: warning: incompatible implicit declaration of built-in function 'sprintf' [-Wbuiltin-declaration-mismatch] 242 | sprintf(buf,"LIVES "); | ^~~~~~~ game.c:242:9: note: include '' or provide a declaration of 'sprintf' game.c: In function 'Redraw_Speed': game.c:260:9: warning: incompatible implicit declaration of built-in function 'sprintf' [-Wbuiltin-declaration-mismatch] 260 | sprintf(buf,"SPEED "); | ^~~~~~~ game.c:260:9: note: include '' or provide a declaration of 'sprintf' game.c: In function 'Redraw_Stage': game.c:279:9: warning: incompatible implicit declaration of built-in function 'sprintf' [-Wbuiltin-declaration-mismatch] 279 | sprintf(buf,"STAGE "); | ^~~~~~~ game.c:279:9: note: include '' or provide a declaration of 'sprintf' game.c: In function 'Redraw_Rest': game.c:298:9: warning: incompatible implicit declaration of built-in function 'sprintf' [-Wbuiltin-declaration-mismatch] 298 | sprintf(buf,"REST "); | ^~~~~~~ game.c:298:9: note: include '' or provide a declaration of 'sprintf' game.c: In function 'Redraw_Sound': game.c:315:9: warning: incompatible implicit declaration of built-in function 'sprintf' [-Wbuiltin-declaration-mismatch] 315 | sprintf(buf,"SOUND "); | ^~~~~~~ game.c:315:9: note: include '' or provide a declaration of 'sprintf' game.c: In function 'Redraw_Pause': game.c:333:19: warning: incompatible implicit declaration of built-in function 'sprintf' [-Wbuiltin-declaration-mismatch] 333 | { sprintf(buf,"PAUSED"); } | ^~~~~~~ game.c:333:19: note: include '' or provide a declaration of 'sprintf' game.c:335:19: warning: incompatible implicit declaration of built-in function 'sprintf' [-Wbuiltin-declaration-mismatch] 335 | { sprintf(buf," "); } | ^~~~~~~ game.c:335:19: note: include '' or provide a declaration of 'sprintf' --- panel.o --- --- help.o --- gcc -O -I/usr/pkg/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DHSCORE_FILE=\"/var/games/xjewel.scores\" -DUSE_SELECT -DICON_WINDOW -DGETPWENT -I/usr/X11R7/include -c help.c -o help.o --- hscore.o --- hscore.c: In function 'Close_High_Score_File': hscore.c:122:9: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] 122 | close(hscorefd); | ^~~~~ | pclose In file included from /usr/include/string.h:154, from hscore.c:10: hscore.c: In function 'Add_High_Score': hscore.c:134:45: warning: implicit declaration of function 'getuid'; did you mean 'getpwuid'? [-Wimplicit-function-declaration] 134 | memcpy(high_scores[i].name,getpwuid(getuid())->pw_name,MAX_NAME_LENGTH+1); | ^~~~~~ --- xw.o --- --- xjewel._man --- --- logic.o --- logic.c:91:1: warning: return type defaults to 'int' [-Wimplicit-int] 91 | Update_Board(piece, x, y) | ^~~~~~~~~~~~ --- xjewel._man --- rm -f xjewel._man if test -z "" ; then cd `dirname xjewel` && ln -s `basename xjewel.man` `basename xjewel._man`; else cpp -undef -traditional -D__apploaddir__=/usr/pkg/lib/X11/app-defaults -D__appmansuffix__=6 -D__filemansuffix__=5 -D__libmansuffix__=3 -D__miscmansuffix__=7 -D__drivermansuffix__=4 -D__adminmansuffix__=8 -D__projectroot__=/usr/pkg -D__xconfigfile__=xorg.conf -D__xconfigdir__=/usr/pkg/lib/X11 -D__xlogfile__=Xorg -D__xservername__=Xorg -D__xorgversion__="\"`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'`\" \"X Version 11\"" -D__vendorversion__="`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'` X.Org" < xjewel.man | sed -e '/^# *[0-9][0-9]* *.*$/d' -e '/^#line *[0-9][0-9]* *.*$/d' -e '/^[ ]*XCOMM$/s/XCOMM/#/' -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/' -e '/^[ ]*XHASH/s/XHASH/#/' -e '/\@\@$/s/\@\@$/\\/' >xjewel._man; fi --- intro.o --- --- bitmaps/seven_seg.pcf.gz --- /usr/pkg/bin/bdftopcf -t bitmaps/seven_seg.bdf | gzip -n > bitmaps/seven_seg.pcf.gz sh: /usr/pkg/bin/bdftopcf: not found /usr/pkg/bin/mkfontdir bitmaps/ sh: /usr/pkg/bin/mkfontdir: not found *** [bitmaps/seven_seg.pcf.gz] Error code 127 make: stopped making "all" in /pbulk/work/games/xjewel/work/xjewel-1.6 --- hscore.o --- --- help.o --- --- xhscore.o --- --- jewel.o --- jewel.c: In function 'xw_key_event': jewel.c:145:41: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration] 145 | printf("Thankyou for playing...try again sometime!\n"); | ^~~~~~ jewel.c:35:1: note: include '' or provide a declaration of 'printf' 34 | #include "version.h" +++ |+#include 35 | char *StartString="Press \140Space\047 to begin, or \140H\047 for Help"; jewel.c:145:41: warning: incompatible implicit declaration of built-in function 'printf' [-Wbuiltin-declaration-mismatch] 145 | printf("Thankyou for playing...try again sometime!\n"); | ^~~~~~ jewel.c:145:41: note: include '' or provide a declaration of 'printf' jewel.c:207:41: warning: incompatible implicit declaration of built-in function 'printf' [-Wbuiltin-declaration-mismatch] 207 | printf("Thankyou for playing...try again sometime!\n"); | ^~~~~~ jewel.c:207:41: note: include '' or provide a declaration of 'printf' --- game.o --- --- logic.o --- --- jewel.o --- make: 1 error make: stopped making "all" in /pbulk/work/games/xjewel/work/xjewel-1.6 *** Error code 2 Stop. make[1]: stopped making "all" in /usr/pkgsrc/games/xjewel *** Error code 1 Stop. make: stopped making "all" in /usr/pkgsrc/games/xjewel