=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/net/gt-itm", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for gt-itm-0pre19961004nb1 --- itm.o --- --- geog.o --- --- itm.o --- gcc -I../include -L../lib -I/opt/pkg/include -c itm.c --- geog.o --- gcc -I../include -L../lib -I/opt/pkg/include -c geog.c --- itm.o --- itm.c: In function 'makegraph': itm.c:208:9: error: implicit declaration of function 'die'; did you mean 'div'? [-Wimplicit-function-declaration] 208 | die(errstr); | ^~~ | div itm.c:270:36: error: implicit declaration of function 'isconnected' [-Wimplicit-function-declaration] 270 | } while (G != NULL && !isconnected(G)); | ^~~~~~~~~~~ itm.c:290:19: error: implicit declaration of function 'save_graph'; did you mean 'makegraph'? [-Wimplicit-function-declaration] 290 | nerrors = save_graph(G, outfilename); | ^~~~~~~~~~ | makegraph itm.c: At top level: itm.c:299:1: error: return type defaults to 'int' [-Wimplicit-int] 299 | main(int argc, char **argv) | ^~~~ *** [itm.o] Error code 1 bmake: stopped making "all" in /home/pbulk/work/net/gt-itm/work/src --- geog.o --- In file included from geog.c:16: ../include/geog.h:44:9: warning: "MAXNAMELEN" redefined 44 | #define MAXNAMELEN 128 | ^~~~~~~~~~ In file included from geog.c:10: /usr/include/sys/param.h:202:9: note: this is the location of the previous definition 202 | #define MAXNAMELEN 256 | ^~~~~~~~~~ geog.c: In function 'randomize': geog.c:75:10: error: type defaults to 'int' in declaration of 'i' [-Wimplicit-int] 75 | register i,indx; | ^ geog.c:75:12: error: type defaults to 'int' in declaration of 'indx' [-Wimplicit-int] 75 | register i,indx; | ^~~~ geog.c: In function 'geo': geog.c:153:10: error: type defaults to 'int' in declaration of 'i' [-Wimplicit-int] 153 | register i,j; | ^ geog.c:153:12: error: type defaults to 'int' in declaration of 'j' [-Wimplicit-int] 153 | register i,j; | ^ geog.c:189:26: error: implicit declaration of function 'alloca' [-Wimplicit-function-declaration] 189 | occ = (u_char *) alloca(nbytes); | ^~~~~~ geog.c:189:26: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] geog.c:238:17: error: implicit declaration of function 'die'; did you mean 'div'? [-Wimplicit-function-declaration] 238 | die("Bad edge method in geo()!"); | ^~~ | div geog.c: In function 'geo_hier': geog.c:359:10: error: type defaults to 'int' in declaration of 'i' [-Wimplicit-int] 359 | register i,k,indx; | ^ geog.c:359:12: error: type defaults to 'int' in declaration of 'k' [-Wimplicit-int] 359 | register i,k,indx; | ^ geog.c:359:14: error: type defaults to 'int' in declaration of 'indx' [-Wimplicit-int] 359 | register i,k,indx; | ^~~~ geog.c:392:30: error: implicit declaration of function 'isconnected' [-Wimplicit-function-declaration] 392 | } while (tG != NULL && !isconnected(tG)); | ^~~~~~~~~~~ geog.c:397:19: error: implicit declaration of function 'fdiam'; did you mean 'fdim'? [-Wimplicit-function-declaration] 397 | maxDiam[0] = fdiam(tG); | ^~~~~ | fdim *** [geog.o] Error code 1 bmake: stopped making "all" in /home/pbulk/work/net/gt-itm/work/src bmake: 2 errors bmake: stopped making "all" in /home/pbulk/work/net/gt-itm/work/src *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/gt-itm *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/gt-itm