=> Bootstrap dependency digest>=20010302: found digest-20210928 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 CRWInfo-0.2 --- all --- gcc -o crwinfo -W -Wall -g crwinfo.c crwinfo.c: In function 'read_info': crwinfo.c:581:12: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness [-Wpointer-sign] buffer+properties[i].offset, ^~~~~~ In file included from crwinfo.c:3:0: /usr/include/string.h:64:7: note: expected 'const char * restrict' but argument is of type 'unsigned char *' char *strncpy(char * __restrict, const char * __restrict, size_t); ^~~~~~~ crwinfo.c: In function 'read_information_from_crw': crwinfo.c:611:11: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] buffer = (char*)malloc( sizeof(char) * (info_block_end - info_block_start)); ^