=> 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 regionset-0.1 --- regionset --- gcc -Wall -o regionset regionset.c dvd_udf.c dvd_udf.c: In function 'UDFEntity': dvd_udf.c:257:22: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness [-Wpointer-sign] strncpy(Identifier, &data[1], 5); ^ In file included from dvd_udf.c:33: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); ^~~~~~~ dvd_udf.c: In function 'UDFLogVolume': dvd_udf.c:329:20: warning: variable 'N_PM' set but not used [-Wunused-but-set-variable] u32 lbsize, MT_L, N_PM; ^~~~ dvd_udf.c:329:14: warning: variable 'MT_L' set but not used [-Wunused-but-set-variable] u32 lbsize, MT_L, N_PM; ^~~~