=> 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 gp-grape-4.1nb2 make binaries CC=gcc NCOPTS=" -O -DSYS_BSDUNIX=1" UCOPTS=" -O" if test ! -d bin; then mkdir bin; fi if test ! -d bin/powerpc--netbsd-gcc; then mkdir bin/powerpc--netbsd-gcc; fi ( cd nauty20; rm -f *.o; make CC=gcc BINDIR="powerpc--netbsd-gcc" LDFLAGS="" CFLAGS="-O -DSYS_BSDUNIX=1"; rm -f *.o ) gcc -c -O -DSYS_BSDUNIX=1 -DMAXN=0 dreadnaut.c dreadnaut.c:204:1: warning: return type defaults to 'int' [-Wimplicit-int] gcc -c -O -DSYS_BSDUNIX=1 -DMAXN=0 naututil.c gcc -c -O -DSYS_BSDUNIX=1 -DMAXN=0 nautinv.c gcc -o ../bin/powerpc--netbsd-gcc/dreadnaut dreadnaut.o naututil.o nauty.o nautil.o nautinv.o rng.o ld: cannot find nauty.o: No such file or directory ld: cannot find nautil.o: No such file or directory ld: cannot find rng.o: No such file or directory distcc[27636] ERROR: compile (null) on localhost failed *** Error code 1 Stop. make[2]: stopped making "dreadnaut" in /tmp/pkgbuild/math/gp-grape/work/grape/nauty20 ( cd src; make CC=gcc BINDIR="powerpc--netbsd-gcc" LDFLAGS="" CFLAGS="-O" ) gcc -O -o ../bin/powerpc--netbsd-gcc/drcanon4 drcanon4.c drcanon4.c:7:1: warning: return type defaults to 'int' [-Wimplicit-int] 7 | main() | ^~~~ gcc -O -o ../bin/powerpc--netbsd-gcc/drtogap4 drtogap4.c drtogap4.c: In function 'convertperm': drtogap4.c:47:68: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 47 | {fprintf(stderr," *** error interpreting nauty output\n"); exit(0);} | ^~~~ drtogap4.c:2:1: note: include '' or provide a declaration of 'exit' 1 | #include +++ |+#include 2 | #define MAXSTRING 100 drtogap4.c:47:68: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 47 | {fprintf(stderr," *** error interpreting nauty output\n"); exit(0);} | ^~~~ drtogap4.c:47:68: note: include '' or provide a declaration of 'exit' drtogap4.c:57:65: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 57 | {fprintf(stderr," *** error interpreting nauty output\n"); exit(0);} | ^~~~ drtogap4.c:57:65: note: include '' or provide a declaration of 'exit' drtogap4.c: At top level: drtogap4.c:72:1: warning: return type defaults to 'int' [-Wimplicit-int] 72 | main() | ^~~~ drtogap4.c: In function 'main': drtogap4.c:86:62: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 86 | {fprintf(stderr," *** error, MAXBASE too small\n"); exit(0);} | ^~~~ drtogap4.c:86:62: note: include '' or provide a declaration of 'exit' gcc -O -o ../bin/powerpc--netbsd-gcc/gap4todr gap4todr.c gap4todr.c:47:1: warning: return type defaults to 'int' [-Wimplicit-int] 47 | main() | ^~~~