=> Bootstrap dependency digest>=20010302: found digest-20210928 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 dync-1.1nb2 --- dync.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I. -I. -I/usr/pkg/include -DCC_CMD=\"/tmp/misc/dync/work/.cwrapper/bin/cc\" -DLDCONFIG_CMD=\"true\" -DLD_CMD=\"/tmp/misc/dync/work/.cwrapper/bin/ld\" -DGREP_CMD=\"/usr/bin/grep\" -DFILE_CMD=\"/usr/bin/file\" -c dync.c --- dync --- gcc dync.o -o dync --- tst --- No news is good news... 1. Testing simple getpwnam(3) tests/1.c: In function '__newmain': tests/1.c:43:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^~~~ tests/1.c:43:3: warning: incompatible implicit declaration of built-in function 'exit' tests/1.c:43:3: note: include '' or provide a declaration of 'exit' tests/1.c:47:3: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ tests/1.c:47:3: note: include '' or provide a declaration of 'exit' tests/1.c:50:2: warning: incompatible implicit declaration of built-in function 'exit' exit(0); ^~~~ tests/1.c:50:2: note: include '' or provide a declaration of 'exit' ld: warning: -z ,relro ignored ld: warning: -z ,now ignored 2. Testing stat(2) 3. Testing program as argument /tmp/tempdync.291187.c: In function '__newmain': /tmp/tempdync.291187.c:1:14: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration] int main() { printf("Hello world\n"); exit(0); } ^~~~~~ /tmp/tempdync.291187.c:1:14: warning: incompatible implicit declaration of built-in function 'printf' /tmp/tempdync.291187.c:1:14: note: include '' or provide a declaration of 'printf' /tmp/tempdync.291187.c:1:39: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] int main() { printf("Hello world\n"); exit(0); } ^~~~ /tmp/tempdync.291187.c:1:39: warning: incompatible implicit declaration of built-in function 'exit' /tmp/tempdync.291187.c:1:39: note: include '' or provide a declaration of 'exit' ld: warning: -z ,relro ignored ld: warning: -z ,now ignored 4. More programs-on-the-fly /tmp/tempdync.291187.c: In function '__newmain': /tmp/tempdync.291187.c:1:14: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration] int main() { printf("Hello world\n"); return 0; } ^~~~~~ /tmp/tempdync.291187.c:1:14: warning: incompatible implicit declaration of built-in function 'printf' /tmp/tempdync.291187.c:1:14: note: include '' or provide a declaration of 'printf' ld: warning: -z ,relro ignored ld: warning: -z ,now ignored Error conditions - ignore any errors from make E1. No program Cleaning up temporary files Testing done.