=> 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 extipl-5.04nb2 gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -o bin2src bin2src.c nasm -f bin -o antares.bin -l antares.lst antares.asm nasm -dFDTEST -f bin -o antaresA.bin -l antaresA.lst antares.asm nasm -f bin -o altair.bin -l altair.lst altair.asm nasm -dFDTEST -f bin -o altairA.bin -l altairA.lst altair.asm ./takevers.sh > version.inc nasm -dTAURUS -f bin -o aldebaran.bin -l aldebaran.lst pollux.asm nasm -dWRTBL_ENABLE -dVERBOSE -dHOOKUP13 -f bin -o pollux.bin -l pollux.lst pollux.asm nasm -dWRTBL_ENABLE -dVERBOSE -dHOOKUP13 -DFDTEST -f bin -o polluxA.bin -l polluxA.lst pollux.asm bin2src.c:27:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc, argv) ^~~~ bin2src.c: In function 'main': bin2src.c:98:2: warning: implicit declaration of function 'unlink' [-Wimplicit-function-declaration] unlink(outfile); ^~~~~~ bin2src.c: In function 'bin2src': bin2src.c:122:11: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration] if ((n = read(fd, buf, n)) < 0) return(-1); ^~~~ fread bin2src.c:132:5: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] close(fd); ^~~~~ pclose nasm -dWRTBL_ENABLE -dVERBOSE -dHOOKUP13 -f bin -o castor0.bin -l castor.lst castor.asm dd if=castor0.bin of=castor.bin bs=512 skip=1 2>/dev/null ./bin2src -o extndipl.src extndipl.templ gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -o extipl extipl.c extipl.c:132:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc, argv) ^~~~ extipl.c: In function 'restore': extipl.c:664:10: warning: implicit declaration of function 'tolower' [-Wimplicit-function-declaration] ch = tolower(*ask("\n Restore(c/t/a)?")); ^~~~~~~ extipl.c: In function 'get_bootable': extipl.c:898:6: warning: implicit declaration of function 'isdigit' [-Wimplicit-function-declaration] if (isdigit(*s)) { ^~~~~~~ extipl.c: In function 'ask': extipl.c:1093:17: warning: implicit declaration of function 'isspace' [-Wimplicit-function-declaration] while(*p && isspace(*p)) p++; ^~~~~~~