=> 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 unzoo-4.4nb1 cd /tmp/archivers/unzoo/work && gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -DSYS_IS_UNIX -DSYS_HAS_MKDIR -o unzoo unzoo.c unzoo.c:946:39: warning: trigraph ??' ignored, use -trigraphs to enable [-Wtrigraphs] fndrInfo.ioFlFndrInfo.fdCreator = '????'; unzoo.c: In function 'MakeDirs': unzoo.c:581:33: warning: implicit declaration of function 'mkdir' [-Wimplicit-function-declaration] #define MAKE_DIRE(patl) mkdir( (patl), 0777L ) ^ unzoo.c:1230:9: note: in expansion of macro 'MAKE_DIRE' MAKE_DIRE( patl ); ^~~~~~~~~ unzoo.c: In function 'ExtrArch': unzoo.c:618:58: warning: implicit declaration of function 'utime' [-Wimplicit-function-declaration] #define SETF_TIME(patl,secs) (Secs[0]=Secs[1]=(secs),!utime((patl),Secs)) ^ unzoo.c:2694:20: note: in expansion of macro 'SETF_TIME' if ( ! SETF_TIME( patl, secs ) ) ^~~~~~~~~ unzoo.c:650:35: warning: implicit declaration of function 'chmod' [-Wimplicit-function-declaration] #define SETF_PERM(patl,mode) (!chmod((patl),(int)(mode))) ^ unzoo.c:2700:20: note: in expansion of macro 'SETF_PERM' if ( ! SETF_PERM( patl, Entry.permis ) ) ^~~~~~~~~ ld: /var/tmp//cc4YpGPm.o: in function `ExtrArch': unzoo.c:(.text+0x302b): warning: warning: reference to compatibility utime(); include to generate correct reference