=> Bootstrap dependency digest>=20010302: found digest-20160304 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for DatLib-2.36 mkdir obj mkdir obj/drv mkdir obj/hash mkdir obj/mame mkdir obj/mame/msdos mkdir obj/misc Compiling obj/datlib.o... Compiling obj/driver.o... src/datlib.c: In function 'output_rom_details': src/datlib.c:170:3: warning: pointer targets in passing argument 2 of 'crc32' differ in signedness [-Wpointer-sign] crc=crc32(crc, mem, mem_size); ^ In file included from src/datlib.c:22:0: /usr/include/zlib.h:1288:23: note: expected 'const Bytef *' but argument is of type 'char *' ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len)); ^ src/datlib.c:171:3: warning: pointer targets in passing argument 2 of 'md5_update' differ in signedness [-Wpointer-sign] md5_update(&md5ctx, mem, mem_size); ^ In file included from src/datlib.c:45:0: src/hash/md5.h:21:6: note: expected 'unsigned char *' but argument is of type 'char *' void md5_update( md5_context *ctx, uint8 *input, uint32 length ); ^ src/datlib.c:172:3: warning: pointer targets in passing argument 2 of 'sha1_update' differ in signedness [-Wpointer-sign] sha1_update(&sha1ctx, mem, mem_size); ^ In file included from src/datlib.c:46:0: src/hash/sha1.h:21:6: note: expected 'unsigned char *' but argument is of type 'char *' void sha1_update( sha1_context *ctx, uint8 *input, uint32 length ); ^ src/datlib.c: In function 'dir_scan': src/datlib.c:272:6: warning: array subscript has type 'char' [-Wchar-subscripts] LOWER(strrchr(st, '.')) ^ src/datlib.c: In function 'allocate_dat_memory': src/datlib.c:919:6: warning: variable 'game_type' set but not used [-Wunused-but-set-variable] int game_type=0; ^ src/datlib.c: In function 'store_tokenized_dat': src/datlib.c:1631:7: warning: pointer targets in passing argument 2 of 'crc32' differ in signedness [-Wpointer-sign] curr_disk->crc=crc32(curr_disk->crc, curr_disk->md5, strlen(curr_disk->md5)); ^ In file included from src/datlib.c:22:0: /usr/include/zlib.h:1288:23: note: expected 'const Bytef *' but argument is of type 'char *' ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len)); ^ src/datlib.c:1641:7: warning: pointer targets in passing argument 2 of 'crc32' differ in signedness [-Wpointer-sign] curr_disk->crc=crc32(curr_disk->crc, curr_disk->sha1, strlen(curr_disk->sha1)); ^ In file included from src/datlib.c:22:0: /usr/include/zlib.h:1288:23: note: expected 'const Bytef *' but argument is of type 'char *' ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len)); ^ src/datlib.c:2518:5: warning: array subscript has type 'char' [-Wchar-subscripts] if (isdigit(dat->header.version[i])) ^ src/datlib.c: In function 'lower_case': src/datlib.c:2661:3: warning: array subscript has type 'char' [-Wchar-subscripts] LOWER(TOKEN); ^ src/datlib.c:2671:4: warning: array subscript has type 'char' [-Wchar-subscripts] LOWER(TOKEN); ^ src/datlib.c:2682:4: warning: array subscript has type 'char' [-Wchar-subscripts] LOWER(TOKEN); ^ src/datlib.c:2693:4: warning: array subscript has type 'char' [-Wchar-subscripts] LOWER(TOKEN); ^ src/datlib.c:2704:4: warning: array subscript has type 'char' [-Wchar-subscripts] LOWER(TOKEN); ^ src/datlib.c:2714:5: warning: array subscript has type 'char' [-Wchar-subscripts] LOWER(TOKEN); ^ src/datlib.c:2726:4: warning: array subscript has type 'char' [-Wchar-subscripts] LOWER(TOKEN); ^ src/datlib.c:2736:5: warning: array subscript has type 'char' [-Wchar-subscripts] LOWER(TOKEN); ^ src/datlib.c:2748:4: warning: array subscript has type 'char' [-Wchar-subscripts] LOWER(TOKEN); ^ src/datlib.c: In function 'report_warnings': src/datlib.c:5319:8: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'long long unsigned int' [-Wformat=] fprintf(dat->log_file, " ROM %s - Size Conflict (%"PRIu64")\n", curr_rom->name, (unsigned long long)curr_rom->size); ^ src/datlib.c:5319:8: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'long long unsigned int' [-Wformat=] src/datlib.c:5347:8: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'long long unsigned int' [-Wformat=] fprintf(dat->log_file, " Disk %s - Size Conflict (%"PRIu64")\n", curr_disk->name, (unsigned long long)curr_disk->size); ^ src/datlib.c:5347:8: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'long long unsigned int' [-Wformat=] Compiling obj/token.o... Compiling obj/misc/getopt.o... Compiling obj/hash/md5.o... Assembler messages: Fatal error: can't create obj/hash/md5.o: No such file or directory makefile:81: recipe for target 'obj/hash/md5.o' failed gmake: *** [obj/hash/md5.o] Error 1 gmake: *** Waiting for unfinished jobs.... *** Error code 2 Stop. make[1]: stopped in /data/pkgsrc-current/emulators/DatLib *** Error code 1 Stop. make: stopped in /data/pkgsrc-current/emulators/DatLib