=> 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 netpipes-4.2 --- faucet.o --- --- common.o --- --- version.o --- --- hose.o --- --- common.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -c common.c --- hose.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -c hose.c --- version.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -c version.c --- faucet.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -c faucet.c --- memmove.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -c memmove.c --- sockdown.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -c sockdown.c --- getpeername.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -c getpeername.c --- timelimit.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -c timelimit.c timelimit.c: In function 'main': timelimit.c:97:9: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if (0==strcmp(argv[1], "-v")) { ^~~~~~ timelimit.c:118:12: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] ch = ch + strlen(ch)-1; ^~~~~~ timelimit.c:118:12: warning: incompatible implicit declaration of built-in function 'strlen' timelimit.c:118:12: note: include '' or provide a declaration of 'strlen' timelimit.c:151:58: warning: implicit declaration of function 'strerror'; did you mean 'si_error'? [-Wimplicit-function-declaration] fprintf(stderr, "%s: unable to fork (%s).\n", progname, strerror(errno)); ^~~~~~~~ si_error --- encapsulate.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -c encapsulate.c --- sockdown --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -o sockdown sockdown.o version.o --- faucet --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -o faucet faucet.o common.o version.o --- getpeername --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -o getpeername getpeername.o version.o --- hose --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -o hose hose.o common.o version.o memmove.o --- timelimit --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -o timelimit timelimit.o version.o --- encapsulate --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -o encapsulate encapsulate.o common.o version.o memmove.o cd /tmp/net/netpipes/work && /usr/bin/tbl faucet.1 > faucet.1.new && mv -f -f faucet.1.new faucet.1 cd /tmp/net/netpipes/work && /usr/bin/tbl hose.1 > hose.1.new && mv -f -f hose.1.new hose.1