=> Bootstrap dependency digest>=20211023: found digest-20220214 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 gt-itm-0pre19961004nb1 --- itm.o --- --- geog.o --- --- ts.o --- --- dfs.o --- --- itm.o --- gcc -I../include -L../lib -I/usr/pkg/include -c itm.c --- geog.o --- gcc -I../include -L../lib -I/usr/pkg/include -c geog.c --- ts.o --- gcc -I../include -L../lib -I/usr/pkg/include -c ts.c --- dfs.o --- gcc -I../include -L../lib -I/usr/pkg/include -c dfs.c --- itm.o --- itm.c: In function 'makegraph': itm.c:208:9: warning: implicit declaration of function 'die'; did you mean 'div'? [-Wimplicit-function-declaration] die(errstr); ^~~ div itm.c:270:29: warning: implicit declaration of function 'isconnected' [-Wimplicit-function-declaration] } while (G != NULL && !isconnected(G)); ^~~~~~~~~~~ itm.c:290:12: warning: implicit declaration of function 'save_graph'; did you mean 'makegraph'? [-Wimplicit-function-declaration] nerrors = save_graph(G, outfilename); ^~~~~~~~~~ makegraph itm.c: At top level: itm.c:299:1: warning: return type defaults to 'int' [-Wimplicit-int] main(int argc, char **argv) ^~~~ --- dfs.o --- dfs.c:23:1: warning: return type defaults to 'int' [-Wimplicit-int] isconnected(Graph *G) ^~~~~~~~~~~ --- geog.o --- geog.c: In function 'randomize': geog.c:75:10: warning: type defaults to 'int' in declaration of 'i' [-Wimplicit-int] register i,indx; ^ geog.c:75:12: warning: type defaults to 'int' in declaration of 'indx' [-Wimplicit-int] register i,indx; ^~~~ geog.c: In function 'geo': geog.c:153:10: warning: type defaults to 'int' in declaration of 'i' [-Wimplicit-int] register i,j; ^ geog.c:153:12: warning: type defaults to 'int' in declaration of 'j' [-Wimplicit-int] register i,j; ^ --- dfs.o --- dfs.c: In function 'isconnected': dfs.c:39:11: warning: implicit declaration of function 'dfs'; did you mean 'ffs'? [-Wimplicit-function-declaration] i = (dfs(G,0,vis)==G->n); ^~~ ffs --- geog.o --- geog.c:179:0: warning: "setbit" redefined #define setbit(v,i) v[(i)/NBBY] |= (1<<((i)%NBBY)) In file included from geog.c:10:0: /usr/include/sys/param.h:401:0: note: this is the location of the previous definition #define setbit(a,i) ((a)[(i)/NBBY] |= 1<<((i)%NBBY)) geog.c:238:3: warning: implicit declaration of function 'die'; did you mean 'div'? [-Wimplicit-function-declaration] die("Bad edge method in geo()!"); ^~~ div geog.c: In function 'geo_hier': geog.c:359:10: warning: type defaults to 'int' in declaration of 'i' [-Wimplicit-int] register i,k,indx; ^ geog.c:359:12: warning: type defaults to 'int' in declaration of 'k' [-Wimplicit-int] register i,k,indx; ^ geog.c:359:14: warning: type defaults to 'int' in declaration of 'indx' [-Wimplicit-int] register i,k,indx; ^~~~ --- ts.o --- ts.c: In function 'fdiam': ts.c:74:10: warning: type defaults to 'int' in declaration of 'i' [-Wimplicit-int] register i,j,k; ^ ts.c:74:12: warning: type defaults to 'int' in declaration of 'j' [-Wimplicit-int] register i,j,k; ^ ts.c:74:14: warning: type defaults to 'int' in declaration of 'k' [-Wimplicit-int] register i,j,k; ^ --- geog.o --- geog.c:392:30: warning: implicit declaration of function 'isconnected' [-Wimplicit-function-declaration] } while (tG != NULL && !isconnected(tG)); ^~~~~~~~~~~ --- ts.o --- ts.c: In function 'die': ts.c:172:1: warning: type of 's' defaults to 'int' [-Wimplicit-int] die(s) ^~~ --- geog.o --- geog.c:397:19: warning: implicit declaration of function 'fdiam'; did you mean 'fdim'? [-Wimplicit-function-declaration] maxDiam[0] = fdiam(tG); ^~~~~ fdim --- ts.o --- ts.c: In function 'copyedges': ts.c:185:10: warning: type defaults to 'int' in declaration of 'i' [-Wimplicit-int] register i, indx; ^ ts.c:185:13: warning: type defaults to 'int' in declaration of 'indx' [-Wimplicit-int] register i, indx; ^~~~ ts.c: In function 'transtub': ts.c:299:14: warning: implicit declaration of function 'isconnected' [-Wimplicit-function-declaration] } while (!isconnected(topG) && ++numtries < 100); ^~~~~~~~~~~ ts.c:309:4: warning: implicit declaration of function 'randomize'; did you mean 'random'? [-Wimplicit-function-declaration] randomize(nnodes,topG->n,transpp->n,RANDMULT*topG->n); ^~~~~~~~~ random ts.c:522:30: warning: implicit declaration of function 'idist' [-Wimplicit-function-declaration] gb_new_edge(dnp->flat,anp, idist(dnp->flat,anp)); ^~~~~ ts.c:580:12: warning: implicit declaration of function 'td_OK' [-Wimplicit-function-declaration] } while (!td_OK(snp,dnp)); ^~~~~ ts.c:601:12: warning: implicit declaration of function 'stubs_OK' [-Wimplicit-function-declaration] } while (!stubs_OK(dnp,ddnp)); ^~~~~~~~ ts.c:618:9: warning: implicit declaration of function 'printparms'; did you mean 'printf_l'? [-Wimplicit-function-declaration] i += printparms(dnodename,toppp); ^~~~~~~~~~ printf_l --- sgb2alt.o --- gcc -I../include -L../lib -I/usr/pkg/include -c sgb2alt.c --- edriver.o --- gcc -I../include -L../lib -I/usr/pkg/include -c edriver.c --- sgb2alt.o --- sgb2alt.c:27:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc,argv) ^~~~ --- edriver.o --- edriver.c:52:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc,argv) ^~~~ edriver.c: In function 'main': edriver.c:85:2: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^~~~ edriver.c:85:2: warning: incompatible implicit declaration of built-in function 'exit' edriver.c:85:2: note: include '' or provide a declaration of 'exit' edriver.c:48:4: warning: incompatible implicit declaration of built-in function 'exit' exit(2);\ ^ edriver.c:105:5: note: in expansion of macro 'OPEN_OUT' OPEN_OUT(evf,"-ev"); ^~~~~~~~ edriver.c:48:4: note: include '' or provide a declaration of 'exit' exit(2);\ ^ edriver.c:105:5: note: in expansion of macro 'OPEN_OUT' OPEN_OUT(evf,"-ev"); ^~~~~~~~ edriver.c:48:4: warning: incompatible implicit declaration of built-in function 'exit' exit(2);\ ^ edriver.c:108:17: note: in expansion of macro 'OPEN_OUT' if (prdist) OPEN_OUT(ddf,"-dd"); ^~~~~~~~ edriver.c:48:4: note: include '' or provide a declaration of 'exit' exit(2);\ ^ edriver.c:108:17: note: in expansion of macro 'OPEN_OUT' if (prdist) OPEN_OUT(ddf,"-dd"); ^~~~~~~~ edriver.c:112:11: warning: implicit declaration of function 'finddegdist' [-Wimplicit-function-declaration] max = finddegdist(g,&ddist); ^~~~~~~~~~~ edriver.c:143:7: warning: implicit declaration of function 'dopaths' [-Wimplicit-function-declaration] dopaths(g,f0,f1,&min,&max,&avg); ^~~~~~~ edriver.c:48:4: warning: incompatible implicit declaration of built-in function 'exit' exit(2);\ ^ edriver.c:147:2: note: in expansion of macro 'OPEN_OUT' OPEN_OUT(pdf,argv[idx]); ^~~~~~~~ edriver.c:48:4: note: include '' or provide a declaration of 'exit' exit(2);\ ^ edriver.c:147:2: note: in expansion of macro 'OPEN_OUT' OPEN_OUT(pdf,argv[idx]); ^~~~~~~~ edriver.c:148:2: warning: implicit declaration of function 'dodepthdist' [-Wimplicit-function-declaration] dodepthdist(g,&ddist); ^~~~~~~~~~~ edriver.c:160:35: warning: implicit declaration of function 'bicomp'; did you mean 'bcmp'? [-Wimplicit-function-declaration] fprintf(evf,"bicomp %d\n",bicomp(g,0)); ^~~~~~ bcmp edriver.c:164:5: warning: incompatible implicit declaration of built-in function 'exit' exit(0); ^~~~ edriver.c:164:5: note: include '' or provide a declaration of 'exit' --- eval.o --- gcc -I../include -L../lib -I/usr/pkg/include -c eval.c --- sgb2alt --- gcc -I../include -L../lib -o ../bin/sgb2alt sgb2alt.o -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lm -lgb --- itm --- gcc -I../include -L../lib -o ../bin/itm itm.o geog.o ts.o dfs.o -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lm -lgb --- edriver --- gcc -I../include -L../lib -o ../bin/edriver edriver.o eval.o -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lm -lgb