=> Bootstrap dependency digest>=20211023: found digest-20211023 WARNING: [license.mk] Every package should define a LICENSE. ===> 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 xrick-021212nb10 Makefile:29: Detected SDL version 1.2.15 /usr/pkg/bin/gmake -C src all gmake[1]: Entering directory '/tmp/games/xrick/work/xrick-021212/src' gcc -g -ansi -pedantic -Wall -W -O2 -I /tmp/games/xrick/work/xrick-021212/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c unzip.c -o unzip.o gcc -g -ansi -pedantic -Wall -W -O2 -I /tmp/games/xrick/work/xrick-021212/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c data.c -o data.o gcc -g -ansi -pedantic -Wall -W -O2 -I /tmp/games/xrick/work/xrick-021212/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c scr_xrick.c -o scr_xrick.o gcc -g -ansi -pedantic -Wall -W -O2 -I /tmp/games/xrick/work/xrick-021212/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c scr_pause.c -o scr_pause.o unzip.c: In function 'unzOpen': unzip.c:452:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] us.filename = path; ^ unzip.c: In function 'unzClose': unzip.c:475:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (s->pfile_in_zip_read!=NULL) ^~ unzip.c:478:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' fclose(s->file); ^~~~~~ unzip.c: In function 'unzlocal_GetCurrentFileInfoInternal': unzip.c:564:5: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (err==UNZ_OK) ^ data.c: In function 'str_zipext': data.c:198:30: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if (i < 0 || name[i] != 'p' && name[i] != 'P') return 0; ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ data.c:200:30: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if (i < 0 || name[i] != 'i' && name[i] != 'I') return 0; ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ data.c:202:30: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if (i < 0 || name[i] != 'z' && name[i] != 'Z') return 0; ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ unzip.c:644:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (lSeek!=0) ^ unzip.c:669:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (lSeek!=0) ^ unzip.c: In function 'unzLocateFile': unzip.c:794:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (strlen(szFileName)>=UNZ_MAXFILENAMEINZIP) ^~ unzip.c:797:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' s=(unz_s*)file; ^ unzip.c: In function 'unzlocal_CheckCurrentFileCoherencyHeader': unzip.c:853:5: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (err==UNZ_OK) ^ unzip.c:873:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ((err==UNZ_OK) && (s->cur_file_info.compression_method!=0) && ^~ unzip.c:877:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (unzlocal_getLong(s->file,&uData) != UNZ_OK) /* date/time */ ^~ unzip.c: In function 'unzOpenCurrentFile': unzip.c:938:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (s->pfile_in_zip_read != NULL) ^~ unzip.c:941:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (unzlocal_CheckCurrentFileCoherencyHeader(s,&iSizeVar, ^~ gcc -g -ansi -pedantic -Wall -W -O2 -I /tmp/games/xrick/work/xrick-021212/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c scr_imain.c -o scr_imain.o unzip.c: In function 'unzGetGlobalComment': unzip.c:1296:6: warning: unused variable 'err' [-Wunused-variable] int err=UNZ_OK; ^~~ data.c: In function 'data_file_size': data.c:129:9: warning: 's' may be used uninitialized in this function [-Wmaybe-uninitialized] return s; ^ gcc -g -ansi -pedantic -Wall -W -O2 -I /tmp/games/xrick/work/xrick-021212/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c scr_imap.c -o scr_imap.o gcc -g -ansi -pedantic -Wall -W -O2 -I /tmp/games/xrick/work/xrick-021212/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c scr_gameover.c -o scr_gameover.o scr_gameover.c: In function 'screen_gameover': scr_gameover.c:38:12: warning: unused variable 'chan' [-Wunused-variable] static U8 chan; ^~~~ scr_gameover.c:37:18: warning: unused variable 'snd' [-Wunused-variable] static sound_t *snd; ^~~ At top level: scr_gameover.c:37:18: warning: 'snd' defined but not used [-Wunused-variable] scr_gameover.c:38:12: warning: 'chan' defined but not used [-Wunused-variable] static U8 chan; ^~~~ gcc -g -ansi -pedantic -Wall -W -O2 -I /tmp/games/xrick/work/xrick-021212/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c scr_getname.c -o scr_getname.o gcc -g -ansi -pedantic -Wall -W -O2 -I /tmp/games/xrick/work/xrick-021212/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c dat_picsPC.c -o dat_picsPC.o dat_picsPC.c:23:0: warning: ISO C forbids an empty translation unit [-Wpedantic] /* eof */ gcc -g -ansi -pedantic -Wall -W -O2 -I /tmp/games/xrick/work/xrick-021212/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c dat_picsST.c -o dat_picsST.o gcc -g -ansi -pedantic -Wall -W -O2 -I /tmp/games/xrick/work/xrick-021212/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c dat_screens.c -o dat_screens.o gcc -g -ansi -pedantic -Wall -W -O2 -I /tmp/games/xrick/work/xrick-021212/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c dat_tilesPC.c -o dat_tilesPC.o gcc -g -ansi -pedantic -Wall -W -O2 -I /tmp/games/xrick/work/xrick-021212/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c dat_tilesST.c -o dat_tilesST.o gcc -g -ansi -pedantic -Wall -W -O2 -I /tmp/games/xrick/work/xrick-021212/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c dat_maps.c -o dat_maps.o dat_tilesPC.c:1606:0: warning: ISO C forbids an empty translation unit [-Wpedantic] /* eof */ gcc -g -ansi -pedantic -Wall -W -O2 -I /tmp/games/xrick/work/xrick-021212/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c dat_ents.c -o dat_ents.o gcc -g -ansi -pedantic -Wall -W -O2 -I /tmp/games/xrick/work/xrick-021212/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c dat_spritesST.c -o dat_spritesST.o gcc -g -ansi -pedantic -Wall -W -O2 -I /tmp/games/xrick/work/xrick-021212/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c dat_spritesPC.c -o dat_spritesPC.o gcc -g -ansi -pedantic -Wall -W -O2 -I /tmp/games/xrick/work/xrick-021212/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c ents.c -o ents.o dat_spritesPC.c:14596:0: warning: ISO C forbids an empty translation unit [-Wpedantic] /* eof */ gcc -g -ansi -pedantic -Wall -W -O2 -I /tmp/games/xrick/work/xrick-021212/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c e_bullet.c -o e_bullet.o gcc -g -ansi -pedantic -Wall -W -O2 -I /tmp/games/xrick/work/xrick-021212/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c e_bomb.c -o e_bomb.o gcc -g -ansi -pedantic -Wall -W -O2 -I /tmp/games/xrick/work/xrick-021212/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c e_rick.c -o e_rick.o gcc -g -ansi -pedantic -Wall -W -O2 -I /tmp/games/xrick/work/xrick-021212/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c e_sbonus.c -o e_sbonus.o gcc -g -ansi -pedantic -Wall -W -O2 -I /tmp/games/xrick/work/xrick-021212/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c e_them.c -o e_them.o gcc -g -ansi -pedantic -Wall -W -O2 -I /tmp/games/xrick/work/xrick-021212/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c e_bonus.c -o e_bonus.o gcc -g -ansi -pedantic -Wall -W -O2 -I /tmp/games/xrick/work/xrick-021212/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c e_box.c -o e_box.o gcc -g -ansi -pedantic -Wall -W -O2 -I /tmp/games/xrick/work/xrick-021212/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c rects.c -o rects.o gcc -g -ansi -pedantic -Wall -W -O2 -I /tmp/games/xrick/work/xrick-021212/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c util.c -o util.o gcc -g -ansi -pedantic -Wall -W -O2 -I /tmp/games/xrick/work/xrick-021212/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c game.c -o game.o gcc -g -ansi -pedantic -Wall -W -O2 -I /tmp/games/xrick/work/xrick-021212/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c xrick.c -o xrick.o game.c: In function 'game_setmusic': game.c:186:5: warning: variable 'channel' set but not used [-Wunused-but-set-variable] U8 channel; ^~~~~~~ In file included from game.c:23:0: game.c: In function 'init': /tmp/games/xrick/work/xrick-021212/include/e_rick.h:34:41: warning: overflow in implicit constant conversion [-Woverflow] #define E_RICK_STRST(X) e_rick_state &= ~(X) ^ game.c:572:3: note: in expansion of macro 'E_RICK_STRST' E_RICK_STRST(0xff); ^~~~~~~~~~~~ gcc -g -ansi -pedantic -Wall -W -O2 -I /tmp/games/xrick/work/xrick-021212/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c draw.c -o draw.o gcc -g -ansi -pedantic -Wall -W -O2 -I /tmp/games/xrick/work/xrick-021212/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c maps.c -o maps.o gcc -g -ansi -pedantic -Wall -W -O2 -I /tmp/games/xrick/work/xrick-021212/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c sysvid.c -o sysvid.o sysvid.c: In function 'sysvid_init': sysvid.c:177:12: warning: unused variable 'i' [-Wunused-variable] U32 len, i; ^ sysvid.c:177:7: warning: unused variable 'len' [-Wunused-variable] U32 len, i; ^~~ sysvid.c:176:7: warning: unused variable 'mask' [-Wunused-variable] U8 *mask, tpix; ^~~~ gcc -g -ansi -pedantic -Wall -W -O2 -I /tmp/games/xrick/work/xrick-021212/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c syskbd.c -o syskbd.o gcc -g -ansi -pedantic -Wall -W -O2 -I /tmp/games/xrick/work/xrick-021212/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c control.c -o control.o gcc -g -ansi -pedantic -Wall -W -O2 -I /tmp/games/xrick/work/xrick-021212/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c system.c -o system.o gcc -g -ansi -pedantic -Wall -W -O2 -I /tmp/games/xrick/work/xrick-021212/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c scroller.c -o scroller.o gcc -g -ansi -pedantic -Wall -W -O2 -I /tmp/games/xrick/work/xrick-021212/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c sysevt.c -o sysevt.o gcc -g -ansi -pedantic -Wall -W -O2 -I /tmp/games/xrick/work/xrick-021212/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c sysarg.c -o sysarg.o gcc -g -ansi -pedantic -Wall -W -O2 -I /tmp/games/xrick/work/xrick-021212/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c syssnd.c -o syssnd.o gcc -g -ansi -pedantic -Wall -W -O2 -I /tmp/games/xrick/work/xrick-021212/include -I/usr/pkg/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_THREAD_SAFE -c sysjoy.c -o sysjoy.o sysarg.c: In function 'sysarg_fail': sysarg.c:60:2: warning: string length '1110' is greater than the length '509' ISO C90 compilers are required to support [-Woverlength-strings] printf("xrick [version #%s]: %s\nusage: xrick []\n