<86>Apr 29 00:46:59 userdel[1423558]: delete user 'rooter' <86>Apr 29 00:46:59 userdel[1423558]: removed group 'rooter' owned by 'rooter' <86>Apr 29 00:46:59 userdel[1423558]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 29 00:46:59 groupadd[1423603]: group added to /etc/group: name=rooter, GID=1371 <86>Apr 29 00:46:59 groupadd[1423603]: group added to /etc/gshadow: name=rooter <86>Apr 29 00:46:59 groupadd[1423603]: new group: name=rooter, GID=1371 <86>Apr 29 00:46:59 useradd[1423630]: new user: name=rooter, UID=1371, GID=1371, home=/root, shell=/bin/bash, from=none <86>Apr 29 00:46:59 userdel[1423698]: delete user 'builder' <86>Apr 29 00:46:59 userdel[1423698]: removed group 'builder' owned by 'builder' <86>Apr 29 00:46:59 userdel[1423698]: removed shadow group 'builder' owned by 'builder' <86>Apr 29 00:46:59 groupadd[1423738]: group added to /etc/group: name=builder, GID=1372 <86>Apr 29 00:46:59 groupadd[1423738]: group added to /etc/gshadow: name=builder <86>Apr 29 00:46:59 groupadd[1423738]: new group: name=builder, GID=1372 <86>Apr 29 00:46:59 useradd[1423764]: new user: name=builder, UID=1372, GID=1372, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/metis0-4.0.3-alt3.src.rpm: The use of such a license name is ambiguous: GPL Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/metis0-4.0.3-alt3.nosrc.rpm (w1.gzdio) Installing metis0-4.0.3-alt3.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.95783 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf metis0-4.0.3 + echo 'Source #0 (metis0-4.0.3.tar):' Source #0 (metis0-4.0.3.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/metis0-4.0.3.tar + cd metis0-4.0.3 + /bin/chmod -c -Rf u+rwX,go-w . + install -m644 /usr/src/RPM/SOURCES/metis.pc . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.95783 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd metis0-4.0.3 + make -j16 make: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3' (cd Lib ; make ) make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c bucketsort.c make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c coarsen.c make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c timing.c make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c memory.c In file included from ./metis.h:35, from memory.c:15: memory.c: In function '__FreeWorkSpace': ./rename.h:380:41: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] 380 | #define GKfree __GKfree | ^~~~~~~~ memory.c:89:3: note: in expansion of macro 'GKfree' 89 | GKfree(&ctrl->wspace.edegrees, &ctrl->wspace.vedegrees, &ctrl->wspace.core, &ctrl->wspace.pmat, LTERM); | ^~~~~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c kmetis.c kmetis.c: In function 'METIS_WPartGraphKway': kmetis.c:48:10: warning: unused variable 'j' [-Wunused-variable] 48 | int i, j; | ^ kmetis.c:48:7: warning: unused variable 'i' [-Wunused-variable] 48 | int i, j; | ^ In file included from ./metis.h:35, from kmetis.c:16: kmetis.c: In function '__MlevelKWayPartitioning': ./rename.h:380:41: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] 380 | #define GKfree __GKfree | ^~~~~~~~ kmetis.c:125:3: note: in expansion of macro 'GKfree' 125 | GKfree(&graph->gdata, &graph->rdata, LTERM); | ^~~~~~ kmetis.c:97:27: warning: unused variable 'tpwgts2' [-Wunused-variable] 97 | int i, j, nvtxs, tvwgt, tpwgts2[2]; | ^~~~~~~ kmetis.c:97:20: warning: unused variable 'tvwgt' [-Wunused-variable] 97 | int i, j, nvtxs, tvwgt, tpwgts2[2]; | ^~~~~ kmetis.c:97:13: warning: unused variable 'nvtxs' [-Wunused-variable] 97 | int i, j, nvtxs, tvwgt, tpwgts2[2]; | ^~~~~ kmetis.c:97:10: warning: unused variable 'j' [-Wunused-variable] 97 | int i, j, nvtxs, tvwgt, tpwgts2[2]; | ^ kmetis.c:97:7: warning: unused variable 'i' [-Wunused-variable] 97 | int i, j, nvtxs, tvwgt, tpwgts2[2]; | ^ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c debug.c debug.c: In function '__CheckBnd': debug.c:49:45: warning: variable 'bndind' set but not used [-Wunused-but-set-variable] 49 | idxtype *xadj, *adjncy, *where, *bndptr, *bndind; | ^~~~~~ debug.c:49:36: warning: variable 'bndptr' set but not used [-Wunused-but-set-variable] 49 | idxtype *xadj, *adjncy, *where, *bndptr, *bndind; | ^~~~~~ debug.c: In function '__CheckBnd2': debug.c:85:45: warning: variable 'bndind' set but not used [-Wunused-but-set-variable] 85 | idxtype *xadj, *adjncy, *where, *bndptr, *bndind; | ^~~~~~ debug.c:85:36: warning: variable 'bndptr' set but not used [-Wunused-but-set-variable] 85 | idxtype *xadj, *adjncy, *where, *bndptr, *bndind; | ^~~~~~ debug.c: In function '__CheckNodeBnd': debug.c:120:45: warning: variable 'bndind' set but not used [-Wunused-but-set-variable] 120 | idxtype *xadj, *adjncy, *where, *bndptr, *bndind; | ^~~~~~ debug.c:120:36: warning: variable 'bndptr' set but not used [-Wunused-but-set-variable] 120 | idxtype *xadj, *adjncy, *where, *bndptr, *bndind; | ^~~~~~ debug.c:120:19: warning: variable 'adjncy' set but not used [-Wunused-but-set-variable] 120 | idxtype *xadj, *adjncy, *where, *bndptr, *bndind; | ^~~~~~ debug.c:120:12: warning: variable 'xadj' set but not used [-Wunused-but-set-variable] 120 | idxtype *xadj, *adjncy, *where, *bndptr, *bndind; | ^~~~ debug.c:119:10: warning: unused variable 'j' [-Wunused-variable] 119 | int i, j, nvtxs, nbnd; | ^ debug.c: In function '__CheckNodePartitionParams': debug.c:173:28: warning: variable 'adjwgt' set but not used [-Wunused-but-set-variable] 173 | idxtype *xadj, *adjncy, *adjwgt, *vwgt, *where; | ^~~~~~ debug.c:172:16: warning: unused variable 'l' [-Wunused-variable] 172 | int i, j, k, l, nvtxs, me, other; | ^ debug.c:172:13: warning: unused variable 'k' [-Wunused-variable] 172 | int i, j, k, l, nvtxs, me, other; | ^ debug.c: In function '__IsSeparable': debug.c:220:19: warning: variable 'adjncy' set but not used [-Wunused-but-set-variable] 220 | idxtype *xadj, *adjncy, *where; | ^~~~~~ debug.c:219:20: warning: variable 'other' set but not used [-Wunused-but-set-variable] 219 | int i, j, nvtxs, other; | ^~~~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c refine.c refine.c: In function '__Compute2WayPartitionParams': refine.c:83:11: warning: unused variable 'other' [-Wunused-variable] 83 | int me, other; | ^~~~~ refine.c:79:16: warning: unused variable 'l' [-Wunused-variable] 79 | int i, j, k, l, nvtxs, nbnd, mincut; | ^ refine.c:79:13: warning: unused variable 'k' [-Wunused-variable] 79 | int i, j, k, l, nvtxs, nbnd, mincut; | ^ refine.c: In function '__Project2WayPartition': refine.c:139:27: warning: variable 'ced' set but not used [-Wunused-but-set-variable] 139 | idxtype *cwhere, *cid, *ced, *cbndptr; | ^~~ refine.c:139:21: warning: variable 'cid' set but not used [-Wunused-but-set-variable] 139 | idxtype *cwhere, *cid, *ced, *cbndptr; | ^~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c pqueue.c In file included from ./metis.h:35, from pqueue.c:17: pqueue.c: In function '__PQueueFree': ./rename.h:380:41: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] 380 | #define GKfree __GKfree | ^~~~~~~~ pqueue.c:110:7: note: in expansion of macro 'GKfree' 110 | GKfree(&queue->nodes, &queue->buckets, LTERM); | ^~~~~~ pqueue.c: In function '__PQueueInsert': pqueue.c:140:13: warning: unused variable 'k' [-Wunused-variable] 140 | int i, j, k; | ^ pqueue.c: In function '__PQueueUpdate': pqueue.c:297:17: warning: unused variable 'newnode' [-Wunused-variable] 297 | ListNodeType *newnode; | ^~~~~~~ pqueue.c: In function '__CheckHeap': pqueue.c:555:17: warning: variable 'heap' set but not used [-Wunused-but-set-variable] 555 | KeyValueType *heap; | ^~~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c match.c match.c: In function '__Match_RM': match.c:25:35: warning: variable 'adjwgt' set but not used [-Wunused-but-set-variable] 25 | idxtype *xadj, *vwgt, *adjncy, *adjwgt; | ^~~~~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c initpart.c In file included from ./metis.h:35, from initpart.c:16: initpart.c: In function '__GrowBisection': ./rename.h:380:41: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] 380 | #define GKfree __GKfree | ^~~~~~~~ initpart.c:199:3: note: in expansion of macro 'GKfree' 199 | GKfree(&bestwhere, &queue, &touched, LTERM); | ^~~~~~ initpart.c:86:30: warning: unused variable 'gain' [-Wunused-variable] 86 | idxtype *queue, *touched, *gain, *bestwhere; | ^~~~ initpart.c:85:35: warning: variable 'adjwgt' set but not used [-Wunused-but-set-variable] 85 | idxtype *xadj, *vwgt, *adjncy, *adjwgt, *where; | ^~~~~~ initpart.c:84:117: warning: unused variable 'pass' [-Wunused-variable] 84 | int i, j, k, nvtxs, drain, nleft, first, last, pwgts[2], minpwgt[2], maxpwgt[2], from, bestcut, icut, mincut, me, pass, nbfs; | ^~~~ initpart.c:84:113: warning: unused variable 'me' [-Wunused-variable] 84 | int i, j, k, nvtxs, drain, nleft, first, last, pwgts[2], minpwgt[2], maxpwgt[2], from, bestcut, icut, mincut, me, pass, nbfs; | ^~ initpart.c:84:105: warning: unused variable 'mincut' [-Wunused-variable] 84 | int i, j, k, nvtxs, drain, nleft, first, last, pwgts[2], minpwgt[2], maxpwgt[2], from, bestcut, icut, mincut, me, pass, nbfs; | ^~~~~~ initpart.c:84:99: warning: unused variable 'icut' [-Wunused-variable] 84 | int i, j, k, nvtxs, drain, nleft, first, last, pwgts[2], minpwgt[2], maxpwgt[2], from, bestcut, icut, mincut, me, pass, nbfs; | ^~~~ initpart.c:84:84: warning: unused variable 'from' [-Wunused-variable] 84 | int i, j, k, nvtxs, drain, nleft, first, last, pwgts[2], minpwgt[2], maxpwgt[2], from, bestcut, icut, mincut, me, pass, nbfs; | ^~~~ initpart.c: In function '__GrowBisectionNode': initpart.c:214:30: warning: unused variable 'gain' [-Wunused-variable] 214 | idxtype *queue, *touched, *gain, *bestwhere; | ^~~~ initpart.c:213:35: warning: variable 'adjwgt' set but not used [-Wunused-but-set-variable] 213 | idxtype *xadj, *vwgt, *adjncy, *adjwgt, *where, *bndind; | ^~~~~~ initpart.c:212:128: warning: unused variable 'pass' [-Wunused-variable] 212 | int i, j, k, nvtxs, drain, nleft, first, last, pwgts[2], tpwgts[2], minpwgt[2], maxpwgt[2], from, bestcut, icut, mincut, me, pass, nbfs; | ^~~~ initpart.c:212:124: warning: unused variable 'me' [-Wunused-variable] 212 | int i, j, k, nvtxs, drain, nleft, first, last, pwgts[2], tpwgts[2], minpwgt[2], maxpwgt[2], from, bestcut, icut, mincut, me, pass, nbfs; | ^~ initpart.c:212:116: warning: unused variable 'mincut' [-Wunused-variable] 212 | int i, j, k, nvtxs, drain, nleft, first, last, pwgts[2], tpwgts[2], minpwgt[2], maxpwgt[2], from, bestcut, icut, mincut, me, pass, nbfs; | ^~~~~~ initpart.c:212:110: warning: unused variable 'icut' [-Wunused-variable] 212 | int i, j, k, nvtxs, drain, nleft, first, last, pwgts[2], tpwgts[2], minpwgt[2], maxpwgt[2], from, bestcut, icut, mincut, me, pass, nbfs; | ^~~~ initpart.c:212:95: warning: unused variable 'from' [-Wunused-variable] 212 | int i, j, k, nvtxs, drain, nleft, first, last, pwgts[2], tpwgts[2], minpwgt[2], maxpwgt[2], from, bestcut, icut, mincut, me, pass, nbfs; | ^~~~ initpart.c: In function '__RandomBisection': initpart.c:349:35: warning: variable 'adjwgt' set but not used [-Wunused-but-set-variable] 349 | idxtype *xadj, *vwgt, *adjncy, *adjwgt, *where; | ^~~~~~ initpart.c:349:26: warning: variable 'adjncy' set but not used [-Wunused-but-set-variable] 349 | idxtype *xadj, *vwgt, *adjncy, *adjwgt, *where; | ^~~~~~ initpart.c:349:12: warning: variable 'xadj' set but not used [-Wunused-but-set-variable] 349 | idxtype *xadj, *vwgt, *adjncy, *adjwgt, *where; | ^~~~ initpart.c:348:94: warning: unused variable 'pass' [-Wunused-variable] 348 | int i, ii, j, k, nvtxs, pwgts[2], minpwgt[2], maxpwgt[2], from, bestcut, icut, mincut, me, pass, nbfs; | ^~~~ initpart.c:348:90: warning: unused variable 'me' [-Wunused-variable] 348 | int i, ii, j, k, nvtxs, pwgts[2], minpwgt[2], maxpwgt[2], from, bestcut, icut, mincut, me, pass, nbfs; | ^~ initpart.c:348:82: warning: unused variable 'mincut' [-Wunused-variable] 348 | int i, ii, j, k, nvtxs, pwgts[2], minpwgt[2], maxpwgt[2], from, bestcut, icut, mincut, me, pass, nbfs; | ^~~~~~ initpart.c:348:76: warning: unused variable 'icut' [-Wunused-variable] 348 | int i, ii, j, k, nvtxs, pwgts[2], minpwgt[2], maxpwgt[2], from, bestcut, icut, mincut, me, pass, nbfs; | ^~~~ initpart.c:348:61: warning: unused variable 'from' [-Wunused-variable] 348 | int i, ii, j, k, nvtxs, pwgts[2], minpwgt[2], maxpwgt[2], from, bestcut, icut, mincut, me, pass, nbfs; | ^~~~ initpart.c:348:17: warning: unused variable 'k' [-Wunused-variable] 348 | int i, ii, j, k, nvtxs, pwgts[2], minpwgt[2], maxpwgt[2], from, bestcut, icut, mincut, me, pass, nbfs; | ^ initpart.c:348:14: warning: unused variable 'j' [-Wunused-variable] 348 | int i, ii, j, k, nvtxs, pwgts[2], minpwgt[2], maxpwgt[2], from, bestcut, icut, mincut, me, pass, nbfs; | ^ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c srefine.c srefine.c: In function '__Compute2WayNodePartitionParams': srefine.c:92:28: warning: variable 'adjwgt' set but not used [-Wunused-but-set-variable] 92 | idxtype *xadj, *adjncy, *adjwgt, *vwgt; | ^~~~~~ srefine.c:91:16: warning: unused variable 'l' [-Wunused-variable] 91 | int i, j, k, l, nvtxs, nbnd; | ^ srefine.c:91:13: warning: unused variable 'k' [-Wunused-variable] 91 | int i, j, k, l, nvtxs, nbnd; | ^ srefine.c: In function '__Project2WayNodePartition': srefine.c:146:10: warning: unused variable 'j' [-Wunused-variable] 146 | int i, j, nvtxs; | ^ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c fm.c fm.c: In function '__FM_2WayEdgeRefine': fm.c:22:63: warning: unused variable 'me' [-Wunused-variable] 22 | int i, ii, j, k, kwgt, nvtxs, nbnd, nswaps, from, to, pass, me, limit, tmp; | ^~ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c pmetis.c pmetis.c: In function 'METIS_WPartGraphRecursive': pmetis.c:49:10: warning: unused variable 'j' [-Wunused-variable] 49 | int i, j; | ^ In file included from ./metis.h:35, from pmetis.c:16: pmetis.c: In function '__MlevelRecursiveBisection': ./rename.h:380:41: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] 380 | #define GKfree __GKfree | ^~~~~~~~ pmetis.c:138:3: note: in expansion of macro 'GKfree' 138 | GKfree(&graph->gdata, &graph->rdata, &graph->label, LTERM); | ^~~~~~ pmetis.c:105:10: warning: unused variable 'j' [-Wunused-variable] 105 | int i, j, nvtxs, cut, tvwgt, tpwgts2[2]; | ^ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c util.c make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c stat.c In file included from ./metis.h:35, from stat.c:15: stat.c: In function '__ComputePartitionInfo': ./rename.h:380:41: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] 380 | #define GKfree __GKfree | ^~~~~~~~ stat.c:123:3: note: in expansion of macro 'GKfree' 123 | GKfree(&kpwgts, &padjncy, &padjwgt, &padjcut, LTERM); | ^~~~~~ stat.c:23:13: warning: unused variable 'k' [-Wunused-variable] 23 | int i, j, k, nvtxs, ncon, mustfree=0; | ^ stat.c: In function 'ComputePartitionInfoBipartite': stat.c:133:61: warning: unused variable 'tmpptr' [-Wunused-variable] 133 | idxtype *xadj, *adjncy, *vwgt, *vsize, *adjwgt, *kpwgts, *tmpptr; | ^~~~~~ stat.c:132:13: warning: unused variable 'k' [-Wunused-variable] 132 | int i, j, k, nvtxs, ncon, mustfree=0; | ^ stat.c: In function '__ComputePartitionBalance': stat.c:239:9: warning: unused variable 'balance' [-Wunused-variable] 239 | float balance; | ^~~~~~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c kwayrefine.c In file included from ./metis.h:35, from kwayrefine.c:14: kwayrefine.c: In function '__RefineKWay': ./rename.h:380:41: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] 380 | #define GKfree __GKfree | ^~~~~~~~ kwayrefine.c:74:5: note: in expansion of macro 'GKfree' 74 | GKfree(&graph->gdata, LTERM); /* Deallocate the graph related arrays */ | ^~~~~~ kwayrefine.c: In function '__ComputeKWayPartitionParams': kwayrefine.c:143:16: warning: unused variable 'l' [-Wunused-variable] 143 | int i, j, k, l, nvtxs, nbnd, mincut, me, other; | ^ kwayrefine.c: In function '__IsBalanced': kwayrefine.c:331:10: warning: unused variable 'j' [-Wunused-variable] 331 | int i, j, tvwgt; | ^ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c balance.c balance.c: In function '__Balance2Way': balance.c:24:17: warning: unused variable 'ed' [-Wunused-variable] 24 | idxtype *id, *ed; | ^~ balance.c:24:12: warning: unused variable 'id' [-Wunused-variable] 24 | idxtype *id, *ed; | ^~ balance.c:23:32: warning: unused variable 'gain' [-Wunused-variable] 23 | int i, j, nvtxs, from, imax, gain, mindiff; | ^~~~ balance.c:23:26: warning: unused variable 'imax' [-Wunused-variable] 23 | int i, j, nvtxs, from, imax, gain, mindiff; | ^~~~ balance.c:23:20: warning: unused variable 'from' [-Wunused-variable] 23 | int i, j, nvtxs, from, imax, gain, mindiff; | ^~~~ balance.c:23:13: warning: unused variable 'nvtxs' [-Wunused-variable] 23 | int i, j, nvtxs, from, imax, gain, mindiff; | ^~~~~ balance.c:23:10: warning: unused variable 'j' [-Wunused-variable] 23 | int i, j, nvtxs, from, imax, gain, mindiff; | ^ balance.c:23:7: warning: unused variable 'i' [-Wunused-variable] 23 | int i, j, nvtxs, from, imax, gain, mindiff; | ^ balance.c: In function '__Bnd2WayBalance': balance.c:50:63: warning: unused variable 'me' [-Wunused-variable] 50 | int i, ii, j, k, kwgt, nvtxs, nbnd, nswaps, from, to, pass, me, tmp; | ^~ balance.c:50:57: warning: unused variable 'pass' [-Wunused-variable] 50 | int i, ii, j, k, kwgt, nvtxs, nbnd, nswaps, from, to, pass, me, tmp; | ^~~~ balance.c: In function '__General2WayBalance': balance.c:176:63: warning: unused variable 'me' [-Wunused-variable] 176 | int i, ii, j, k, kwgt, nvtxs, nbnd, nswaps, from, to, pass, me, tmp; | ^~ balance.c:176:57: warning: unused variable 'pass' [-Wunused-variable] 176 | int i, ii, j, k, kwgt, nvtxs, nbnd, nswaps, from, to, pass, me, tmp; | ^~~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c ccgraph.c ccgraph.c: In function '__CreateCoarseGraph': ccgraph.c:24:24: warning: unused variable 'l' [-Wunused-variable] 24 | int i, j, jj, k, kk, l, m, istart, iend, nvtxs, nedges, ncon, cnedges, v, u, mask, dovsize; | ^ ccgraph.c: In function '__CreateCoarseGraph_NVW': ccgraph.c:336:18: warning: variable 'cnvwgt' set but not used [-Wunused-but-set-variable] 336 | float *nvwgt, *cnvwgt; | ^~~~~~ ccgraph.c:336:10: warning: variable 'nvwgt' set but not used [-Wunused-but-set-variable] 336 | float *nvwgt, *cnvwgt; | ^~~~~ ccgraph.c:332:59: warning: variable 'ncon' set but not used [-Wunused-but-set-variable] 332 | int i, j, jj, k, kk, l, m, istart, iend, nvtxs, nedges, ncon, cnedges, v, u, mask; | ^~~~ ccgraph.c:332:24: warning: unused variable 'l' [-Wunused-variable] 332 | int i, j, jj, k, kk, l, m, istart, iend, nvtxs, nedges, ncon, cnedges, v, u, mask; | ^ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c mincover.c In file included from ./metis.h:35, from mincover.c:14: mincover.c: In function '__MinCover': ./rename.h:380:41: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] 380 | #define GKfree __GKfree | ^~~~~~~~ mincover.c:118:3: note: in expansion of macro 'GKfree' 118 | GKfree(&mate, &flag, &level, &queue, &lst, LTERM); | ^~~~~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c graph.c graph.c: In function '__SetUpGraph': graph.c:24:13: warning: unused variable 'k' [-Wunused-variable] 24 | int i, j, k, sum, gsize; | ^ graph.c: In function '__VolSetUpGraph': graph.c:214:13: warning: unused variable 'k' [-Wunused-variable] 214 | int i, j, k, sum, gsize; | ^ In file included from ./metis.h:35, from graph.c:16: graph.c: In function '__IsConnectedSubdomain': ./rename.h:380:41: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] 380 | #define GKfree __GKfree | ^~~~~~~~ graph.c:445:3: note: in expansion of macro 'GKfree' 445 | GKfree(&touched, &queue, &cptr, LTERM); | ^~~~~~ graph.c: In function '__IsConnected2': graph.c:494:28: warning: variable 'where' set but not used [-Wunused-but-set-variable] 494 | idxtype *xadj, *adjncy, *where, *touched, *queue; | ^~~~~ graph.c:493:50: warning: unused variable 'wgt' [-Wunused-variable] 493 | int i, j, k, nvtxs, first, last, nleft, ncmps, wgt; | ^~~ graph.c: In function '__FindComponents': graph.c:556:50: warning: unused variable 'wgt' [-Wunused-variable] 556 | int i, j, k, nvtxs, first, last, nleft, ncmps, wgt; | ^~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c separator.c In file included from ./metis.h:35, from separator.c:15: separator.c: In function '__ConstructSeparator': ./rename.h:380:41: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] 380 | #define GKfree __GKfree | ^~~~~~~~ separator.c:40:3: note: in expansion of macro 'GKfree' 40 | GKfree(&graph->rdata, LTERM); | ^~~~~~ separator.c:23:13: warning: unused variable 'k' [-Wunused-variable] 23 | int i, j, k, nvtxs, nbnd; | ^ separator.c: In function '__ConstructMinCoverSeparator': separator.c:182:29: warning: variable 'bndptr' set but not used [-Wunused-but-set-variable] 182 | idxtype *where, *bndind, *bndptr, *vmap, *ivmap, *cover; | ^~~~~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c fortran.c fortran.c: In function '__ChangeMesh2FNumbering2': fortran.c:129:10: warning: unused variable 'nedges' [-Wunused-variable] 129 | int i, nedges; | ^~~~~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c meshpart.c In file included from ./metis.h:35, from meshpart.c:15: meshpart.c: In function 'METIS_PartMeshNodal': ./rename.h:380:41: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] 380 | #define GKfree __GKfree | ^~~~~~~~ meshpart.c:101:3: note: in expansion of macro 'GKfree' 101 | GKfree(&xadj, &adjncy, &pwgts, LTERM); | ^~~~~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c mcoarsen.c make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c myqsort.c myqsort.c: In function 'siqst': myqsort.c:83:16: warning: unused variable 'ii' [-Wunused-variable] 83 | register int ii; | ^~ myqsort.c: In function 'iiqst': myqsort.c:213:16: warning: unused variable 'ii' [-Wunused-variable] 213 | register int ii; | ^~ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c mmd.c make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c frename.c make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c kwayfm.c kwayfm.c: In function '__Random_KWayEdgeRefine': kwayfm.c:21:29: warning: unused variable 'l' [-Wunused-variable] 21 | int i, ii, iii, j, jj, k, l, pass, nvtxs, nmoves, nbnd, tvwgt, myndegrees; | ^ kwayfm.c:21:22: warning: unused variable 'jj' [-Wunused-variable] 21 | int i, ii, iii, j, jj, k, l, pass, nvtxs, nmoves, nbnd, tvwgt, myndegrees; | ^~ kwayfm.c: In function '__Greedy_KWayEdgeRefine': kwayfm.c:224:29: warning: unused variable 'l' [-Wunused-variable] 224 | int i, ii, iii, j, jj, k, l, pass, nvtxs, nbnd, tvwgt, myndegrees, oldgain, gain; | ^ kwayfm.c:224:22: warning: unused variable 'jj' [-Wunused-variable] 224 | int i, ii, iii, j, jj, k, l, pass, nvtxs, nbnd, tvwgt, myndegrees, oldgain, gain; | ^~ kwayfm.c: In function '__Greedy_KWayEdgeBalance': kwayfm.c:455:21: warning: variable 'oldcut' set but not used [-Wunused-but-set-variable] 455 | int from, me, to, oldcut, vwgt; | ^~~~~~ kwayfm.c:454:29: warning: unused variable 'l' [-Wunused-variable] 454 | int i, ii, iii, j, jj, k, l, pass, nvtxs, nbnd, tvwgt, myndegrees, oldgain, gain, nmoves; | ^ kwayfm.c:454:22: warning: unused variable 'jj' [-Wunused-variable] 454 | int i, ii, iii, j, jj, k, l, pass, nvtxs, nbnd, tvwgt, myndegrees, oldgain, gain, nmoves; | ^~ kwayfm.c:454:14: warning: unused variable 'iii' [-Wunused-variable] 454 | int i, ii, iii, j, jj, k, l, pass, nvtxs, nbnd, tvwgt, myndegrees, oldgain, gain, nmoves; | ^~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c estmem.c estmem.c: In function 'METIS_EstimateMemory': estmem.c:24:13: warning: unused variable 'k' [-Wunused-variable] 24 | int i, j, k, nedges, nlevels; | ^ estmem.c:24:10: warning: unused variable 'j' [-Wunused-variable] 24 | int i, j, k, nedges, nlevels; | ^ estmem.c:24:7: warning: unused variable 'i' [-Wunused-variable] 24 | int i, j, k, nedges, nlevels; | ^ In file included from ./metis.h:35, from estmem.c:16: estmem.c: In function '__EstimateCFraction': ./rename.h:380:41: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] 380 | #define GKfree __GKfree | ^~~~~~~~ estmem.c:102:3: note: in expansion of macro 'GKfree' 102 | GKfree(&cmap, &match, &perm, LTERM); | ^~~~~~ estmem.c: In function '__ComputeCoarseGraphSize': estmem.c:113:30: warning: unused variable 'nedges' [-Wunused-variable] 113 | int i, j, k, istart, iend, nedges, cnedges, v, u; | ^~~~~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c compress.c In file included from ./metis.h:35, from compress.c:15: compress.c: In function '__CompressGraph': ./rename.h:380:41: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] 380 | #define GKfree __GKfree | ^~~~~~~~ compress.c:151:3: note: in expansion of macro 'GKfree' 151 | GKfree(&keys, &map, &mark, LTERM); | ^~~~~~ compress.c: In function '__PruneGraph': compress.c:163:40: warning: unused variable 'pvwgt' [-Wunused-variable] 163 | idxtype *pxadj, *padjncy, *padjwgt, *pvwgt; | ^~~~~ compress.c:163:30: warning: unused variable 'padjwgt' [-Wunused-variable] 163 | idxtype *pxadj, *padjncy, *padjwgt, *pvwgt; | ^~~~~~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c ometis.c ometis.c: In function 'METIS_EdgeND': ometis.c:25:10: warning: unused variable 'j' [-Wunused-variable] 25 | int i, j; | ^ In file included from ./metis.h:35, from ometis.c:16: ometis.c: In function 'METIS_NodeND': ./rename.h:380:41: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] 380 | #define GKfree __GKfree | ^~~~~~~~ ometis.c:138:7: note: in expansion of macro 'GKfree' 138 | GKfree(&cptr, &cind, LTERM); | ^~~~~~ ometis.c:82:27: warning: unused variable 'nflag' [-Wunused-variable] 82 | int i, ii, j, l, wflag, nflag; | ^~~~~ ometis.c:82:20: warning: unused variable 'wflag' [-Wunused-variable] 82 | int i, ii, j, l, wflag, nflag; | ^~~~~ ometis.c: In function 'METIS_NodeWND': ometis.c:207:13: warning: unused variable 'tvwgt' [-Wunused-variable] 207 | int i, j, tvwgt; | ^~~~~ ometis.c:207:10: warning: unused variable 'j' [-Wunused-variable] 207 | int i, j, tvwgt; | ^ ometis.c: In function '__MlevelNestedDissection': ometis.c:265:10: warning: unused variable 'j' [-Wunused-variable] 265 | int i, j, nvtxs, nbnd, tvwgt, tpwgts2[2]; | ^ ometis.c: In function '__MlevelNestedDissectionCC': ometis.c:325:10: warning: unused variable 'j' [-Wunused-variable] 325 | int i, j, nvtxs, nbnd, tvwgt, tpwgts2[2], nsgraphs, ncmps, rnvtxs; | ^ ometis.c: In function '__MlevelNodeBisectionMultiple': ometis.c:388:33: warning: unused variable 'tmp' [-Wunused-variable] 388 | int i, nvtxs, cnvtxs, mincut, tmp; | ^~~ ometis.c: In function '__SplitGraphOrder': ometis.c:514:24: warning: unused variable 'auxadjwgt' [-Wunused-variable] 514 | idxtype *auxadjncy, *auxadjwgt; | ^~~~~~~~~ ometis.c:511:44: warning: variable 'adjwgtsum' set but not used [-Wunused-but-set-variable] 511 | idxtype *xadj, *vwgt, *adjncy, *adjwgt, *adjwgtsum, *label, *where, *bndptr, *bndind; | ^~~~~~~~~ ometis.c:511:35: warning: variable 'adjwgt' set but not used [-Wunused-but-set-variable] 511 | idxtype *xadj, *vwgt, *adjncy, *adjwgt, *adjwgtsum, *label, *where, *bndptr, *bndind; | ^~~~~~ In file included from ./metis.h:33: ometis.c: In function '__MMDOrder': ./struct.h:24:19: warning: suggest parentheses around '-' inside '<<' [-Wparentheses] 24 | #define MAXIDX (1<<8*sizeof(idxtype)-2) | ^~ ometis.c:641:74: note: in expansion of macro 'MAXIDX' 641 | genmmd(nvtxs, xadj, adjncy, iperm, perm, 1, head, qsize, list, marker, MAXIDX, &nofsub); | ^~~~~~ ometis.c:619:10: warning: unused variable 'j' [-Wunused-variable] 619 | int i, j, k, nvtxs, nofsub, firstvtx; | ^ ometis.c: In function '__SplitGraphOrderCC': ometis.c:669:24: warning: variable 'auxadjwgt' set but not used [-Wunused-but-set-variable] 669 | idxtype *auxadjncy, *auxadjwgt; | ^~~~~~~~~ ometis.c:666:44: warning: variable 'adjwgtsum' set but not used [-Wunused-but-set-variable] 666 | idxtype *xadj, *vwgt, *adjncy, *adjwgt, *adjwgtsum, *label, *where, *bndptr, *bndind; | ^~~~~~~~~ ometis.c:666:35: warning: variable 'adjwgt' set but not used [-Wunused-but-set-variable] 666 | idxtype *xadj, *vwgt, *adjncy, *adjwgt, *adjwgtsum, *label, *where, *bndptr, *bndind; | ^~~~~~ ometis.c:665:42: warning: unused variable 'mypart' [-Wunused-variable] 665 | int i, ii, iii, j, k, l, istart, iend, mypart, nvtxs, snvtxs, snedges; | ^~~~~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c mutil.c make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c parmetis.c parmetis.c: In function 'METIS_WPartGraphKway2': parmetis.c:48:10: warning: unused variable 'j' [-Wunused-variable] 48 | int i, j; | ^ parmetis.c:48:7: warning: unused variable 'i' [-Wunused-variable] 48 | int i, j; | ^ In file included from ./metis.h:35, from parmetis.c:15: parmetis.c: In function 'METIS_NodeNDP': ./rename.h:380:41: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] 380 | #define GKfree __GKfree | ^~~~~~~~ parmetis.c:143:7: note: in expansion of macro 'GKfree' 143 | GKfree(&cptr, &cind, LTERM); | ^~~~~~ parmetis.c:98:27: warning: unused variable 'nflag' [-Wunused-variable] 98 | int i, ii, j, l, wflag, nflag; | ^~~~~ parmetis.c:98:20: warning: unused variable 'wflag' [-Wunused-variable] 98 | int i, ii, j, l, wflag, nflag; | ^~~~~ parmetis.c: In function '__MlevelNestedDissectionP': parmetis.c:196:10: warning: unused variable 'j' [-Wunused-variable] 196 | int i, j, nvtxs, nbnd, tvwgt, tpwgts2[2]; | ^ parmetis.c: In function 'METIS_NodeComputeSeparator': parmetis.c:265:10: warning: unused variable 'j' [-Wunused-variable] 265 | int i, j, tvwgt, tpwgts[2]; | ^ parmetis.c:265:7: warning: unused variable 'i' [-Wunused-variable] 265 | int i, j, tvwgt, tpwgts[2]; | ^ parmetis.c: In function 'METIS_EdgeComputeSeparator': parmetis.c:323:10: warning: unused variable 'j' [-Wunused-variable] 323 | int i, j, tvwgt, tpwgts[2]; | ^ parmetis.c:323:7: warning: unused variable 'i' [-Wunused-variable] 323 | int i, j, tvwgt, tpwgts[2]; | ^ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c mkmetis.c mkmetis.c: In function 'METIS_mCPartGraphKway': mkmetis.c:29:10: warning: unused variable 'j' [-Wunused-variable] 29 | int i, j; | ^ mkmetis.c:29:7: warning: unused variable 'i' [-Wunused-variable] 29 | int i, j; | ^ In file included from ./metis.h:35, from mkmetis.c:16: mkmetis.c: In function '__MCMlevelKWayPartitioning': ./rename.h:380:41: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] 380 | #define GKfree __GKfree | ^~~~~~~~ mkmetis.c:119:3: note: in expansion of macro 'GKfree' 119 | GKfree(&graph->nvwgt, &graph->npwgts, &graph->gdata, &graph->rdata, LTERM); | ^~~~~~ mkmetis.c:80:13: warning: unused variable 'nvtxs' [-Wunused-variable] 80 | int i, j, nvtxs; | ^~~~~ mkmetis.c:80:10: warning: unused variable 'j' [-Wunused-variable] 80 | int i, j, nvtxs; | ^ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c mpmetis.c mpmetis.c: In function 'METIS_mCPartGraphRecursive': mpmetis.c:28:10: warning: unused variable 'j' [-Wunused-variable] 28 | int i, j; | ^ mpmetis.c:28:7: warning: unused variable 'i' [-Wunused-variable] 28 | int i, j; | ^ In file included from ./metis.h:35, from mpmetis.c:16: mpmetis.c: In function 'METIS_mCHPartGraphRecursive': ./rename.h:380:41: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] 380 | #define GKfree __GKfree | ^~~~~~~~ mpmetis.c:125:3: note: in expansion of macro 'GKfree' 125 | GKfree(&myubvec, LTERM); | ^~~~~~ mpmetis.c:82:10: warning: unused variable 'j' [-Wunused-variable] 82 | int i, j; | ^ mpmetis.c:82:7: warning: unused variable 'i' [-Wunused-variable] 82 | int i, j; | ^ mpmetis.c: In function 'METIS_mCPartGraphRecursiveInternal': mpmetis.c:140:10: warning: unused variable 'j' [-Wunused-variable] 140 | int i, j; | ^ mpmetis.c:140:7: warning: unused variable 'i' [-Wunused-variable] 140 | int i, j; | ^ mpmetis.c: In function 'METIS_mCHPartGraphRecursiveInternal': mpmetis.c:188:10: warning: unused variable 'j' [-Wunused-variable] 188 | int i, j; | ^ mpmetis.c:188:7: warning: unused variable 'i' [-Wunused-variable] 188 | int i, j; | ^ mpmetis.c: In function '__MCMlevelRecursiveBisection': mpmetis.c:241:20: warning: unused variable 'ncon' [-Wunused-variable] 241 | int i, j, nvtxs, ncon, cut; | ^~~~ mpmetis.c:241:10: warning: unused variable 'j' [-Wunused-variable] 241 | int i, j, nvtxs, ncon, cut; | ^ mpmetis.c: In function '__MCHMlevelRecursiveBisection': mpmetis.c:293:10: warning: unused variable 'j' [-Wunused-variable] 293 | int i, j, nvtxs, ncon, cut; | ^ mpmetis.c: In function '__MCHMlevelEdgeBisection': mpmetis.c:385:7: warning: unused variable 'i' [-Wunused-variable] 385 | int i; | ^ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c mrefine.c mrefine.c: In function '__MocCompute2WayPartitionParams': mrefine.c:98:11: warning: unused variable 'other' [-Wunused-variable] 98 | int me, other; | ^~~~~ mrefine.c:93:16: warning: unused variable 'l' [-Wunused-variable] 93 | int i, j, k, l, nvtxs, ncon, nbnd, mincut; | ^ mrefine.c:93:13: warning: unused variable 'k' [-Wunused-variable] 93 | int i, j, k, l, nvtxs, ncon, nbnd, mincut; | ^ mrefine.c: In function '__MocProject2WayPartition': mrefine.c:154:27: warning: variable 'ced' set but not used [-Wunused-but-set-variable] 154 | idxtype *cwhere, *cid, *ced, *cbndptr; | ^~~ mrefine.c:154:21: warning: variable 'cid' set but not used [-Wunused-but-set-variable] 154 | idxtype *cwhere, *cid, *ced, *cbndptr; | ^~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c mrefine2.c make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c mesh.c mesh.c: In function 'GENDUALMETIS': mesh.c:76:39: warning: unused variable 'nedges' [-Wunused-variable] 76 | int i, j, jj, k, kk, kkk, l, m, n, nedges, mask; | ^~~~~~ mesh.c: In function '__TRINODALMETIS': mesh.c:171:36: warning: unused variable 'n' [-Wunused-variable] 171 | int i, j, jj, k, kk, kkk, l, m, n, nedges; | ^ mesh.c:171:33: warning: unused variable 'm' [-Wunused-variable] 171 | int i, j, jj, k, kk, kkk, l, m, n, nedges; | ^ mesh.c:171:30: warning: unused variable 'l' [-Wunused-variable] 171 | int i, j, jj, k, kk, kkk, l, m, n, nedges; | ^ mesh.c:171:25: warning: unused variable 'kkk' [-Wunused-variable] 171 | int i, j, jj, k, kk, kkk, l, m, n, nedges; | ^~~ mesh.c: In function '__TETNODALMETIS': mesh.c:220:36: warning: unused variable 'n' [-Wunused-variable] 220 | int i, j, jj, k, kk, kkk, l, m, n, nedges; | ^ mesh.c:220:33: warning: unused variable 'm' [-Wunused-variable] 220 | int i, j, jj, k, kk, kkk, l, m, n, nedges; | ^ mesh.c:220:30: warning: unused variable 'l' [-Wunused-variable] 220 | int i, j, jj, k, kk, kkk, l, m, n, nedges; | ^ mesh.c:220:25: warning: unused variable 'kkk' [-Wunused-variable] 220 | int i, j, jj, k, kk, kkk, l, m, n, nedges; | ^~~ mesh.c: In function '__HEXNODALMETIS': mesh.c:272:22: warning: missing braces around initializer [-Wmissing-braces] 272 | int table[8][3] = {1, 3, 4, | ^ | { } 273 | 0, 2, 5, | { } 274 | 1, 3, 6, | { } 275 | 0, 2, 7, | { } 276 | 0, 5, 7, | { } 277 | 1, 4, 6, | { } 278 | 2, 5, 7, | { } 279 | 3, 4, 6}; | { } mesh.c:269:36: warning: unused variable 'n' [-Wunused-variable] 269 | int i, j, jj, k, kk, kkk, l, m, n, nedges; | ^ mesh.c:269:33: warning: unused variable 'm' [-Wunused-variable] 269 | int i, j, jj, k, kk, kkk, l, m, n, nedges; | ^ mesh.c:269:30: warning: unused variable 'l' [-Wunused-variable] 269 | int i, j, jj, k, kk, kkk, l, m, n, nedges; | ^ mesh.c:269:25: warning: unused variable 'kkk' [-Wunused-variable] 269 | int i, j, jj, k, kk, kkk, l, m, n, nedges; | ^~~ mesh.c: In function 'QUADNODALMETIS': mesh.c:345:22: warning: missing braces around initializer [-Wmissing-braces] 345 | int table[4][2] = {1, 3, | ^ | { } 346 | 0, 2, | { } 347 | 1, 3, | { } 348 | 0, 2}; | { } mesh.c:342:36: warning: unused variable 'n' [-Wunused-variable] 342 | int i, j, jj, k, kk, kkk, l, m, n, nedges; | ^ mesh.c:342:33: warning: unused variable 'm' [-Wunused-variable] 342 | int i, j, jj, k, kk, kkk, l, m, n, nedges; | ^ mesh.c:342:30: warning: unused variable 'l' [-Wunused-variable] 342 | int i, j, jj, k, kk, kkk, l, m, n, nedges; | ^ mesh.c:342:25: warning: unused variable 'kkk' [-Wunused-variable] 342 | int i, j, jj, k, kk, kkk, l, m, n, nedges; | ^~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c mbalance.c mbalance.c: In function '__MocGeneral2WayBalance': mbalance.c:38:72: warning: unused variable 'me' [-Wunused-variable] 38 | int i, ii, j, k, l, kwgt, nvtxs, ncon, nbnd, nswaps, from, to, pass, me, limit, tmp, cnum; | ^~ mbalance.c:38:66: warning: unused variable 'pass' [-Wunused-variable] 38 | int i, ii, j, k, l, kwgt, nvtxs, ncon, nbnd, nswaps, from, to, pass, me, limit, tmp, cnum; | ^~~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c mkwayrefine.c mkwayrefine.c: In function '__MocComputeKWayPartitionParams': mkwayrefine.c:91:16: warning: unused variable 'l' [-Wunused-variable] 91 | int i, j, k, l, nvtxs, ncon, nbnd, mincut, me, other; | ^ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c kvmetis.c kvmetis.c: In function 'METIS_WPartGraphVKway': kvmetis.c:48:10: warning: unused variable 'j' [-Wunused-variable] 48 | int i, j; | ^ kvmetis.c:48:7: warning: unused variable 'i' [-Wunused-variable] 48 | int i, j; | ^ In file included from ./metis.h:35, from kvmetis.c:16: kvmetis.c: In function '__MlevelVolKWayPartitioning': ./rename.h:380:41: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] 380 | #define GKfree __GKfree | ^~~~~~~~ kvmetis.c:126:3: note: in expansion of macro 'GKfree' 126 | GKfree(&graph->gdata, &graph->rdata, LTERM); | ^~~~~~ kvmetis.c:98:27: warning: unused variable 'tpwgts2' [-Wunused-variable] 98 | int i, j, nvtxs, tvwgt, tpwgts2[2]; | ^~~~~~~ kvmetis.c:98:20: warning: unused variable 'tvwgt' [-Wunused-variable] 98 | int i, j, nvtxs, tvwgt, tpwgts2[2]; | ^~~~~ kvmetis.c:98:13: warning: unused variable 'nvtxs' [-Wunused-variable] 98 | int i, j, nvtxs, tvwgt, tpwgts2[2]; | ^~~~~ kvmetis.c:98:10: warning: unused variable 'j' [-Wunused-variable] 98 | int i, j, nvtxs, tvwgt, tpwgts2[2]; | ^ kvmetis.c:98:7: warning: unused variable 'i' [-Wunused-variable] 98 | int i, j, nvtxs, tvwgt, tpwgts2[2]; | ^ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c minitpart.c minitpart.c: In function '__MocInit2WayPartition': minitpart.c:23:7: warning: unused variable 'i' [-Wunused-variable] 23 | int i, dbglvl; | ^ In file included from ./metis.h:35, from minitpart.c:16: minitpart.c: In function '__MocGrowBisection': ./rename.h:380:41: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] 380 | #define GKfree __GKfree | ^~~~~~~~ minitpart.c:95:3: note: in expansion of macro 'GKfree' 95 | GKfree(&bestwhere, LTERM); | ^~~~~~ minitpart.c:59:44: warning: unused variable 'mincut' [-Wunused-variable] 59 | int i, j, k, nvtxs, ncon, from, bestcut, mincut, nbfs; | ^~~~~~ minitpart.c:59:29: warning: unused variable 'from' [-Wunused-variable] 59 | int i, j, k, nvtxs, ncon, from, bestcut, mincut, nbfs; | ^~~~ minitpart.c:59:23: warning: unused variable 'ncon' [-Wunused-variable] 59 | int i, j, k, nvtxs, ncon, from, bestcut, mincut, nbfs; | ^~~~ minitpart.c:59:13: warning: unused variable 'k' [-Wunused-variable] 59 | int i, j, k, nvtxs, ncon, from, bestcut, mincut, nbfs; | ^ minitpart.c:59:10: warning: unused variable 'j' [-Wunused-variable] 59 | int i, j, k, nvtxs, ncon, from, bestcut, mincut, nbfs; | ^ minitpart.c:59:7: warning: unused variable 'i' [-Wunused-variable] 59 | int i, j, k, nvtxs, ncon, from, bestcut, mincut, nbfs; | ^ minitpart.c: In function '__MocRandomBisection': minitpart.c:107:48: warning: unused variable 'mincut' [-Wunused-variable] 107 | int i, ii, j, k, nvtxs, ncon, from, bestcut, mincut, nbfs, qnum; | ^~~~~~ minitpart.c:107:33: warning: unused variable 'from' [-Wunused-variable] 107 | int i, ii, j, k, nvtxs, ncon, from, bestcut, mincut, nbfs, qnum; | ^~~~ minitpart.c:107:17: warning: unused variable 'k' [-Wunused-variable] 107 | int i, ii, j, k, nvtxs, ncon, from, bestcut, mincut, nbfs, qnum; | ^ minitpart.c:107:14: warning: unused variable 'j' [-Wunused-variable] 107 | int i, ii, j, k, nvtxs, ncon, from, bestcut, mincut, nbfs, qnum; | ^ minitpart.c: In function '__MocInit2WayBalance': minitpart.c:248:17: warning: implicit declaration of function 'SelectQueueOneWay'; did you mean 'SelectQueueoneWay'? [-Wimplicit-function-declaration] 248 | if ((cnum = SelectQueueOneWay(ncon, npwgts, tpwgts, from, parts)) == -1) | ^~~~~~~~~~~~~~~~~ | SelectQueueoneWay minitpart.c:180:72: warning: unused variable 'me' [-Wunused-variable] 180 | int i, ii, j, k, l, kwgt, nvtxs, nbnd, ncon, nswaps, from, to, pass, me, cnum, tmp; | ^~ minitpart.c:180:66: warning: unused variable 'pass' [-Wunused-variable] 180 | int i, ii, j, k, l, kwgt, nvtxs, nbnd, ncon, nswaps, from, to, pass, me, cnum, tmp; | ^~~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c mmatch.c mmatch.c: In function '__MCMatch_RM': mmatch.c:25:28: warning: variable 'adjwgt' set but not used [-Wunused-but-set-variable] 25 | idxtype *xadj, *adjncy, *adjwgt; | ^~~~~~ mmatch.c: In function '__MCMatch_HEM': mmatch.c:81:20: warning: unused variable 'l' [-Wunused-variable] 81 | int i, ii, j, k, l, nvtxs, cnvtxs, ncon, maxidx, maxwgt; | ^ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c mfm.c mfm.c: In function '__MocFM_2WayEdgeRefine': mfm.c:22:72: warning: unused variable 'me' [-Wunused-variable] 22 | int i, ii, j, k, l, kwgt, nvtxs, ncon, nbnd, nswaps, from, to, pass, me, limit, tmp, cnum; | ^~ mfm.c: In function '__SelectQueue': mfm.c:270:10: warning: 'max' may be used uninitialized [-Wmaybe-uninitialized] 270 | if (npwgts[(*from)*ncon + i] > max && PQueueGetSize(&queues[i][*from]) > 0) { | ^ mfm.c:241:9: note: 'max' was declared here 241 | float max, maxdiff=0.0; | ^~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c minitpart2.c In file included from ./metis.h:35, from minitpart2.c:16: minitpart2.c: In function '__MocGrowBisection2': ./rename.h:380:41: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] 380 | #define GKfree __GKfree | ^~~~~~~~ minitpart2.c:95:3: note: in expansion of macro 'GKfree' 95 | GKfree(&bestwhere, LTERM); | ^~~~~~ minitpart2.c:59:44: warning: unused variable 'mincut' [-Wunused-variable] 59 | int i, j, k, nvtxs, ncon, from, bestcut, mincut, nbfs; | ^~~~~~ minitpart2.c:59:29: warning: unused variable 'from' [-Wunused-variable] 59 | int i, j, k, nvtxs, ncon, from, bestcut, mincut, nbfs; | ^~~~ minitpart2.c:59:23: warning: unused variable 'ncon' [-Wunused-variable] 59 | int i, j, k, nvtxs, ncon, from, bestcut, mincut, nbfs; | ^~~~ minitpart2.c:59:13: warning: unused variable 'k' [-Wunused-variable] 59 | int i, j, k, nvtxs, ncon, from, bestcut, mincut, nbfs; | ^ minitpart2.c:59:10: warning: unused variable 'j' [-Wunused-variable] 59 | int i, j, k, nvtxs, ncon, from, bestcut, mincut, nbfs; | ^ minitpart2.c:59:7: warning: unused variable 'i' [-Wunused-variable] 59 | int i, j, k, nvtxs, ncon, from, bestcut, mincut, nbfs; | ^ minitpart2.c: In function '__MocGrowBisectionNew2': minitpart2.c:110:44: warning: unused variable 'mincut' [-Wunused-variable] 110 | int i, j, k, nvtxs, ncon, from, bestcut, mincut, nbfs; | ^~~~~~ minitpart2.c:110:29: warning: unused variable 'from' [-Wunused-variable] 110 | int i, j, k, nvtxs, ncon, from, bestcut, mincut, nbfs; | ^~~~ minitpart2.c:110:23: warning: unused variable 'ncon' [-Wunused-variable] 110 | int i, j, k, nvtxs, ncon, from, bestcut, mincut, nbfs; | ^~~~ minitpart2.c:110:13: warning: unused variable 'k' [-Wunused-variable] 110 | int i, j, k, nvtxs, ncon, from, bestcut, mincut, nbfs; | ^ minitpart2.c:110:10: warning: unused variable 'j' [-Wunused-variable] 110 | int i, j, k, nvtxs, ncon, from, bestcut, mincut, nbfs; | ^ minitpart2.c:110:7: warning: unused variable 'i' [-Wunused-variable] 110 | int i, j, k, nvtxs, ncon, from, bestcut, mincut, nbfs; | ^ minitpart2.c: In function '__MocInit2WayBalance2': minitpart2.c:158:72: warning: unused variable 'me' [-Wunused-variable] 158 | int i, ii, j, k, l, kwgt, nvtxs, nbnd, ncon, nswaps, from, to, pass, me, cnum, tmp, imin; | ^~ minitpart2.c:158:66: warning: unused variable 'pass' [-Wunused-variable] 158 | int i, ii, j, k, l, kwgt, nvtxs, nbnd, ncon, nswaps, from, to, pass, me, cnum, tmp, imin; | ^~~~ minitpart2.c: In function '__SelectQueueOneWay2': minitpart2.c:344:14: warning: 'imax' may be used uninitialized [-Wmaybe-uninitialized] 344 | twgt[imax] = 0.0; | ~~~~~~~~~~~^~~~~ minitpart2.c:332:19: note: 'imax' was declared here 332 | int i, cnum=-1, imax, maxgain; | ^~~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c mbalance2.c mbalance2.c: In function '__MocBalance2Way2': mbalance2.c:24:7: warning: unused variable 'i' [-Wunused-variable] 24 | int i; | ^ mbalance2.c: In function '__MocGeneral2WayBalance2': mbalance2.c:39:72: warning: unused variable 'me' [-Wunused-variable] 39 | int i, ii, j, k, l, kwgt, nvtxs, ncon, nbnd, nswaps, from, to, pass, me, limit, tmp, cnum; | ^~ mbalance2.c:39:66: warning: unused variable 'pass' [-Wunused-variable] 39 | int i, ii, j, k, l, kwgt, nvtxs, ncon, nbnd, nswaps, from, to, pass, me, limit, tmp, cnum; | ^~~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c kwayvolrefine.c In file included from ./metis.h:35, from kwayvolrefine.c:14: kwayvolrefine.c: In function '__RefineVolKWay': ./rename.h:380:41: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] 380 | #define GKfree __GKfree | ^~~~~~~~ kwayvolrefine.c:74:5: note: in expansion of macro 'GKfree' 74 | GKfree(&graph->gdata, LTERM); /* Deallocate the graph related arrays */ | ^~~~~~ kwayvolrefine.c: In function '__ComputeVolKWayPartitionParams': kwayvolrefine.c:134:30: warning: unused variable 'oedegrees' [-Wunused-variable] 134 | VEDegreeType *myedegrees, *oedegrees; | ^~~~~~~~~ kwayvolrefine.c:133:33: warning: unused variable 'orinfo' [-Wunused-variable] 133 | VRInfoType *rinfo, *myrinfo, *orinfo; | ^~~~~~ kwayvolrefine.c:131:67: warning: unused variable 'pid' [-Wunused-variable] 131 | int i, ii, j, k, kk, l, nvtxs, nbnd, mincut, minvol, me, other, pid; | ^~~ kwayvolrefine.c:131:48: warning: unused variable 'minvol' [-Wunused-variable] 131 | int i, ii, j, k, kk, l, nvtxs, nbnd, mincut, minvol, me, other, pid; | ^~~~~~ kwayvolrefine.c:131:34: warning: unused variable 'nbnd' [-Wunused-variable] 131 | int i, ii, j, k, kk, l, nvtxs, nbnd, mincut, minvol, me, other, pid; | ^~~~ kwayvolrefine.c:131:24: warning: unused variable 'l' [-Wunused-variable] 131 | int i, ii, j, k, kk, l, nvtxs, nbnd, mincut, minvol, me, other, pid; | ^ kwayvolrefine.c:131:20: warning: unused variable 'kk' [-Wunused-variable] 131 | int i, ii, j, k, kk, l, nvtxs, nbnd, mincut, minvol, me, other, pid; | ^~ kwayvolrefine.c:131:10: warning: unused variable 'ii' [-Wunused-variable] 131 | int i, ii, j, k, kk, l, nvtxs, nbnd, mincut, minvol, me, other, pid; | ^~ In file included from ./metis.h:33: kwayvolrefine.c: In function '__ComputeKWayVolGains': ./struct.h:24:19: warning: suggest parentheses around '-' inside '<<' [-Wparentheses] 24 | #define MAXIDX (1<<8*sizeof(idxtype)-2) | ^~ kwayvolrefine.c:235:20: note: in expansion of macro 'MAXIDX' 235 | myrinfo->gv = -MAXIDX; | ^~~~~~ kwayvolrefine.c:212:36: warning: variable 'adjwgt' set but not used [-Wunused-but-set-variable] 212 | idxtype *xadj, *vsize, *adjncy, *adjwgt, *where, *bndind, *bndptr, *ophtable; | ^~~~~~ kwayvolrefine.c:211:45: warning: unused variable 'pid' [-Wunused-variable] 211 | int i, ii, j, k, kk, l, nvtxs, me, other, pid, myndegrees; | ^~~ kwayvolrefine.c:211:24: warning: unused variable 'l' [-Wunused-variable] 211 | int i, ii, j, k, kk, l, nvtxs, me, other, pid, myndegrees; | ^ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c mfm2.c mfm2.c: In function '__MocFM_2WayEdgeRefine2': mfm2.c:26:26: warning: variable 'origdiff' set but not used [-Wunused-but-set-variable] 26 | float *nvwgt, *npwgts, origdiff[MAXNCON], origbal[MAXNCON], minbal[MAXNCON]; | ^~~~~~~~ mfm2.c:23:72: warning: unused variable 'me' [-Wunused-variable] 23 | int i, ii, j, k, l, kwgt, nvtxs, ncon, nbnd, nswaps, from, to, pass, me, limit, tmp, cnum; | ^~ mfm2.c: In function '__IsBetter2wayBalance': mfm2.c:328:10: warning: unused variable 'j' [-Wunused-variable] 328 | int i, j; | ^ mfm2.c: In function '__SelectQueue2': mfm2.c:296:10: warning: 'max' may be used uninitialized [-Wmaybe-uninitialized] 296 | if (diff > max && PQueueGetSize(&queues[i][*from]) > 0) { | ^ mfm2.c:267:15: note: 'max' was declared here 267 | float diff, max, maxdiff=0.0; | ^~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c mkwayfmh.c mkwayfmh.c: In function '__MCRandom_KWayEdgeRefineHorizontal': mkwayfmh.c:23:29: warning: unused variable 'l' [-Wunused-variable] 23 | int i, ii, iii, j, jj, k, l, pass, nvtxs, ncon, nmoves, nbnd, myndegrees, same; | ^ mkwayfmh.c:23:22: warning: unused variable 'jj' [-Wunused-variable] 23 | int i, ii, iii, j, jj, k, l, pass, nvtxs, ncon, nmoves, nbnd, myndegrees, same; | ^~ mkwayfmh.c: In function '__MCGreedy_KWayEdgeBalanceHorizontal': mkwayfmh.c:261:21: warning: variable 'oldcut' set but not used [-Wunused-but-set-variable] 261 | int from, me, to, oldcut; | ^~~~~~ mkwayfmh.c:260:29: warning: unused variable 'l' [-Wunused-variable] 260 | int i, ii, iii, j, jj, k, l, pass, nvtxs, ncon, nbnd, myndegrees, oldgain, gain, nmoves; | ^ mkwayfmh.c:260:22: warning: unused variable 'jj' [-Wunused-variable] 260 | int i, ii, iii, j, jj, k, l, pass, nvtxs, ncon, nbnd, myndegrees, oldgain, gain, nmoves; | ^~ mkwayfmh.c:260:14: warning: unused variable 'iii' [-Wunused-variable] 260 | int i, ii, iii, j, jj, k, l, pass, nvtxs, ncon, nbnd, myndegrees, oldgain, gain, nmoves; | ^~~ mkwayfmh.c: In function '__IsHBalanceBetterFT': mkwayfmh.c:595:13: warning: unused variable 'k' [-Wunused-variable] 595 | int i, j, k; | ^ mkwayfmh.c:595:10: warning: unused variable 'j' [-Wunused-variable] 595 | int i, j, k; | ^ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c sfm.c sfm.c: In function '__FM_2WayNodeBalance': sfm.c:926:7: warning: unused variable 'pass' [-Wunused-variable] 926 | int pass, to, other; | ^~~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c subdomains.c subdomains.c: In function '__Random_KWayEdgeRefineMConn': subdomains.c:24:22: warning: unused variable 'jj' [-Wunused-variable] 24 | int i, ii, iii, j, jj, k, l, pass, nvtxs, nmoves, nbnd, tvwgt, myndegrees; | ^~ subdomains.c: In function '__Greedy_KWayEdgeBalanceMConn': subdomains.c:315:21: warning: variable 'oldcut' set but not used [-Wunused-but-set-variable] 315 | int from, me, to, oldcut, vwgt, maxndoms, nadd; | ^~~~~~ subdomains.c:314:22: warning: unused variable 'jj' [-Wunused-variable] 314 | int i, ii, iii, j, jj, k, l, pass, nvtxs, nbnd, tvwgt, myndegrees, oldgain, gain, nmoves; | ^~ subdomains.c:314:14: warning: unused variable 'iii' [-Wunused-variable] 314 | int i, ii, iii, j, jj, k, l, pass, nvtxs, nbnd, tvwgt, myndegrees, oldgain, gain, nmoves; | ^~~ subdomains.c: In function '__ComputeSubDomainGraph': subdomains.c:679:28: warning: variable 'adjwgt' set but not used [-Wunused-but-set-variable] 679 | idxtype *xadj, *adjncy, *adjwgt, *where; | ^~~~~~ subdomains.c:679:19: warning: variable 'adjncy' set but not used [-Wunused-but-set-variable] 679 | idxtype *xadj, *adjncy, *adjwgt, *where; | ^~~~~~ subdomains.c:679:12: warning: variable 'xadj' set but not used [-Wunused-but-set-variable] 679 | idxtype *xadj, *adjncy, *adjwgt, *where; | ^~~~ In file included from ./metis.h:35, from subdomains.c:16: subdomains.c: In function '__EliminateSubDomainEdges': ./rename.h:380:41: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] 380 | #define GKfree __GKfree | ^~~~~~~~ subdomains.c:885:3: note: in expansion of macro 'GKfree' 885 | GKfree(&cand, &cand2, LTERM); | ^~~~~~ subdomains.c: In function '__MoveGroupMConn': subdomains.c:895:45: warning: unused variable 'myndegrees' [-Wunused-variable] 895 | int i, ii, iii, j, jj, k, l, nvtxs, nbnd, myndegrees; | ^~~~~~~~~~ subdomains.c:895:32: warning: variable 'nvtxs' set but not used [-Wunused-but-set-variable] 895 | int i, ii, iii, j, jj, k, l, nvtxs, nbnd, myndegrees; | ^~~~~ subdomains.c:895:29: warning: unused variable 'l' [-Wunused-variable] 895 | int i, ii, iii, j, jj, k, l, nvtxs, nbnd, myndegrees; | ^ subdomains.c:895:22: warning: unused variable 'jj' [-Wunused-variable] 895 | int i, ii, iii, j, jj, k, l, nvtxs, nbnd, myndegrees; | ^~ subdomains.c: In function '__EliminateComponents': subdomains.c:1050:75: warning: unused variable 'other' [-Wunused-variable] 1050 | int i, ii, j, jj, k, me, nvtxs, tvwgt, first, last, nleft, ncmps, cwgt, other, target, deltawgt; | ^~~~~ subdomains.c: In function '__MoveGroup': subdomains.c:1176:45: warning: unused variable 'myndegrees' [-Wunused-variable] 1176 | int i, ii, iii, j, jj, k, l, nvtxs, nbnd, myndegrees; | ^~~~~~~~~~ subdomains.c:1176:32: warning: variable 'nvtxs' set but not used [-Wunused-but-set-variable] 1176 | int i, ii, iii, j, jj, k, l, nvtxs, nbnd, myndegrees; | ^~~~~ subdomains.c:1176:29: warning: unused variable 'l' [-Wunused-variable] 1176 | int i, ii, iii, j, jj, k, l, nvtxs, nbnd, myndegrees; | ^ subdomains.c:1176:22: warning: unused variable 'jj' [-Wunused-variable] 1176 | int i, ii, iii, j, jj, k, l, nvtxs, nbnd, myndegrees; | ^~ subdomains.c: In function '__EliminateComponents': subdomains.c:1097:10: warning: 'me' may be used uninitialized [-Wmaybe-uninitialized] 1097 | if (where[k] == me && !touched[k]) { | ^ subdomains.c:1050:24: note: 'me' was declared here 1050 | int i, ii, j, jj, k, me, nvtxs, tvwgt, first, last, nleft, ncmps, cwgt, other, target, deltawgt; | ^~ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' cc -pipe -O2 -Wall -fPIC -DPIC -g -I. -c kwayvolfm.c In file included from ./metis.h:35, from kwayvolfm.c:13: kwayvolfm.c: In function '__Random_KWayVolRefine': ./rename.h:380:41: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] 380 | #define GKfree __GKfree | ^~~~~~~~ kwayvolfm.c:151:3: note: in expansion of macro 'GKfree' 151 | GKfree(&marker, &updind, &phtable, LTERM); | ^~~~~~ kwayvolfm.c:25:35: warning: variable 'bndptr' set but not used [-Wunused-but-set-variable] 25 | idxtype *where, *pwgts, *perm, *bndptr, *bndind, *minwgt, *maxwgt, *itpwgts, *updind, *marker, *phtable; | ^~~~~~ kwayvolfm.c:24:28: warning: variable 'adjwgt' set but not used [-Wunused-but-set-variable] 24 | idxtype *xadj, *adjncy, *adjwgt; | ^~~~~~ kwayvolfm.c:24:19: warning: variable 'adjncy' set but not used [-Wunused-but-set-variable] 24 | idxtype *xadj, *adjncy, *adjwgt; | ^~~~~~ kwayvolfm.c:24:12: warning: variable 'xadj' set but not used [-Wunused-but-set-variable] 24 | idxtype *xadj, *adjncy, *adjwgt; | ^~~~ kwayvolfm.c:23:13: warning: unused variable 'me' [-Wunused-variable] 23 | int from, me, to, oldcut, oldvol, vwgt; | ^~ kwayvolfm.c:22:36: warning: unused variable 'u' [-Wunused-variable] 22 | int i, ii, iii, j, jj, k, kk, l, u, pass, nvtxs, nmoves, tvwgt, myndegrees, xgain; | ^ kwayvolfm.c:22:33: warning: unused variable 'l' [-Wunused-variable] 22 | int i, ii, iii, j, jj, k, kk, l, u, pass, nvtxs, nmoves, tvwgt, myndegrees, xgain; | ^ kwayvolfm.c:22:29: warning: unused variable 'kk' [-Wunused-variable] 22 | int i, ii, iii, j, jj, k, kk, l, u, pass, nvtxs, nmoves, tvwgt, myndegrees, xgain; | ^~ kwayvolfm.c:22:22: warning: unused variable 'jj' [-Wunused-variable] 22 | int i, ii, iii, j, jj, k, kk, l, u, pass, nvtxs, nmoves, tvwgt, myndegrees, xgain; | ^~ kwayvolfm.c: In function '__Random_KWayVolRefineMConn': kwayvolfm.c:169:35: warning: variable 'bndptr' set but not used [-Wunused-but-set-variable] 169 | idxtype *where, *pwgts, *perm, *bndptr, *bndind, *minwgt, *maxwgt, *itpwgts, *updind, *marker, *phtable; | ^~~~~~ kwayvolfm.c:166:36: warning: unused variable 'u' [-Wunused-variable] 166 | int i, ii, iii, j, jj, k, kk, l, u, pass, nvtxs, nmoves, tvwgt, myndegrees, xgain; | ^ kwayvolfm.c:166:29: warning: unused variable 'kk' [-Wunused-variable] 166 | int i, ii, iii, j, jj, k, kk, l, u, pass, nvtxs, nmoves, tvwgt, myndegrees, xgain; | ^~ kwayvolfm.c:166:22: warning: unused variable 'jj' [-Wunused-variable] 166 | int i, ii, iii, j, jj, k, kk, l, u, pass, nvtxs, nmoves, tvwgt, myndegrees, xgain; | ^~ kwayvolfm.c: In function '__Greedy_KWayVolBalance': kwayvolfm.c:408:43: warning: variable 'bndptr' set but not used [-Wunused-but-set-variable] 408 | idxtype *where, *pwgts, *perm, *moved, *bndptr, *bndind, *minwgt, *maxwgt, *itpwgts, *updind, *marker, *phtable; | ^~~~~~ kwayvolfm.c:407:28: warning: variable 'adjwgt' set but not used [-Wunused-but-set-variable] 407 | idxtype *xadj, *adjncy, *adjwgt; | ^~~~~~ kwayvolfm.c:407:19: warning: variable 'adjncy' set but not used [-Wunused-but-set-variable] 407 | idxtype *xadj, *adjncy, *adjwgt; | ^~~~~~ kwayvolfm.c:407:12: warning: variable 'xadj' set but not used [-Wunused-but-set-variable] 407 | idxtype *xadj, *adjncy, *adjwgt; | ^~~~ kwayvolfm.c:406:27: warning: unused variable 'gain' [-Wunused-variable] 406 | int from, me, to, vwgt, gain; | ^~~~ kwayvolfm.c:406:13: warning: unused variable 'me' [-Wunused-variable] 406 | int from, me, to, vwgt, gain; | ^~ kwayvolfm.c:405:36: warning: unused variable 'u' [-Wunused-variable] 405 | int i, ii, iii, j, jj, k, kk, l, u, pass, nvtxs, nmoves, tvwgt, myndegrees, xgain; | ^ kwayvolfm.c:405:33: warning: unused variable 'l' [-Wunused-variable] 405 | int i, ii, iii, j, jj, k, kk, l, u, pass, nvtxs, nmoves, tvwgt, myndegrees, xgain; | ^ kwayvolfm.c:405:29: warning: unused variable 'kk' [-Wunused-variable] 405 | int i, ii, iii, j, jj, k, kk, l, u, pass, nvtxs, nmoves, tvwgt, myndegrees, xgain; | ^~ kwayvolfm.c:405:22: warning: unused variable 'jj' [-Wunused-variable] 405 | int i, ii, iii, j, jj, k, kk, l, u, pass, nvtxs, nmoves, tvwgt, myndegrees, xgain; | ^~ kwayvolfm.c:405:14: warning: unused variable 'iii' [-Wunused-variable] 405 | int i, ii, iii, j, jj, k, kk, l, u, pass, nvtxs, nmoves, tvwgt, myndegrees, xgain; | ^~~ kwayvolfm.c: In function '__Greedy_KWayVolBalanceMConn': kwayvolfm.c:562:43: warning: variable 'bndptr' set but not used [-Wunused-but-set-variable] 562 | idxtype *where, *pwgts, *perm, *moved, *bndptr, *bndind, *minwgt, *maxwgt, *itpwgts, *updind, *marker, *phtable; | ^~~~~~ kwayvolfm.c:560:27: warning: unused variable 'gain' [-Wunused-variable] 560 | int from, me, to, vwgt, gain, maxndoms, nadd; | ^~~~ kwayvolfm.c:559:36: warning: unused variable 'u' [-Wunused-variable] 559 | int i, ii, iii, j, jj, k, kk, l, u, pass, nvtxs, nmoves, tvwgt, myndegrees, xgain; | ^ kwayvolfm.c:559:29: warning: unused variable 'kk' [-Wunused-variable] 559 | int i, ii, iii, j, jj, k, kk, l, u, pass, nvtxs, nmoves, tvwgt, myndegrees, xgain; | ^~ kwayvolfm.c:559:22: warning: unused variable 'jj' [-Wunused-variable] 559 | int i, ii, iii, j, jj, k, kk, l, u, pass, nvtxs, nmoves, tvwgt, myndegrees, xgain; | ^~ kwayvolfm.c:559:14: warning: unused variable 'iii' [-Wunused-variable] 559 | int i, ii, iii, j, jj, k, kk, l, u, pass, nvtxs, nmoves, tvwgt, myndegrees, xgain; | ^~~ kwayvolfm.c: In function '__KWayVolUpdate': kwayvolfm.c:808:30: warning: unused variable 'l' [-Wunused-variable] 808 | int ii, iii, j, jj, k, kk, l, u, nupd, other, me, myidx; | ^ kwayvolfm.c:808:11: warning: unused variable 'iii' [-Wunused-variable] 808 | int ii, iii, j, jj, k, kk, l, u, nupd, other, me, myidx; | ^~~ In file included from ./metis.h:33: kwayvolfm.c: In function '__ComputeKWayVolume': ./struct.h:24:19: warning: suggest parentheses around '-' inside '<<' [-Wparentheses] 24 | #define MAXIDX (1<<8*sizeof(idxtype)-2) | ^~ kwayvolfm.c:1163:20: note: in expansion of macro 'MAXIDX' 1163 | myrinfo->gv = -MAXIDX; | ^~~~~~ kwayvolfm.c:1092:36: warning: variable 'adjwgt' set but not used [-Wunused-but-set-variable] 1092 | idxtype *xadj, *vsize, *adjncy, *adjwgt, *where; | ^~~~~~ kwayvolfm.c:1091:50: warning: unused variable 'pid' [-Wunused-variable] 1091 | int ii, iii, i, j, k, kk, l, nvtxs, me, other, pid; | ^~~ kwayvolfm.c:1091:32: warning: variable 'nvtxs' set but not used [-Wunused-but-set-variable] 1091 | int ii, iii, i, j, k, kk, l, nvtxs, me, other, pid; | ^~~~~ kwayvolfm.c:1091:29: warning: unused variable 'l' [-Wunused-variable] 1091 | int ii, iii, i, j, k, kk, l, nvtxs, me, other, pid; | ^ kwayvolfm.c: In function '__ComputeVolume': kwayvolfm.c:1182:16: warning: unused variable 'me' [-Wunused-variable] 1182 | int i, j, k, me, nvtxs, nparts, totalv; | ^~ kwayvolfm.c: In function '__CheckVolKWayPartitionParams': kwayvolfm.c:1222:70: warning: unused variable 'bndptr' [-Wunused-variable] 1222 | idxtype *xadj, *vsize, *adjncy, *adjwgt, *pwgts, *where, *bndind, *bndptr; | ^~~~~~ kwayvolfm.c:1222:61: warning: unused variable 'bndind' [-Wunused-variable] 1222 | idxtype *xadj, *vsize, *adjncy, *adjwgt, *pwgts, *where, *bndind, *bndptr; | ^~~~~~ kwayvolfm.c:1222:45: warning: unused variable 'pwgts' [-Wunused-variable] 1222 | idxtype *xadj, *vsize, *adjncy, *adjwgt, *pwgts, *where, *bndind, *bndptr; | ^~~~~ kwayvolfm.c:1222:36: warning: variable 'adjwgt' set but not used [-Wunused-but-set-variable] 1222 | idxtype *xadj, *vsize, *adjncy, *adjwgt, *pwgts, *where, *bndind, *bndptr; | ^~~~~~ kwayvolfm.c:1221:48: warning: unused variable 'minvol' [-Wunused-variable] 1221 | int i, ii, j, k, kk, l, nvtxs, nbnd, mincut, minvol, me, other, pid; | ^~~~~~ kwayvolfm.c:1221:40: warning: unused variable 'mincut' [-Wunused-variable] 1221 | int i, ii, j, k, kk, l, nvtxs, nbnd, mincut, minvol, me, other, pid; | ^~~~~~ kwayvolfm.c:1221:34: warning: unused variable 'nbnd' [-Wunused-variable] 1221 | int i, ii, j, k, kk, l, nvtxs, nbnd, mincut, minvol, me, other, pid; | ^~~~ kwayvolfm.c:1221:24: warning: unused variable 'l' [-Wunused-variable] 1221 | int i, ii, j, k, kk, l, nvtxs, nbnd, mincut, minvol, me, other, pid; | ^ kwayvolfm.c: In function '__ComputeVolSubDomainGraph': kwayvolfm.c:1348:28: warning: variable 'adjwgt' set but not used [-Wunused-but-set-variable] 1348 | idxtype *xadj, *adjncy, *adjwgt, *where; | ^~~~~~ kwayvolfm.c:1348:19: warning: variable 'adjncy' set but not used [-Wunused-but-set-variable] 1348 | idxtype *xadj, *adjncy, *adjwgt, *where; | ^~~~~~ kwayvolfm.c:1348:12: warning: variable 'xadj' set but not used [-Wunused-but-set-variable] 1348 | idxtype *xadj, *adjncy, *adjwgt, *where; | ^~~~ kwayvolfm.c: In function 'EliminateVolComponents': kwayvolfm.c:1665:10: warning: 'me' may be used uninitialized [-Wmaybe-uninitialized] 1665 | if (where[k] == me && !touched[k]) { | ^ kwayvolfm.c:1616:24: note: 'me' was declared here 1616 | int i, ii, j, jj, k, me, nvtxs, tvwgt, first, last, nleft, ncmps, cwgt, ncand, other, target, deltawgt; | ^~ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' ar rv ../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 ar: creating ../libmetis.a a - coarsen.o a - fm.o a - initpart.o a - match.o a - ccgraph.o a - memory.o a - pmetis.o a - pqueue.o a - refine.o a - util.o a - timing.o a - debug.o a - bucketsort.o a - graph.o a - stat.o a - kmetis.o a - kwayrefine.o a - kwayfm.o a - balance.o a - ometis.o a - srefine.o a - sfm.o a - separator.o a - mincover.o a - mmd.o a - mesh.o a - meshpart.o a - frename.o a - fortran.o a - myqsort.o a - compress.o a - parmetis.o a - estmem.o a - mpmetis.o a - mcoarsen.o a - mmatch.o a - minitpart.o a - mbalance.o a - mrefine.o a - mutil.o a - mfm.o a - mkmetis.o a - mkwayrefine.o a - mkwayfmh.o a - mrefine2.o a - minitpart2.o a - mbalance2.o a - mfm2.o a - kvmetis.o a - kwayvolrefine.o a - kwayvolfm.o a - subdomains.o ranlib ../libmetis.a make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' (cd Programs ; make ) make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Programs' cc -pipe -O2 -Wall -fPIC -DPIC -g -I../Lib -c oemetis.c oemetis.c:22:1: warning: return type defaults to 'int' [-Wimplicit-int] 22 | 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:41: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] 380 | #define GKfree __GKfree | ^~~~~~~~ oemetis.c:58:3: note: in expansion of macro 'GKfree' 58 | GKfree(&graph.vwgt, &graph.adjwgt, LTERM); | ^~~~~~ oemetis.c:24:7: warning: unused variable 'i' [-Wunused-variable] 24 | int i, options[10]; | ^ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Programs' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Programs' cc -pipe -O2 -Wall -fPIC -DPIC -g -I../Lib -c kmetis.c kmetis.c:22:1: warning: return type defaults to 'int' [-Wimplicit-int] 22 | main(int argc, char *argv[]) | ^~~~ In file included from ../Lib/metis.h:35, from kmetis.c:15: kmetis.c: In function 'main': ../Lib/rename.h:380:41: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] 380 | #define GKfree __GKfree | ^~~~~~~~ kmetis.c:102:3: note: in expansion of macro 'GKfree' 102 | GKfree(&graph.xadj, &graph.adjncy, &graph.vwgt, &graph.adjwgt, &part, LTERM); | ^~~~~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Programs' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Programs' cc -pipe -O2 -Wall -fPIC -DPIC -g -I../Lib -c mesh2dual.c mesh2dual.c:23:1: warning: return type defaults to 'int' [-Wimplicit-int] 23 | 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:41: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] 380 | #define GKfree __GKfree | ^~~~~~~~ mesh2dual.c:68:3: note: in expansion of macro 'GKfree' 68 | GKfree(&elmnts, &xadj, &adjncy, LTERM); | ^~~~~~ mesh2dual.c:25:10: warning: unused variable 'j' [-Wunused-variable] 25 | int i, j, ne, nn, etype, numflag=0; | ^ mesh2dual.c:25:7: warning: unused variable 'i' [-Wunused-variable] 25 | int i, j, ne, nn, etype, numflag=0; | ^ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Programs' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Programs' cc -pipe -O2 -Wall -fPIC -DPIC -g -I../Lib -c mesh2nodal.c mesh2nodal.c:23:1: warning: return type defaults to 'int' [-Wimplicit-int] 23 | 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:41: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] 380 | #define GKfree __GKfree | ^~~~~~~~ mesh2nodal.c:68:3: note: in expansion of macro 'GKfree' 68 | GKfree(&elmnts, &xadj, &adjncy, LTERM); | ^~~~~~ mesh2nodal.c:25:10: warning: unused variable 'j' [-Wunused-variable] 25 | int i, j, ne, nn, etype, numflag=0; | ^ mesh2nodal.c:25:7: warning: unused variable 'i' [-Wunused-variable] 25 | int i, j, ne, nn, etype, numflag=0; | ^ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Programs' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Programs' cc -pipe -O2 -Wall -fPIC -DPIC -g -I../Lib -c onmetis.c onmetis.c:22:1: warning: return type defaults to 'int' [-Wimplicit-int] 22 | 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:41: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] 380 | #define GKfree __GKfree | ^~~~~~~~ onmetis.c:58:3: note: in expansion of macro 'GKfree' 58 | GKfree(&graph.vwgt, &graph.adjwgt, LTERM); | ^~~~~~ onmetis.c:24:7: warning: unused variable 'i' [-Wunused-variable] 24 | int i, options[10]; | ^ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Programs' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Programs' cc -pipe -O2 -Wall -fPIC -DPIC -g -I../Lib -c partnmesh.c partnmesh.c:23:1: warning: return type defaults to 'int' [-Wimplicit-int] 23 | 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:41: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] 380 | #define GKfree __GKfree | ^~~~~~~~ partnmesh.c:89:3: note: in expansion of macro 'GKfree' 89 | GKfree(&elmnts, &epart, &npart, LTERM); | ^~~~~~ partnmesh.c:29:13: warning: unused variable 'graph' [-Wunused-variable] 29 | GraphType graph; | ^~~~~ partnmesh.c:25:10: warning: unused variable 'j' [-Wunused-variable] 25 | int i, j, ne, nn, etype, numflag=0, nparts, edgecut; | ^ partnmesh.c:25:7: warning: unused variable 'i' [-Wunused-variable] 25 | int i, j, ne, nn, etype, numflag=0, nparts, edgecut; | ^ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Programs' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Programs' cc -pipe -O2 -Wall -fPIC -DPIC -g -I../Lib -c partdmesh.c partdmesh.c:23:1: warning: return type defaults to 'int' [-Wimplicit-int] 23 | 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:41: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] 380 | #define GKfree __GKfree | ^~~~~~~~ partdmesh.c:89:3: note: in expansion of macro 'GKfree' 89 | GKfree(&elmnts, &epart, &npart, LTERM); | ^~~~~~ partdmesh.c:29:13: warning: unused variable 'graph' [-Wunused-variable] 29 | GraphType graph; | ^~~~~ partdmesh.c:25:10: warning: unused variable 'j' [-Wunused-variable] 25 | int i, j, ne, nn, etype, numflag=0, nparts, edgecut; | ^ partdmesh.c:25:7: warning: unused variable 'i' [-Wunused-variable] 25 | int i, j, ne, nn, etype, numflag=0, nparts, edgecut; | ^ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Programs' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Programs' cc -pipe -O2 -Wall -fPIC -DPIC -g -I../Lib -c graphchk.c graphchk.c:22:1: warning: return type defaults to 'int' [-Wimplicit-int] 22 | 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:41: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] 380 | #define GKfree __GKfree | ^~~~~~~~ graphchk.c:55:3: note: in expansion of macro 'GKfree' 55 | GKfree(&graph.xadj, &graph.adjncy, &graph.vwgt, &graph.adjwgt, LTERM); | ^~~~~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Programs' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Programs' cc -pipe -O2 -Wall -fPIC -DPIC -g -I../Lib -c pmetis.c pmetis.c:22:1: warning: return type defaults to 'int' [-Wimplicit-int] 22 | main(int argc, char *argv[]) | ^~~~ In file included from ../Lib/metis.h:35, from pmetis.c:15: pmetis.c: In function 'main': ../Lib/rename.h:380:41: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] 380 | #define GKfree __GKfree | ^~~~~~~~ pmetis.c:102:3: note: in expansion of macro 'GKfree' 102 | GKfree(&graph.xadj, &graph.adjncy, &graph.vwgt, &graph.adjwgt, &part, LTERM); | ^~~~~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Programs' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Programs' cc -pipe -O2 -Wall -fPIC -DPIC -g -I../Lib -c smbfactor.c In file included from ../Lib/metis.h:35, from smbfactor.c:15: smbfactor.c: In function 'ComputeFillIn': ../Lib/rename.h:380:41: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] 380 | #define GKfree __GKfree | ^~~~~~~~ smbfactor.c:80:3: note: in expansion of macro 'GKfree' 80 | GKfree(&perm, &xlnz, &xnzsub, &nzsub, LTERM); | ^~~~~~ smbfactor.c:23:10: warning: unused variable 'j' [-Wunused-variable] 23 | int i, j, k, nvtxs, maxlnz, maxsub; | ^ smbfactor.c: In function 'ComputeFillIn2': smbfactor.c:101:10: warning: unused variable 'j' [-Wunused-variable] 101 | int i, j, k, nvtxs, maxlnz, maxsub; | ^ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Programs' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Programs' cc -pipe -O2 -Wall -fPIC -DPIC -g -I../Lib -c io.c In file included from ../Lib/metis.h:33, from io.c:15: io.c: In function 'ReadGraph': ../Lib/struct.h:24:19: warning: suggest parentheses around '-' inside '<<' [-Wparentheses] 24 | #define MAXIDX (1<<8*sizeof(idxtype)-2) | ^~ io.c:77:22: note: in expansion of macro 'MAXIDX' 77 | if (graph->nvtxs > MAXIDX) | ^~~~~~ ../Lib/struct.h:24:19: warning: suggest parentheses around '-' inside '<<' [-Wparentheses] 24 | #define MAXIDX (1<<8*sizeof(idxtype)-2) | ^~ io.c:78:68: note: in expansion of macro 'MAXIDX' 78 | errexit("\nThe matrix is too big: %d [%d %d]\n", graph->nvtxs, MAXIDX, sizeof(idxtype)); | ^~~~~~ io.c:24:10: warning: unused variable 'j' [-Wunused-variable] 24 | int i, j, k, l, fmt, readew, readvw, ncon, edge, ewgt; | ^ io.c: In function 'ReadMesh': io.c:280:13: warning: unused variable 'k' [-Wunused-variable] 280 | int i, j, k, esize; | ^ io.c:280:16: warning: 'esize' may be used uninitialized [-Wmaybe-uninitialized] 280 | int i, j, k, esize; | ^~~~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Programs' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Programs' cc -L. -L.. -o ../mesh2dual mesh2dual.o io.o -lmetis -lm chmod 755 ../mesh2dual make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Programs' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Programs' cc -L. -L.. -o ../oemetis oemetis.o io.o smbfactor.o -lmetis -lm chmod 755 ../oemetis make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Programs' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Programs' cc -L. -L.. -o ../partdmesh partdmesh.o io.o -lmetis -lm chmod 755 ../partdmesh make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Programs' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Programs' cc -L. -L.. -o ../graphchk graphchk.o io.o -lmetis -lm chmod 755 ../graphchk make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Programs' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Programs' cc -L. -L.. -o ../mesh2nodal mesh2nodal.o io.o -lmetis -lm chmod 755 ../mesh2nodal make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Programs' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Programs' cc -L. -L.. -o ../kmetis kmetis.o io.o -lmetis -lm chmod 755 ../kmetis make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Programs' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Programs' cc -L. -L.. -o ../onmetis onmetis.o io.o smbfactor.o -lmetis -lm chmod 755 ../onmetis make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Programs' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Programs' cc -L. -L.. -o ../pmetis pmetis.o io.o -lmetis -lm chmod 755 ../pmetis make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Programs' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Programs' cc -L. -L.. -o ../partnmesh partnmesh.o io.o -lmetis -lm chmod 755 ../partnmesh make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Programs' (cd Test ; make ) make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Test' cc -pipe -O2 -Wall -fPIC -DPIC -g -I../Lib -c mtest.c mtest.c:23:1: warning: return type defaults to 'int' [-Wimplicit-int] 23 | 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:41: warning: implicit declaration of function '__GKfree'; did you mean 'GKfree'? [-Wimplicit-function-declaration] 380 | #define GKfree __GKfree | ^~~~~~~~ mtest.c:56:3: note: in expansion of macro 'GKfree' 56 | GKfree(&graph.xadj, &graph.adjncy, &graph.vwgt, &graph.adjwgt, LTERM); | ^~~~~~ mtest.c:29:33: warning: unused variable 'edgecut' [-Wunused-variable] 29 | int numflag = 0, wgtflag = 0, edgecut; | ^~~~~~~ mtest.c:29:7: warning: unused variable 'numflag' [-Wunused-variable] 29 | int numflag = 0, wgtflag = 0, edgecut; | ^~~~~~~ mtest.c:27:25: warning: unused variable 'rubvec' [-Wunused-variable] 27 | float lbvec[MAXNCON], rubvec[MAXNCON]; | ^~~~~~ mtest.c:27:9: warning: unused variable 'lbvec' [-Wunused-variable] 27 | float lbvec[MAXNCON], rubvec[MAXNCON]; | ^~~~~ mtest.c:26:12: warning: unused variable 'part' [-Wunused-variable] 26 | idxtype *part; | ^~~~ mtest.c:25:18: warning: unused variable 'options' [-Wunused-variable] 25 | int i, nparts, options[10]; | ^~~~~~~ mtest.c:25:10: warning: unused variable 'nparts' [-Wunused-variable] 25 | int i, nparts, options[10]; | ^~~~~~ mtest.c:25:7: warning: unused variable 'i' [-Wunused-variable] 25 | int i, nparts, options[10]; | ^ mtest.c: In function 'VerifyPart': mtest.c:505:13: warning: unused variable 'k' [-Wunused-variable] 505 | int i, j, k, cut, vfree=0, efree=0, rcode=0; | ^ mtest.c: In function 'VerifyWPart': mtest.c:554:13: warning: unused variable 'k' [-Wunused-variable] 554 | int i, j, k, tvwgt, cut, vfree=0, efree=0, rcode=0; | ^ mtest.c: In function 'Test_PartGraphV': mtest.c:608:17: warning: unused variable 'k' [-Wunused-variable] 608 | int i, j, jj, k, tstnum, rcode; | ^ mtest.c:608:13: warning: unused variable 'jj' [-Wunused-variable] 608 | int i, j, jj, k, tstnum, rcode; | ^~ mtest.c:608:10: warning: unused variable 'j' [-Wunused-variable] 608 | int i, j, jj, k, tstnum, rcode; | ^ mtest.c: In function 'VerifyPartV': mtest.c:837:13: warning: unused variable 'k' [-Wunused-variable] 837 | int i, j, k, ttlv, vfree=0, efree=0, rcode=0; | ^ mtest.c: In function 'VerifyWPartV': mtest.c:893:13: warning: unused variable 'k' [-Wunused-variable] 893 | int i, j, k, tvwgt, ttlv, vfree=0, efree=0, rcode=0; | ^ mtest.c: In function 'VerifyPartmC': mtest.c:1375:13: warning: unused variable 'k' [-Wunused-variable] 1375 | int i, j, k, cut, efree=0, rcode=0; | ^ mtest.c: In function 'Test_ND': mtest.c:1439:16: warning: unused variable 'wgtflag' [-Wunused-variable] 1439 | int numflag, wgtflag, options[10]; | ^~~~~~~ mtest.c:1438:17: warning: unused variable 'k' [-Wunused-variable] 1438 | int i, j, jj, k, tstnum, rcode; | ^ mtest.c:1438:13: warning: unused variable 'jj' [-Wunused-variable] 1438 | int i, j, jj, k, tstnum, rcode; | ^~ mtest.c:1438:10: warning: unused variable 'j' [-Wunused-variable] 1438 | int i, j, jj, k, tstnum, rcode; | ^ mtest.c: In function 'VerifyND': mtest.c:1759:13: warning: unused variable 'k' [-Wunused-variable] 1759 | int i, j, k, rcode=0; | ^ mtest.c:1759:10: warning: unused variable 'j' [-Wunused-variable] 1759 | int i, j, k, rcode=0; | ^ make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Test' make[1]: Entering directory '/usr/src/RPM/BUILD/metis0-4.0.3/Test' cc -L. -L.. -o ../Graphs/mtest mtest.o ../Programs/io.o -lmetis -lm chmod 755 ../Graphs/mtest make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Test' make: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3' + sed -i 's|@VERSION@|4.0.3|' metis.pc + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.52575 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/metis0-buildroot + : + /bin/rm -rf -- /usr/src/tmp/metis0-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd metis0-4.0.3 + install -d /usr/src/tmp/metis0-buildroot/usr/bin + install -d /usr/src/tmp/metis0-buildroot/usr/lib64 + install -d /usr/src/tmp/metis0-buildroot/usr/include/metis0 + install -d /usr/src/tmp/metis0-buildroot/usr/share/doc/metis0 + install -d /usr/src/tmp/metis0-buildroot/usr/share/metis0 + install -d /usr/src/tmp/metis0-buildroot/usr/lib64/pkgconfig + for i in graphchk kmetis mesh2dual mesh2nodal oemetis onmetis partdmesh partnmesh pmetis + install -m755 graphchk /usr/src/tmp/metis0-buildroot/usr/bin + for i in graphchk kmetis mesh2dual mesh2nodal oemetis onmetis partdmesh partnmesh pmetis + install -m755 kmetis /usr/src/tmp/metis0-buildroot/usr/bin + for i in graphchk kmetis mesh2dual mesh2nodal oemetis onmetis partdmesh partnmesh pmetis + install -m755 mesh2dual /usr/src/tmp/metis0-buildroot/usr/bin + for i in graphchk kmetis mesh2dual mesh2nodal oemetis onmetis partdmesh partnmesh pmetis + install -m755 mesh2nodal /usr/src/tmp/metis0-buildroot/usr/bin + for i in graphchk kmetis mesh2dual mesh2nodal oemetis onmetis partdmesh partnmesh pmetis + install -m755 oemetis /usr/src/tmp/metis0-buildroot/usr/bin + for i in graphchk kmetis mesh2dual mesh2nodal oemetis onmetis partdmesh partnmesh pmetis + install -m755 onmetis /usr/src/tmp/metis0-buildroot/usr/bin + for i in graphchk kmetis mesh2dual mesh2nodal oemetis onmetis partdmesh partnmesh pmetis + install -m755 partdmesh /usr/src/tmp/metis0-buildroot/usr/bin + for i in graphchk kmetis mesh2dual mesh2nodal oemetis onmetis partdmesh partnmesh pmetis + install -m755 partnmesh /usr/src/tmp/metis0-buildroot/usr/bin + for i in graphchk kmetis mesh2dual mesh2nodal oemetis onmetis partdmesh partnmesh pmetis + install -m755 pmetis /usr/src/tmp/metis0-buildroot/usr/bin + mv Graphs/mtest Graphs/metis_test + install -m755 Graphs/metis_test /usr/src/tmp/metis0-buildroot/usr/bin + rm -f Graphs/metis_test + install -m644 libmetis.a /usr/src/tmp/metis0-buildroot/usr/lib64 + install -m644 Doc/manual.ps /usr/src/tmp/metis0-buildroot/usr/share/doc/metis0 + install -m644 Graphs/0README Graphs/4elt.graph Graphs/4elt.graph.part.10 Graphs/metis.mesh Graphs/test.mgraph /usr/src/tmp/metis0-buildroot/usr/share/metis0 + install -m644 Lib/defs.h Lib/macros.h Lib/metis.h Lib/proto.h Lib/rename.h Lib/struct.h /usr/src/tmp/metis0-buildroot/usr/include/metis0 + install -m644 metis.pc /usr/src/tmp/metis0-buildroot/usr/lib64/pkgconfig/metis0.pc + pushd /usr/src/tmp/metis0-buildroot/usr/lib64 ~/tmp/metis0-buildroot/usr/lib64 ~/RPM/BUILD/metis0-4.0.3 + ar x libmetis.a + gcc -shared balance.o bucketsort.o ccgraph.o coarsen.o compress.o debug.o estmem.o fm.o fortran.o frename.o graph.o initpart.o kmetis.o kvmetis.o kwayfm.o kwayrefine.o kwayvolfm.o kwayvolrefine.o match.o mbalance.o mbalance2.o mcoarsen.o memory.o mesh.o meshpart.o mfm.o mfm2.o mincover.o minitpart.o minitpart2.o mkmetis.o mkwayfmh.o mkwayrefine.o mmatch.o mmd.o mpmetis.o mrefine.o mrefine2.o mutil.o myqsort.o ometis.o parmetis.o pmetis.o pqueue.o refine.o separator.o sfm.o srefine.o stat.o subdomains.o timing.o util.o -lm -Wl,-soname,libmetis0.so.0 -o libmetis0.so.0 + ln -s libmetis0.so.0 libmetis0.so + rm -f balance.o bucketsort.o ccgraph.o coarsen.o compress.o debug.o estmem.o fm.o fortran.o frename.o graph.o initpart.o kmetis.o kvmetis.o kwayfm.o kwayrefine.o kwayvolfm.o kwayvolrefine.o match.o mbalance.o mbalance2.o mcoarsen.o memory.o mesh.o meshpart.o mfm.o mfm2.o mincover.o minitpart.o minitpart2.o mkmetis.o mkwayfmh.o mkwayrefine.o mmatch.o mmd.o mpmetis.o mrefine.o mrefine2.o mutil.o myqsort.o ometis.o parmetis.o pmetis.o pqueue.o refine.o separator.o sfm.o srefine.o stat.o subdomains.o timing.o util.o + popd ~/RPM/BUILD/metis0-4.0.3 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/metis0-buildroot (auto) mode of './usr/lib64/libmetis0.so.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/metis0-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/metis0-buildroot/ (default) Compressing files in /usr/src/tmp/metis0-buildroot (auto) Adjusting library links in /usr/src/tmp/metis0-buildroot ./usr/lib64: (from :0) libmetis0.so.0 -> libmetis0.so.0 Verifying ELF objects in /usr/src/tmp/metis0-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: libmetis0-4.0.3-alt3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.fkFRMn find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) lib.prov: /usr/src/tmp/metis0-buildroot/usr/lib64/libmetis0.so.0: 342 symbols, 19 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.tXIzuK find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: libmetis0.so.0()(64bit) = set:mdG1hTZ5x0B876ZxsBymKVwyvyzoi7d4tuOm5mKjCcabGCszw9AxwhKOsUthYA0txrqg2EK5KgpNOMcJ3NZqb0WPQjCvSEWVpw01UPqG0w5ceWQZ895KcxbZJc1AJMZrFfsD9xMVwBsg7DbBr2D0GEKbFeCLXZ99X7GZsyr2VYwme7xUWslgZcFEiD2Ax6HuokbBMKT3I9JXMWIEt5ySwnge83ODq416gFeTd4pj4RHdZtbhXD2v2aTgfYBx781TYyUtImV42B26JAtL9TlreyKbe7G35N5LmQ1bDhGA3PwwCMuSMq0peWvfBQN8IZ6kiSpk3gEF4uYWZliZm6dq5lA1NL1bvzhPAymFXD2V4FLxXoW4p3VGwDPIpxoxtYpX7X2lmqfzW9UccnqLZDGpHBZibySfueZ4YuZk1NvtPQpbY2ZLNtRI6RtRZkPFeb3RP8yOngztlcyGqTgKp9Lq0LEDT6BdpzhdwCmaNEtKTLaUenO1QPsvVX0XZtZqLajhJflabZp8qbwLaOOPMhhhAuUi16CThNlBUh58aFiK9J44lYwE2hjtfMyhEZBRIXB1GvWXiu3SzitUnH85U35VW3It4GjwvcQmjIylZt6xqqSueF6zQW35Rtj78E4oafBcWD43sNKHW4RCaspENNb2C0MpYv7Iml9ZkhqcYNgXrZ0CTQbjXwaENiBZL7 Requires: libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libm.so.6(GLIBC_2.2.5)(64bit), libm.so.6(GLIBC_2.29)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.4AL7oT Creating libmetis0-debuginfo package Processing files: libmetis0-devel-4.0.3-alt3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.KsA6Qv find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ze6JX4 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: pkgconfig(metis0) = 4.0.3 Requires: libmetis0 = 4.0.3-alt3, /usr/lib64/libmetis0.so.0, /usr/lib64/pkgconfig Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.l2ZolB Processing files: libmetis0-debuginfo-4.0.3-alt3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.VIwJjv find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.baUjn7 find-requires: running scripts (debuginfo) Provides: debug64(libmetis0.so.0) Requires: libmetis0 = 4.0.3-alt3, debug64(libc.so.6), debug64(libm.so.6) Removing 1 extra deps from libmetis0-devel due to dependency on libmetis0 warning: Installed (but unpackaged) file(s) found: /usr/bin/graphchk /usr/bin/kmetis /usr/bin/mesh2dual /usr/bin/mesh2nodal /usr/bin/metis_test /usr/bin/oemetis /usr/bin/onmetis /usr/bin/partdmesh /usr/bin/partnmesh /usr/bin/pmetis /usr/lib64/libmetis.a /usr/share/doc/metis0/manual.ps /usr/share/metis0/0README /usr/share/metis0/4elt.graph /usr/share/metis0/4elt.graph.part.10 /usr/share/metis0/metis.mesh /usr/share/metis0/test.mgraph Wrote: /usr/src/RPM/RPMS/x86_64/libmetis0-4.0.3-alt3.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libmetis0-devel-4.0.3-alt3.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libmetis0-debuginfo-4.0.3-alt3.x86_64.rpm (w2.lzdio) 12.48user 2.90system 0:11.21elapsed 137%CPU (0avgtext+0avgdata 48216maxresident)k 0inputs+0outputs (0major+880445minor)pagefaults 0swaps /.out/libmetis0-4.0.3-alt3.x86_64.rpm: The use of such a license name is ambiguous: GPL /.out/libmetis0-devel-4.0.3-alt3.x86_64.rpm: The use of such a license name is ambiguous: GPL /.out/libmetis0-debuginfo-4.0.3-alt3.x86_64.rpm: The use of such a license name is ambiguous: GPL 0.64user 0.96system 0:14.57elapsed 11%CPU (0avgtext+0avgdata 11940maxresident)k 0inputs+0outputs (0major+95312minor)pagefaults 0swaps --- libmetis0-4.0.3-alt3.x86_64.rpm.repo 2012-06-24 05:56:57.000000000 +0000 +++ libmetis0-4.0.3-alt3.x86_64.rpm.hasher 2023-04-29 00:47:12.439168156 +0000 @@ -1,5 +1,8 @@ /usr/lib64/libmetis0.so.0 100644 root:root +Requires: libc.so.6(GLIBC_2.14)(64bit) Requires: libc.so.6(GLIBC_2.2.5)(64bit) Requires: libc.so.6(GLIBC_2.3.4)(64bit) +Requires: libc.so.6(GLIBC_2.4)(64bit) Requires: libm.so.6(GLIBC_2.2.5)(64bit) +Requires: libm.so.6(GLIBC_2.29)(64bit) Requires: rtld(GNU_HASH) @@ -8,3 +11,3 @@ Provides: libmetis0 = 4.0.3-alt3 -File: /usr/lib64/libmetis0.so.0 100644 root:root 959df07dc753cf6b74f26833f6c0f693 -RPMIdentity: 10d1f6f0a9eb45fc09f1042f63b9edc0626ff8c5dd880c89befbae7b50b9a0c39b7ff0ef34325c767502aad6ea51163859a6e6f945c4e584c6e0bf88d2e76a12 +File: /usr/lib64/libmetis0.so.0 100644 root:root 4d481588face6450aa579f9ef6dfca81 +RPMIdentity: 2f81811eeeb6264309ed843e6797f676493282bcdec7a8da03a285a5ca020d0d81eb7359a02ddc06f01c973fdcc2aed50e73d4ec120f117b9d48797707d582d6 --- libmetis0-debuginfo-4.0.3-alt3.x86_64.rpm.repo 2012-06-24 05:56:57.000000000 +0000 +++ libmetis0-debuginfo-4.0.3-alt3.x86_64.rpm.hasher 2023-04-29 00:47:12.497168822 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/f4 40755 root:root -/usr/lib/debug/.build-id/f4/5a2762f7410d673dea33522e9f8a11fa581af9 120777 root:root ../../../../lib64/libmetis0.so.0 -/usr/lib/debug/.build-id/f4/5a2762f7410d673dea33522e9f8a11fa581af9.debug 120777 root:root ../../usr/lib64/libmetis0.so.0.debug +/usr/lib/debug/.build-id/2a 40755 root:root +/usr/lib/debug/.build-id/2a/fe20ab43dcd6df2f432c2b398cd0f99112a9b9 120777 root:root ../../../../lib64/libmetis0.so.0 +/usr/lib/debug/.build-id/2a/fe20ab43dcd6df2f432c2b398cd0f99112a9b9.debug 120777 root:root ../../usr/lib64/libmetis0.so.0.debug /usr/lib/debug/usr/lib64/libmetis0.so.0.debug 100644 root:root @@ -66,6 +66,6 @@ Provides: libmetis0-debuginfo = 4.0.3-alt3 -File: /usr/lib/debug/.build-id/f4 40755 root:root -File: /usr/lib/debug/.build-id/f4/5a2762f7410d673dea33522e9f8a11fa581af9 120777 root:root ../../../../lib64/libmetis0.so.0 -File: /usr/lib/debug/.build-id/f4/5a2762f7410d673dea33522e9f8a11fa581af9.debug 120777 root:root ../../usr/lib64/libmetis0.so.0.debug -File: /usr/lib/debug/usr/lib64/libmetis0.so.0.debug 100644 root:root c1bf16be0f8e4dc436e8962095fb6825 +File: /usr/lib/debug/.build-id/2a 40755 root:root +File: /usr/lib/debug/.build-id/2a/fe20ab43dcd6df2f432c2b398cd0f99112a9b9 120777 root:root ../../../../lib64/libmetis0.so.0 +File: /usr/lib/debug/.build-id/2a/fe20ab43dcd6df2f432c2b398cd0f99112a9b9.debug 120777 root:root ../../usr/lib64/libmetis0.so.0.debug +File: /usr/lib/debug/usr/lib64/libmetis0.so.0.debug 100644 root:root e9a6c13008345ef481d1868d475edd9e File: /usr/src/debug/metis0-4.0.3 40755 root:root @@ -126,2 +126,2 @@ File: /usr/src/debug/metis0-4.0.3/Lib/util.c 100644 root:root f4d7f97b109fb9132416d6dbb42a71a9 -RPMIdentity: 6a256fb1ae0e212817450f4056ed9f5ee51f86a7813cd810e9fac8961f4f07d7314b7b5adfe81aec99c232161476869a150aee31585210858d0e832a28165f88 +RPMIdentity: 3fc330c9fd4f84a0d166fdc25c82ee29dbc4d75b972910eca71283496c39f3e0dcf60e3cb8e189c423d97d870c2c9befd6a61449da279777c85e07eb614eb6db --- libmetis0-devel-4.0.3-alt3.x86_64.rpm.repo 2012-06-24 05:56:57.000000000 +0000 +++ libmetis0-devel-4.0.3-alt3.x86_64.rpm.hasher 2023-04-29 00:47:12.581169787 +0000 @@ -23,2 +23,2 @@ File: /usr/lib64/pkgconfig/metis0.pc 100644 root:root cb58a912178582e8f49fee3d59731e90 -RPMIdentity: 9f0464576f876419c4286b1bee0671360c9a25c2cf068c0fd974a21b29e64e692962671e4fcb92782b4217814a6ed1c048c1980e52be5d82f3978aa84ecc1957 +RPMIdentity: aa87c44c3409e064340191715e9d00c3fced29e584ed4d4f231af0f0584ae65839390d917c89376aeb2a758b441d7628bd0ffd2ea05249e2773ce5e98188cb6e