------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The metis4 port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- x===> NOTICE: The metis4 port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> Fetching all distfiles required by metis4-4.0.3_1 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- x===> NOTICE: The metis4 port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> Fetching all distfiles required by metis4-4.0.3_1 for building => SHA256 Checksum OK for metis-4.0.3.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- x===> NOTICE: The metis4 port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> Fetching all distfiles required by metis4-4.0.3_1 for building ===> Extracting for metis4-4.0.3_1 => SHA256 Checksum OK for metis-4.0.3.tar.gz. Extracted Memory Use: 2.12M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- x===> Patching for metis4-4.0.3_1 ===> Applying ports patches for metis4-4.0.3_1 /bin/cp -R /construction/math/metis4/metis-4.0.3 /construction/math/metis4/metis-4.0.3_SHARED SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- x===> Configuring for metis4-4.0.3_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- x===> Building for metis4-4.0.3_1 --- default --- (cd Lib ; make ) --- coarsen.o --- --- fm.o --- --- initpart.o --- --- match.o --- --- ccgraph.o --- --- memory.o --- --- pmetis.o --- --- pqueue.o --- --- refine.o --- --- util.o --- --- coarsen.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c coarsen.c --- fm.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c fm.c --- initpart.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c initpart.c --- match.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c match.c --- ccgraph.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c ccgraph.c --- memory.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c memory.c --- pmetis.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c pmetis.c --- pqueue.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c pqueue.c --- refine.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c refine.c --- util.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c util.c --- pmetis.o --- In file included from ./metis.h:35, from pmetis.c:16: pmetis.c: In function '__MlevelRecursiveBisection': ./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ pmetis.c:138:3: note: in expansion of macro 'GKfree' GKfree(&graph->gdata, &graph->rdata, &graph->label, LTERM); ^~~~~~ --- memory.o --- In file included from ./metis.h:35, from memory.c:15: memory.c: In function '__FreeWorkSpace': ./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ memory.c:89:3: note: in expansion of macro 'GKfree' GKfree(&ctrl->wspace.edegrees, &ctrl->wspace.vedegrees, &ctrl->wspace.core, &ctrl->wspace.pmat, LTERM); ^~~~~~ --- pqueue.o --- In file included from ./metis.h:35, from pqueue.c:17: pqueue.c: In function '__PQueueFree': ./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ pqueue.c:110:7: note: in expansion of macro 'GKfree' GKfree(&queue->nodes, &queue->buckets, LTERM); ^~~~~~ --- initpart.o --- In file included from ./metis.h:35, from initpart.c:16: initpart.c: In function '__GrowBisection': ./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ initpart.c:199:3: note: in expansion of macro 'GKfree' GKfree(&bestwhere, &queue, &touched, LTERM); ^~~~~~ --- timing.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c timing.c --- debug.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c debug.c --- bucketsort.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c bucketsort.c --- graph.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c graph.c --- stat.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c stat.c --- kmetis.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c kmetis.c --- kwayrefine.o --- --- kwayfm.o --- --- kwayrefine.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c kwayrefine.c --- kwayfm.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c kwayfm.c --- balance.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c balance.c --- ometis.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c ometis.c --- srefine.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c srefine.c --- stat.o --- In file included from ./metis.h:35, from stat.c:15: stat.c: In function '__ComputePartitionInfo': ./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ stat.c:123:3: note: in expansion of macro 'GKfree' GKfree(&kpwgts, &padjncy, &padjwgt, &padjcut, LTERM); ^~~~~~ --- kmetis.o --- In file included from ./metis.h:35, from kmetis.c:16: kmetis.c: In function '__MlevelKWayPartitioning': ./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ kmetis.c:124:3: note: in expansion of macro 'GKfree' GKfree(&graph->gdata, &graph->rdata, LTERM); ^~~~~~ --- sfm.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c sfm.c --- kwayrefine.o --- In file included from ./metis.h:35, from kwayrefine.c:14: kwayrefine.c: In function '__RefineKWay': ./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ kwayrefine.c:74:5: note: in expansion of macro 'GKfree' GKfree(&graph->gdata, LTERM); /* Deallocate the graph related arrays */ ^~~~~~ --- graph.o --- In file included from ./metis.h:35, from graph.c:16: graph.c: In function '__IsConnectedSubdomain': ./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ graph.c:445:3: note: in expansion of macro 'GKfree' GKfree(&touched, &queue, &cptr, LTERM); ^~~~~~ --- ometis.o --- In file included from ./metis.h:35, from ometis.c:16: ometis.c: In function 'METIS_NodeND': ./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ ometis.c:138:7: note: in expansion of macro 'GKfree' GKfree(&cptr, &cind, LTERM); ^~~~~~ --- separator.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c separator.c --- mincover.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c mincover.c --- separator.o --- In file included from ./metis.h:35, from separator.c:15: separator.c: In function '__ConstructSeparator': ./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ separator.c:40:3: note: in expansion of macro 'GKfree' GKfree(&graph->rdata, LTERM); ^~~~~~ --- mincover.o --- In file included from ./metis.h:35, from mincover.c:14: mincover.c: In function '__MinCover': ./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ mincover.c:118:3: note: in expansion of macro 'GKfree' GKfree(&mate, &flag, &level, &queue, &lst, LTERM); ^~~~~~ --- mmd.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c mmd.c --- mesh.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c mesh.c --- meshpart.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c meshpart.c In file included from ./metis.h:35, from meshpart.c:15: meshpart.c: In function 'METIS_PartMeshNodal': ./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ meshpart.c:101:3: note: in expansion of macro 'GKfree' GKfree(&xadj, &adjncy, &pwgts, LTERM); ^~~~~~ --- frename.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c frename.c --- fortran.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c fortran.c --- myqsort.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c myqsort.c --- compress.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c compress.c --- parmetis.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c parmetis.c --- estmem.o --- --- mpmetis.o --- --- estmem.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c estmem.c --- compress.o --- In file included from ./metis.h:35, from compress.c:15: compress.c: In function '__CompressGraph': --- mpmetis.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c mpmetis.c --- compress.o --- ./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ compress.c:151:3: note: in expansion of macro 'GKfree' GKfree(&keys, &map, &mark, LTERM); ^~~~~~ --- parmetis.o --- In file included from ./metis.h:35, from parmetis.c:15: parmetis.c: In function 'METIS_NodeNDP': ./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ parmetis.c:143:7: note: in expansion of macro 'GKfree' GKfree(&cptr, &cind, LTERM); ^~~~~~ --- estmem.o --- In file included from ./metis.h:35, from estmem.c:16: estmem.c: In function '__EstimateCFraction': ./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ estmem.c:102:3: note: in expansion of macro 'GKfree' GKfree(&cmap, &match, &perm, LTERM); ^~~~~~ --- mpmetis.o --- In file included from ./metis.h:35, from mpmetis.c:16: mpmetis.c: In function 'METIS_mCHPartGraphRecursive': ./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ mpmetis.c:125:3: note: in expansion of macro 'GKfree' GKfree(&myubvec, LTERM); ^~~~~~ --- mcoarsen.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c mcoarsen.c --- mmatch.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c mmatch.c --- minitpart.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c minitpart.c --- mbalance.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c mbalance.c --- minitpart.o --- In file included from ./metis.h:35, from minitpart.c:16: minitpart.c: In function '__MocGrowBisection': ./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ minitpart.c:95:3: note: in expansion of macro 'GKfree' GKfree(&bestwhere, LTERM); ^~~~~~ minitpart.c: In function '__MocInit2WayBalance': minitpart.c:248:17: warning: implicit declaration of function 'SelectQueueOneWay'; did you mean 'SelectQueueOneWay2'? [-Wimplicit-function-declaration] if ((cnum = SelectQueueOneWay(ncon, npwgts, tpwgts, from, parts)) == -1) ^~~~~~~~~~~~~~~~~ SelectQueueOneWay2 --- mrefine.o --- --- mutil.o --- --- mfm.o --- --- mutil.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c mutil.c --- mfm.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c mfm.c --- mrefine.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c mrefine.c --- mkmetis.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c mkmetis.c --- mkwayrefine.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c mkwayrefine.c --- mkmetis.o --- In file included from ./metis.h:35, from mkmetis.c:16: mkmetis.c: In function '__MCMlevelKWayPartitioning': ./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ mkmetis.c:118:3: note: in expansion of macro 'GKfree' GKfree(&graph->nvwgt, &graph->npwgts, &graph->gdata, &graph->rdata, LTERM); ^~~~~~ --- mkwayfmh.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c mkwayfmh.c --- mrefine2.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c mrefine2.c --- minitpart2.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c minitpart2.c --- mbalance2.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c mbalance2.c --- minitpart2.o --- In file included from ./metis.h:35, from minitpart2.c:16: minitpart2.c: In function '__MocGrowBisection2': ./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ minitpart2.c:95:3: note: in expansion of macro 'GKfree' GKfree(&bestwhere, LTERM); ^~~~~~ --- mfm2.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c mfm2.c --- kvmetis.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c kvmetis.c --- kwayvolrefine.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c kwayvolrefine.c --- kwayvolfm.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c kwayvolfm.c --- kvmetis.o --- In file included from ./metis.h:35, from kvmetis.c:16: kvmetis.c: In function '__MlevelVolKWayPartitioning': ./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ kvmetis.c:125:3: note: in expansion of macro 'GKfree' GKfree(&graph->gdata, &graph->rdata, LTERM); ^~~~~~ --- subdomains.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c subdomains.c --- kwayvolrefine.o --- In file included from ./metis.h:35, from kwayvolrefine.c:14: kwayvolrefine.c: In function '__RefineVolKWay': ./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ kwayvolrefine.c:74:5: note: in expansion of macro 'GKfree' GKfree(&graph->gdata, LTERM); /* Deallocate the graph related arrays */ ^~~~~~ --- kwayvolfm.o --- In file included from ./metis.h:35, from kwayvolfm.c:13: kwayvolfm.c: In function '__Random_KWayVolRefine': ./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ kwayvolfm.c:151:3: note: in expansion of macro 'GKfree' GKfree(&marker, &updind, &phtable, LTERM); ^~~~~~ --- subdomains.o --- In file included from ./metis.h:35, from subdomains.c:16: subdomains.c: In function '__EliminateSubDomainEdges': ./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ subdomains.c:885:3: note: in expansion of macro 'GKfree' GKfree(&cand, &cand2, LTERM); ^~~~~~ --- ../libmetis.a --- ar rl ../libmetis.a coarsen.o fm.o initpart.o match.o ccgraph.o memory.o pmetis.o pqueue.o refine.o util.o timing.o debug.o bucketsort.o graph.o stat.o kmetis.o kwayrefine.o kwayfm.o balance.o ometis.o srefine.o sfm.o separator.o mincover.o mmd.o mesh.o meshpart.o frename.o fortran.o myqsort.o compress.o parmetis.o estmem.o mpmetis.o mcoarsen.o mmatch.o minitpart.o mbalance.o mrefine.o mutil.o mfm.o mkmetis.o mkwayrefine.o mkwayfmh.o mrefine2.o minitpart2.o mbalance2.o mfm2.o kvmetis.o kwayvolrefine.o kwayvolfm.o subdomains.o /usr/libexec/binutils227/elf/ar: creating ../libmetis.a ranlib ../libmetis.a (cd Programs ; make ) --- pmetis.o --- --- io.o --- --- kmetis.o --- --- oemetis.o --- --- smbfactor.o --- --- onmetis.o --- --- mesh2dual.o --- --- mesh2nodal.o --- --- partdmesh.o --- --- partnmesh.o --- --- io.o --- cc -pipe -O2 -fno-strict-aliasing -I../Lib -c io.c --- kmetis.o --- cc -pipe -O2 -fno-strict-aliasing -I../Lib -c kmetis.c --- oemetis.o --- cc -pipe -O2 -fno-strict-aliasing -I../Lib -c oemetis.c --- smbfactor.o --- cc -pipe -O2 -fno-strict-aliasing -I../Lib -c smbfactor.c --- onmetis.o --- cc -pipe -O2 -fno-strict-aliasing -I../Lib -c onmetis.c --- pmetis.o --- cc -pipe -O2 -fno-strict-aliasing -I../Lib -c pmetis.c --- mesh2dual.o --- cc -pipe -O2 -fno-strict-aliasing -I../Lib -c mesh2dual.c --- mesh2nodal.o --- cc -pipe -O2 -fno-strict-aliasing -I../Lib -c mesh2nodal.c --- partdmesh.o --- cc -pipe -O2 -fno-strict-aliasing -I../Lib -c partdmesh.c --- partnmesh.o --- cc -pipe -O2 -fno-strict-aliasing -I../Lib -c partnmesh.c --- onmetis.o --- onmetis.c:22:1: warning: return type defaults to 'int' [-Wimplicit-int] main(int argc, char *argv[]) ^~~~ In file included from ../Lib/metis.h:35, from onmetis.c:15: onmetis.c: In function 'main': ../Lib/rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ onmetis.c:58:3: note: in expansion of macro 'GKfree' GKfree(&graph.vwgt, &graph.adjwgt, LTERM); ^~~~~~ --- kmetis.o --- kmetis.c:22:1: warning: return type defaults to 'int' [-Wimplicit-int] main(int argc, char *argv[]) ^~~~ --- pmetis.o --- pmetis.c:22:1: warning: return type defaults to 'int' [-Wimplicit-int] main(int argc, char *argv[]) ^~~~ --- partnmesh.o --- partnmesh.c:23:1: warning: return type defaults to 'int' [-Wimplicit-int] main(int argc, char *argv[]) ^~~~ --- partdmesh.o --- partdmesh.c:23:1: warning: return type defaults to 'int' [-Wimplicit-int] main(int argc, char *argv[]) ^~~~ --- kmetis.o --- In file included from ../Lib/metis.h:35, from kmetis.c:15: kmetis.c: In function 'main': --- pmetis.o --- In file included from ../Lib/metis.h:35, from pmetis.c:15: pmetis.c: In function 'main': --- kmetis.o --- ../Lib/rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ kmetis.c:102:3: note: in expansion of macro 'GKfree' GKfree(&graph.xadj, &graph.adjncy, &graph.vwgt, &graph.adjwgt, &part, LTERM); ^~~~~~ --- mesh2nodal.o --- mesh2nodal.c:23:1: warning: return type defaults to 'int' [-Wimplicit-int] main(int argc, char *argv[]) ^~~~ --- partnmesh.o --- In file included from ../Lib/metis.h:35, from partnmesh.c:16: partnmesh.c: In function 'main': --- pmetis.o --- ../Lib/rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ pmetis.c:102:3: note: in expansion of macro 'GKfree' GKfree(&graph.xadj, &graph.adjncy, &graph.vwgt, &graph.adjwgt, &part, LTERM); ^~~~~~ --- partnmesh.o --- ../Lib/rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ partnmesh.c:89:3: note: in expansion of macro 'GKfree' GKfree(&elmnts, &epart, &npart, LTERM); ^~~~~~ --- partdmesh.o --- In file included from ../Lib/metis.h:35, from partdmesh.c:16: partdmesh.c: In function 'main': ../Lib/rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ partdmesh.c:89:3: note: in expansion of macro 'GKfree' GKfree(&elmnts, &epart, &npart, LTERM); ^~~~~~ --- mesh2nodal.o --- In file included from ../Lib/metis.h:35, from mesh2nodal.c:16: mesh2nodal.c: In function 'main': ../Lib/rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ mesh2nodal.c:68:3: note: in expansion of macro 'GKfree' GKfree(&elmnts, &xadj, &adjncy, LTERM); ^~~~~~ --- smbfactor.o --- In file included from ../Lib/metis.h:35, from smbfactor.c:15: smbfactor.c: In function 'ComputeFillIn': ../Lib/rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ smbfactor.c:80:3: note: in expansion of macro 'GKfree' GKfree(&perm, &xlnz, &xnzsub, &nzsub, LTERM); ^~~~~~ --- oemetis.o --- oemetis.c:22:1: warning: return type defaults to 'int' [-Wimplicit-int] main(int argc, char *argv[]) ^~~~ In file included from ../Lib/metis.h:35, from oemetis.c:15: oemetis.c: In function 'main': ../Lib/rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ oemetis.c:58:3: note: in expansion of macro 'GKfree' GKfree(&graph.vwgt, &graph.adjwgt, LTERM); ^~~~~~ --- mesh2dual.o --- mesh2dual.c:23:1: warning: return type defaults to 'int' [-Wimplicit-int] main(int argc, char *argv[]) ^~~~ In file included from ../Lib/metis.h:35, from mesh2dual.c:16: mesh2dual.c: In function 'main': ../Lib/rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ mesh2dual.c:68:3: note: in expansion of macro 'GKfree' GKfree(&elmnts, &xadj, &adjncy, LTERM); ^~~~~~ --- graphchk.o --- cc -pipe -O2 -fno-strict-aliasing -I../Lib -c graphchk.c graphchk.c:22:1: warning: return type defaults to 'int' [-Wimplicit-int] main(int argc, char *argv[]) ^~~~ In file included from ../Lib/metis.h:35, from graphchk.c:15: graphchk.c: In function 'main': ../Lib/rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ graphchk.c:55:3: note: in expansion of macro 'GKfree' GKfree(&graph.xadj, &graph.adjncy, &graph.vwgt, &graph.adjwgt, LTERM); ^~~~~~ --- ../pmetis --- --- ../kmetis --- --- ../oemetis --- --- ../onmetis --- --- ../mesh2dual --- --- ../mesh2nodal --- --- ../partdmesh --- --- ../partnmesh --- --- ../graphchk --- --- ../oemetis --- cc -L. -L.. -o ../oemetis oemetis.o io.o smbfactor.o -lmetis -lm --- ../onmetis --- cc -L. -L.. -o ../onmetis onmetis.o io.o smbfactor.o -lmetis -lm --- ../mesh2dual --- cc -L. -L.. -o ../mesh2dual mesh2dual.o io.o -lmetis -lm --- ../mesh2nodal --- cc -L. -L.. -o ../mesh2nodal mesh2nodal.o io.o -lmetis -lm --- ../pmetis --- cc -L. -L.. -o ../pmetis pmetis.o io.o -lmetis -lm --- ../partdmesh --- cc -L. -L.. -o ../partdmesh partdmesh.o io.o -lmetis -lm --- ../graphchk --- cc -L. -L.. -o ../graphchk graphchk.o io.o -lmetis -lm --- ../kmetis --- cc -L. -L.. -o ../kmetis kmetis.o io.o -lmetis -lm --- ../partnmesh --- cc -L. -L.. -o ../partnmesh partnmesh.o io.o -lmetis -lm --- ../mesh2dual --- chmod 755 ../mesh2dual --- ../mesh2nodal --- chmod 755 ../mesh2nodal --- ../graphchk --- chmod 755 ../graphchk --- ../oemetis --- chmod 755 ../oemetis --- ../partdmesh --- chmod 755 ../partdmesh --- ../onmetis --- chmod 755 ../onmetis --- ../kmetis --- chmod 755 ../kmetis --- ../partnmesh --- chmod 755 ../partnmesh --- ../pmetis --- chmod 755 ../pmetis (cd Test ; make ) --- mtest.o --- cc -pipe -O2 -fno-strict-aliasing -I../Lib -c mtest.c mtest.c:23:1: warning: return type defaults to 'int' [-Wimplicit-int] main(int argc, char *argv[]) ^~~~ In file included from ../Lib/metis.h:35, from mtest.c:16: mtest.c: In function 'main': ../Lib/rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ mtest.c:56:3: note: in expansion of macro 'GKfree' GKfree(&graph.xadj, &graph.adjncy, &graph.vwgt, &graph.adjwgt, LTERM); ^~~~~~ --- ../Graphs/mtest --- cc -L. -L.. -o ../Graphs/mtest mtest.o ../Programs/io.o -lmetis -lm chmod 755 ../Graphs/mtest --- default --- (cd Lib ; make ) --- coarsen.o --- --- fm.o --- --- initpart.o --- --- match.o --- --- ccgraph.o --- --- memory.o --- --- pmetis.o --- --- pqueue.o --- --- refine.o --- --- util.o --- --- coarsen.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c coarsen.c --- fm.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c fm.c --- match.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c match.c --- ccgraph.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c ccgraph.c --- memory.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c memory.c --- pmetis.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c pmetis.c --- initpart.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c initpart.c --- pqueue.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c pqueue.c --- refine.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c refine.c --- util.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c util.c --- initpart.o --- In file included from ./metis.h:35, from initpart.c:16: initpart.c: In function '__GrowBisection': ./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ initpart.c:199:3: note: in expansion of macro 'GKfree' GKfree(&bestwhere, &queue, &touched, LTERM); ^~~~~~ --- pqueue.o --- In file included from ./metis.h:35, from pqueue.c:17: pqueue.c: In function '__PQueueFree': ./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ pqueue.c:110:7: note: in expansion of macro 'GKfree' GKfree(&queue->nodes, &queue->buckets, LTERM); ^~~~~~ --- pmetis.o --- In file included from ./metis.h:35, from pmetis.c:16: pmetis.c: In function '__MlevelRecursiveBisection': --- memory.o --- In file included from ./metis.h:35, from memory.c:15: memory.c: In function '__FreeWorkSpace': ./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ memory.c:89:3: note: in expansion of macro 'GKfree' GKfree(&ctrl->wspace.edegrees, &ctrl->wspace.vedegrees, &ctrl->wspace.core, &ctrl->wspace.pmat, LTERM); ^~~~~~ --- pmetis.o --- ./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ pmetis.c:138:3: note: in expansion of macro 'GKfree' GKfree(&graph->gdata, &graph->rdata, &graph->label, LTERM); ^~~~~~ --- timing.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c timing.c --- debug.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c debug.c --- bucketsort.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c bucketsort.c --- graph.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c graph.c --- stat.o --- --- kmetis.o --- --- kwayrefine.o --- --- kwayfm.o --- --- stat.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c stat.c --- kwayrefine.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c kwayrefine.c --- kmetis.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c kmetis.c --- kwayfm.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c kwayfm.c --- balance.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c balance.c --- ometis.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c ometis.c --- srefine.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c srefine.c --- kmetis.o --- In file included from ./metis.h:35, from kmetis.c:16: kmetis.c: In function '__MlevelKWayPartitioning': --- stat.o --- In file included from ./metis.h:35, from stat.c:15: stat.c: In function '__ComputePartitionInfo': --- kmetis.o --- ./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ kmetis.c:124:3: note: in expansion of macro 'GKfree' GKfree(&graph->gdata, &graph->rdata, LTERM); ^~~~~~ --- stat.o --- ./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ stat.c:123:3: note: in expansion of macro 'GKfree' GKfree(&kpwgts, &padjncy, &padjwgt, &padjcut, LTERM); ^~~~~~ --- graph.o --- In file included from ./metis.h:35, from graph.c:16: graph.c: In function '__IsConnectedSubdomain': ./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ graph.c:445:3: note: in expansion of macro 'GKfree' GKfree(&touched, &queue, &cptr, LTERM); ^~~~~~ --- ometis.o --- In file included from ./metis.h:35, from ometis.c:16: ometis.c: In function 'METIS_NodeND': ./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ ometis.c:138:7: note: in expansion of macro 'GKfree' GKfree(&cptr, &cind, LTERM); ^~~~~~ --- sfm.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c sfm.c --- separator.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c separator.c --- mincover.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c mincover.c --- mmd.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c mmd.c --- separator.o --- In file included from ./metis.h:35, from separator.c:15: separator.c: In function '__ConstructSeparator': ./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ separator.c:40:3: note: in expansion of macro 'GKfree' GKfree(&graph->rdata, LTERM); ^~~~~~ --- mincover.o --- In file included from ./metis.h:35, from mincover.c:14: mincover.c: In function '__MinCover': ./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ mincover.c:118:3: note: in expansion of macro 'GKfree' GKfree(&mate, &flag, &level, &queue, &lst, LTERM); ^~~~~~ --- kwayrefine.o --- In file included from ./metis.h:35, from kwayrefine.c:14: kwayrefine.c: In function '__RefineKWay': ./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ kwayrefine.c:74:5: note: in expansion of macro 'GKfree' GKfree(&graph->gdata, LTERM); /* Deallocate the graph related arrays */ ^~~~~~ --- mesh.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c mesh.c --- meshpart.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c meshpart.c --- frename.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c frename.c --- meshpart.o --- In file included from ./metis.h:35, from meshpart.c:15: meshpart.c: In function 'METIS_PartMeshNodal': ./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ meshpart.c:101:3: note: in expansion of macro 'GKfree' GKfree(&xadj, &adjncy, &pwgts, LTERM); ^~~~~~ --- fortran.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c fortran.c --- myqsort.o --- --- compress.o --- --- myqsort.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c myqsort.c --- compress.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c compress.c --- parmetis.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c parmetis.c --- compress.o --- In file included from ./metis.h:35, from compress.c:15: compress.c: In function '__CompressGraph': ./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ compress.c:151:3: note: in expansion of macro 'GKfree' GKfree(&keys, &map, &mark, LTERM); ^~~~~~ --- estmem.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c estmem.c --- parmetis.o --- In file included from ./metis.h:35, from parmetis.c:15: parmetis.c: In function 'METIS_NodeNDP': ./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ parmetis.c:143:7: note: in expansion of macro 'GKfree' GKfree(&cptr, &cind, LTERM); ^~~~~~ --- mpmetis.o --- --- estmem.o --- In file included from ./metis.h:35, from estmem.c:16: estmem.c: In function '__EstimateCFraction': ./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ estmem.c:102:3: note: in expansion of macro 'GKfree' GKfree(&cmap, &match, &perm, LTERM); ^~~~~~ --- mpmetis.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c mpmetis.c In file included from ./metis.h:35, from mpmetis.c:16: mpmetis.c: In function 'METIS_mCHPartGraphRecursive': ./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ mpmetis.c:125:3: note: in expansion of macro 'GKfree' GKfree(&myubvec, LTERM); ^~~~~~ --- mcoarsen.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c mcoarsen.c --- mmatch.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c mmatch.c --- minitpart.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c minitpart.c --- mbalance.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c mbalance.c --- minitpart.o --- In file included from ./metis.h:35, from minitpart.c:16: minitpart.c: In function '__MocGrowBisection': ./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ minitpart.c:95:3: note: in expansion of macro 'GKfree' GKfree(&bestwhere, LTERM); ^~~~~~ minitpart.c: In function '__MocInit2WayBalance': minitpart.c:248:17: warning: implicit declaration of function 'SelectQueueOneWay'; did you mean 'SelectQueueOneWay2'? [-Wimplicit-function-declaration] if ((cnum = SelectQueueOneWay(ncon, npwgts, tpwgts, from, parts)) == -1) ^~~~~~~~~~~~~~~~~ SelectQueueOneWay2 --- mrefine.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c mrefine.c --- mutil.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c mutil.c --- mfm.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c mfm.c --- mkmetis.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c mkmetis.c --- mkwayrefine.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c mkwayrefine.c --- mkwayfmh.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c mkwayfmh.c --- mkmetis.o --- In file included from ./metis.h:35, from mkmetis.c:16: mkmetis.c: In function '__MCMlevelKWayPartitioning': ./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ mkmetis.c:118:3: note: in expansion of macro 'GKfree' GKfree(&graph->nvwgt, &graph->npwgts, &graph->gdata, &graph->rdata, LTERM); ^~~~~~ --- mrefine2.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c mrefine2.c --- minitpart2.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c minitpart2.c --- mbalance2.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c mbalance2.c --- mfm2.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c mfm2.c --- kvmetis.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c kvmetis.c --- minitpart2.o --- In file included from ./metis.h:35, from minitpart2.c:16: minitpart2.c: In function '__MocGrowBisection2': ./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ minitpart2.c:95:3: note: in expansion of macro 'GKfree' GKfree(&bestwhere, LTERM); ^~~~~~ --- kvmetis.o --- In file included from ./metis.h:35, from kvmetis.c:16: kvmetis.c: In function '__MlevelVolKWayPartitioning': ./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ kvmetis.c:125:3: note: in expansion of macro 'GKfree' GKfree(&graph->gdata, &graph->rdata, LTERM); ^~~~~~ --- kwayvolrefine.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c kwayvolrefine.c --- kwayvolfm.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c kwayvolfm.c --- subdomains.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I. -c subdomains.c --- kwayvolrefine.o --- In file included from ./metis.h:35, from kwayvolrefine.c:14: kwayvolrefine.c: In function '__RefineVolKWay': ./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ kwayvolrefine.c:74:5: note: in expansion of macro 'GKfree' GKfree(&graph->gdata, LTERM); /* Deallocate the graph related arrays */ ^~~~~~ --- subdomains.o --- In file included from ./metis.h:35, from subdomains.c:16: subdomains.c: In function '__EliminateSubDomainEdges': ./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ subdomains.c:885:3: note: in expansion of macro 'GKfree' GKfree(&cand, &cand2, LTERM); ^~~~~~ --- kwayvolfm.o --- In file included from ./metis.h:35, from kwayvolfm.c:13: kwayvolfm.c: In function '__Random_KWayVolRefine': ./rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ kwayvolfm.c:151:3: note: in expansion of macro 'GKfree' GKfree(&marker, &updind, &phtable, LTERM); ^~~~~~ --- ../libmetis.a --- ar rl ../libmetis.a coarsen.o fm.o initpart.o match.o ccgraph.o memory.o pmetis.o pqueue.o refine.o util.o timing.o debug.o bucketsort.o graph.o stat.o kmetis.o kwayrefine.o kwayfm.o balance.o ometis.o srefine.o sfm.o separator.o mincover.o mmd.o mesh.o meshpart.o frename.o fortran.o myqsort.o compress.o parmetis.o estmem.o mpmetis.o mcoarsen.o mmatch.o minitpart.o mbalance.o mrefine.o mutil.o mfm.o mkmetis.o mkwayrefine.o mkwayfmh.o mrefine2.o minitpart2.o mbalance2.o mfm2.o kvmetis.o kwayvolrefine.o kwayvolfm.o subdomains.o /usr/libexec/binutils227/elf/ar: creating ../libmetis.a ranlib ../libmetis.a (cd Programs ; make ) --- pmetis.o --- --- io.o --- --- kmetis.o --- --- oemetis.o --- --- smbfactor.o --- --- onmetis.o --- --- mesh2dual.o --- --- mesh2nodal.o --- --- partdmesh.o --- --- partnmesh.o --- --- io.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I../Lib -c io.c --- kmetis.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I../Lib -c kmetis.c --- oemetis.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I../Lib -c oemetis.c --- smbfactor.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I../Lib -c smbfactor.c --- onmetis.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I../Lib -c onmetis.c --- pmetis.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I../Lib -c pmetis.c --- partdmesh.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I../Lib -c partdmesh.c --- partnmesh.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I../Lib -c partnmesh.c --- mesh2dual.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I../Lib -c mesh2dual.c --- mesh2nodal.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I../Lib -c mesh2nodal.c --- kmetis.o --- kmetis.c:22:1: warning: return type defaults to 'int' [-Wimplicit-int] main(int argc, char *argv[]) ^~~~ --- onmetis.o --- onmetis.c:22:1: warning: return type defaults to 'int' [-Wimplicit-int] main(int argc, char *argv[]) ^~~~ --- kmetis.o --- In file included from ../Lib/metis.h:35, from kmetis.c:15: kmetis.c: In function 'main': ../Lib/rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ kmetis.c:102:3: note: in expansion of macro 'GKfree' GKfree(&graph.xadj, &graph.adjncy, &graph.vwgt, &graph.adjwgt, &part, LTERM); ^~~~~~ --- onmetis.o --- In file included from ../Lib/metis.h:35, from onmetis.c:15: onmetis.c: In function 'main': ../Lib/rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ onmetis.c:58:3: note: in expansion of macro 'GKfree' GKfree(&graph.vwgt, &graph.adjwgt, LTERM); ^~~~~~ --- partnmesh.o --- partnmesh.c:23:1: warning: return type defaults to 'int' [-Wimplicit-int] main(int argc, char *argv[]) ^~~~ In file included from ../Lib/metis.h:35, from partnmesh.c:16: partnmesh.c: In function 'main': ../Lib/rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ partnmesh.c:89:3: note: in expansion of macro 'GKfree' GKfree(&elmnts, &epart, &npart, LTERM); ^~~~~~ --- pmetis.o --- pmetis.c:22:1: warning: return type defaults to 'int' [-Wimplicit-int] main(int argc, char *argv[]) ^~~~ --- oemetis.o --- oemetis.c:22:1: warning: return type defaults to 'int' [-Wimplicit-int] main(int argc, char *argv[]) ^~~~ --- pmetis.o --- In file included from ../Lib/metis.h:35, from pmetis.c:15: pmetis.c: In function 'main': ../Lib/rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ pmetis.c:102:3: note: in expansion of macro 'GKfree' GKfree(&graph.xadj, &graph.adjncy, &graph.vwgt, &graph.adjwgt, &part, LTERM); ^~~~~~ --- oemetis.o --- In file included from ../Lib/metis.h:35, from oemetis.c:15: oemetis.c: In function 'main': --- mesh2dual.o --- mesh2dual.c:23:1: warning: return type defaults to 'int' [-Wimplicit-int] main(int argc, char *argv[]) ^~~~ --- oemetis.o --- ../Lib/rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ oemetis.c:58:3: note: in expansion of macro 'GKfree' GKfree(&graph.vwgt, &graph.adjwgt, LTERM); ^~~~~~ --- mesh2dual.o --- In file included from ../Lib/metis.h:35, from mesh2dual.c:16: mesh2dual.c: In function 'main': ../Lib/rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ mesh2dual.c:68:3: note: in expansion of macro 'GKfree' GKfree(&elmnts, &xadj, &adjncy, LTERM); ^~~~~~ --- mesh2nodal.o --- mesh2nodal.c:23:1: warning: return type defaults to 'int' [-Wimplicit-int] main(int argc, char *argv[]) ^~~~ In file included from ../Lib/metis.h:35, from mesh2nodal.c:16: mesh2nodal.c: In function 'main': ../Lib/rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ mesh2nodal.c:68:3: note: in expansion of macro 'GKfree' GKfree(&elmnts, &xadj, &adjncy, LTERM); ^~~~~~ --- partdmesh.o --- partdmesh.c:23:1: warning: return type defaults to 'int' [-Wimplicit-int] main(int argc, char *argv[]) ^~~~ In file included from ../Lib/metis.h:35, from partdmesh.c:16: partdmesh.c: In function 'main': ../Lib/rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ partdmesh.c:89:3: note: in expansion of macro 'GKfree' GKfree(&elmnts, &epart, &npart, LTERM); ^~~~~~ --- graphchk.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I../Lib -c graphchk.c graphchk.c:22:1: warning: return type defaults to 'int' [-Wimplicit-int] main(int argc, char *argv[]) ^~~~ In file included from ../Lib/metis.h:35, from graphchk.c:15: graphchk.c: In function 'main': ../Lib/rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ graphchk.c:55:3: note: in expansion of macro 'GKfree' GKfree(&graph.xadj, &graph.adjncy, &graph.vwgt, &graph.adjwgt, LTERM); ^~~~~~ --- smbfactor.o --- In file included from ../Lib/metis.h:35, from smbfactor.c:15: smbfactor.c: In function 'ComputeFillIn': ../Lib/rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ smbfactor.c:80:3: note: in expansion of macro 'GKfree' GKfree(&perm, &xlnz, &xnzsub, &nzsub, LTERM); ^~~~~~ --- ../pmetis --- --- ../kmetis --- --- ../mesh2dual --- --- ../mesh2nodal --- --- ../partdmesh --- --- ../partnmesh --- --- ../graphchk --- --- ../mesh2dual --- cc -fpic -L. -L.. -o ../mesh2dual mesh2dual.o io.o -lmetis -lm --- ../mesh2nodal --- cc -fpic -L. -L.. -o ../mesh2nodal mesh2nodal.o io.o -lmetis -lm --- ../partdmesh --- cc -fpic -L. -L.. -o ../partdmesh partdmesh.o io.o -lmetis -lm --- ../pmetis --- cc -fpic -L. -L.. -o ../pmetis pmetis.o io.o -lmetis -lm --- ../graphchk --- cc -fpic -L. -L.. -o ../graphchk graphchk.o io.o -lmetis -lm --- ../kmetis --- cc -fpic -L. -L.. -o ../kmetis kmetis.o io.o -lmetis -lm --- ../partnmesh --- cc -fpic -L. -L.. -o ../partnmesh partnmesh.o io.o -lmetis -lm --- ../graphchk --- chmod 755 ../graphchk --- ../partdmesh --- chmod 755 ../partdmesh --- ../mesh2nodal --- chmod 755 ../mesh2nodal --- ../partnmesh --- chmod 755 ../partnmesh --- ../kmetis --- chmod 755 ../kmetis --- ../mesh2dual --- chmod 755 ../mesh2dual --- ../pmetis --- chmod 755 ../pmetis --- ../oemetis --- --- ../onmetis --- --- ../oemetis --- cc -fpic -L. -L.. -o ../oemetis oemetis.o io.o smbfactor.o -lmetis -lm --- ../onmetis --- cc -fpic -L. -L.. -o ../onmetis onmetis.o io.o smbfactor.o -lmetis -lm --- ../oemetis --- chmod 755 ../oemetis --- ../onmetis --- chmod 755 ../onmetis (cd Test ; make ) --- mtest.o --- cc -pipe -O2 -fno-strict-aliasing -fpic -I../Lib -c mtest.c mtest.c:23:1: warning: return type defaults to 'int' [-Wimplicit-int] main(int argc, char *argv[]) ^~~~ In file included from ../Lib/metis.h:35, from mtest.c:16: mtest.c: In function 'main': ../Lib/rename.h:380:19: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] #define GKfree __GKfree ^~~~~~~~ mtest.c:56:3: note: in expansion of macro 'GKfree' GKfree(&graph.xadj, &graph.adjncy, &graph.vwgt, &graph.adjwgt, LTERM); ^~~~~~ --- ../Graphs/mtest --- cc -fpic -L. -L.. -o ../Graphs/mtest mtest.o ../Programs/io.o -lmetis -lm chmod 755 ../Graphs/mtest SUCCEEDED 00:00:07 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- x===> Staging for metis4-4.0.3_1 ===> Generating temporary packing list cd /construction/math/metis4/metis-4.0.3 ; install -s -m 555 graphchk kmetis mesh2dual mesh2nodal oemetis onmetis partnmesh partdmesh pmetis /construction/math/metis4/stage/usr/local/bin install -m 0644 /construction/math/metis4/metis-4.0.3/Lib/*.h /construction/math/metis4/stage/usr/local/include/metis install -m 0644 /construction/math/metis4/metis-4.0.3/libmetis.a /construction/math/metis4/stage/usr/local/lib install -m 0644 /construction/math/metis4/metis-4.0.3_SHARED/libmetis.so.1 /construction/math/metis4/stage/usr/local/lib ln -sf libmetis.so.1 /construction/math/metis4/stage/usr/local/lib/libmetis.so install -m 0644 /construction/math/metis4/metis-4.0.3/Doc/manual.ps /construction/math/metis4/stage/usr/local/share/doc/metis4 ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- x====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- x===> Building package for metis4-4.0.3_1 file sizes/checksums [19]: 0% file sizes/checksums [19]: 100% packing files [19]: 0% packing files [19]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:09