+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/gp-grape-4.1nb2/work.log + su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/gp-grape-4.1nb2/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for gp-grape-4.1nb2 --- bsd-gcc --- make binaries CC=gcc NCOPTS=" -O -DSYS_BSDUNIX=1" UCOPTS=" -O" --- binaries --- if test ! -d bin; then mkdir bin; fi if test ! -d bin/x86_64-sun-solaris2.11-gcc; then mkdir bin/x86_64-sun-solaris2.11-gcc; fi ( cd nauty20; rm -f *.o; make CC=gcc BINDIR="x86_64-sun-solaris2.11-gcc" LDFLAGS="" CFLAGS="-O -DSYS_BSDUNIX=1"; rm -f *.o ) --- dreadnaut.o --- --- naututil.o --- --- nauty.o --- --- dreadnaut.o --- gcc -c -O -DSYS_BSDUNIX=1 -DMAXN=0 dreadnaut.c --- nauty.o --- gcc -c -O -DSYS_BSDUNIX=1 -DMAXN=0 nauty.c --- naututil.o --- gcc -c -O -DSYS_BSDUNIX=1 -DMAXN=0 naututil.c --- dreadnaut.o --- dreadnaut.c:204:1: warning: return type defaults to 'int' [-Wimplicit-int] 204 | main() | ^~~~ --- nautil.o --- gcc -c -O -DSYS_BSDUNIX=1 -DMAXN=0 nautil.c --- nautinv.o --- gcc -c -O -DSYS_BSDUNIX=1 -DMAXN=0 nautinv.c --- rng.o --- gcc -c -O -DSYS_BSDUNIX=1 rng.c --- dreadnaut --- gcc -o ../bin/x86_64-sun-solaris2.11-gcc/dreadnaut dreadnaut.o naututil.o nauty.o nautil.o nautinv.o rng.o ( cd src; make CC=gcc BINDIR="x86_64-sun-solaris2.11-gcc" LDFLAGS="" CFLAGS="-O" ) --- all --- gcc -O -o ../bin/x86_64-sun-solaris2.11-gcc/drcanon4 drcanon4.c drcanon4.c:7:1: warning: return type defaults to 'int' [-Wimplicit-int] 7 | main() | ^~~~ gcc -O -o ../bin/x86_64-sun-solaris2.11-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 '<stdlib.h>' or provide a declaration of 'exit' 1 | #include <stdio.h> +++ |+#include <stdlib.h> 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 '<stdlib.h>' 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 '<stdlib.h>' 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 '<stdlib.h>' or provide a declaration of 'exit' gcc -O -o ../bin/x86_64-sun-solaris2.11-gcc/gap4todr gap4todr.c gap4todr.c:47:1: warning: return type defaults to 'int' [-Wimplicit-int] 47 | main() | ^~~~