=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> 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 gnutime-1.7nb1 --- time.o --- --- getopt.o --- --- getopt1.o --- --- error.o --- --- getopt.o --- gcc -c -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DRETSIGTYPE=void -DHAVE_TIMEVAL=1 -DHAVE_VPRINTF=1 -DHAVE_WAIT3=1 -DHAVE_STRERROR=1 -DHAVE_GETPAGESIZE=1 -I. -I. -O2 -fPIC -D_FORTIFY_SOURCE=2 getopt.c --- getopt1.o --- gcc -c -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DRETSIGTYPE=void -DHAVE_TIMEVAL=1 -DHAVE_VPRINTF=1 -DHAVE_WAIT3=1 -DHAVE_STRERROR=1 -DHAVE_GETPAGESIZE=1 -I. -I. -O2 -fPIC -D_FORTIFY_SOURCE=2 getopt1.c --- error.o --- gcc -c -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DRETSIGTYPE=void -DHAVE_TIMEVAL=1 -DHAVE_VPRINTF=1 -DHAVE_WAIT3=1 -DHAVE_STRERROR=1 -DHAVE_GETPAGESIZE=1 -I. -I. -O2 -fPIC -D_FORTIFY_SOURCE=2 error.c --- time.o --- gcc -c -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DRETSIGTYPE=void -DHAVE_TIMEVAL=1 -DHAVE_VPRINTF=1 -DHAVE_WAIT3=1 -DHAVE_STRERROR=1 -DHAVE_GETPAGESIZE=1 -I. -I. -O2 -fPIC -D_FORTIFY_SOURCE=2 time.c --- getopt.o --- In file included from /usr/include/stdio.h:597:0, from getopt.c:42: getopt.c: In function '_getopt_initialize': getopt.c:353:54: warning: implicit declaration of function 'getpid'; did you mean 'getenv'? [-Wimplicit-function-declaration] sprintf (var, "_%d_GNU_nonoption_argv_flags_", getpid ()); ^ getopt.c:358:24: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] nonoption_flags_len = strlen (nonoption_flags); ^~~~~~ getopt.c:358:24: warning: incompatible implicit declaration of built-in function 'strlen' getopt.c:358:24: note: include '' or provide a declaration of 'strlen' getopt.c: In function '_getopt_internal': getopt.c:478:30: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if (optind != argc && !strcmp (argv[optind], "--")) ^~~~~~ getopt.c:554:7: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] if (!strncmp (p->name, nextchar, nameend - nextchar)) ^~~~~~~ getopt.c:556:32: warning: incompatible implicit declaration of built-in function 'strlen' if (nameend - nextchar == strlen (p->name)) ^~~~~~ getopt.c:556:32: note: include '' or provide a declaration of 'strlen' getopt.c:580:16: warning: incompatible implicit declaration of built-in function 'strlen' nextchar += strlen (nextchar); ^~~~~~ getopt.c:580:16: note: include '' or provide a declaration of 'strlen' getopt.c:610:17: warning: incompatible implicit declaration of built-in function 'strlen' nextchar += strlen (nextchar); ^~~~~~ getopt.c:610:17: note: include '' or provide a declaration of 'strlen' getopt.c:626:17: warning: incompatible implicit declaration of built-in function 'strlen' nextchar += strlen (nextchar); ^~~~~~ getopt.c:626:17: note: include '' or provide a declaration of 'strlen' getopt.c:631:16: warning: incompatible implicit declaration of built-in function 'strlen' nextchar += strlen (nextchar); ^~~~~~ getopt.c:631:16: note: include '' or provide a declaration of 'strlen' --- resuse.o --- gcc -c -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DRETSIGTYPE=void -DHAVE_TIMEVAL=1 -DHAVE_VPRINTF=1 -DHAVE_WAIT3=1 -DHAVE_STRERROR=1 -DHAVE_GETPAGESIZE=1 -I. -I. -O2 -fPIC -D_FORTIFY_SOURCE=2 resuse.c --- stamp-v --- rm -f t-version.c echo 'const char *version_string = "'GNU time 1.7'";' > t-version.c if cmp -s version.c t-version.c; then rm t-version.c; else mv t-version.c version.c; fi echo timestamp > stamp-v --- version.o --- gcc -c -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DRETSIGTYPE=void -DHAVE_TIMEVAL=1 -DHAVE_VPRINTF=1 -DHAVE_WAIT3=1 -DHAVE_STRERROR=1 -DHAVE_GETPAGESIZE=1 -I. -I. -O2 -fPIC -D_FORTIFY_SOURCE=2 version.c --- time --- gcc -Wl,-zrelro -Wl,-R/usr/pkg/lib -o time time.o getopt.o getopt1.o error.o resuse.o version.o