<86>Nov 9 06:16:41 userdel[3400372]: delete user 'rooter' <86>Nov 9 06:16:41 userdel[3400372]: removed group 'rooter' owned by 'rooter' <86>Nov 9 06:16:41 userdel[3400372]: removed shadow group 'rooter' owned by 'rooter' <86>Nov 9 06:16:41 groupadd[3400393]: group added to /etc/group: name=rooter, GID=1805 <86>Nov 9 06:16:41 groupadd[3400393]: group added to /etc/gshadow: name=rooter <86>Nov 9 06:16:41 groupadd[3400393]: new group: name=rooter, GID=1805 <86>Nov 9 06:16:41 useradd[3400410]: new user: name=rooter, UID=1805, GID=1805, home=/root, shell=/bin/bash, from=none <86>Nov 9 06:16:41 userdel[3400435]: delete user 'builder' <86>Nov 9 06:16:41 userdel[3400435]: removed group 'builder' owned by 'builder' <86>Nov 9 06:16:41 userdel[3400435]: removed shadow group 'builder' owned by 'builder' <86>Nov 9 06:16:41 groupadd[3400454]: group added to /etc/group: name=builder, GID=1806 <86>Nov 9 06:16:41 groupadd[3400454]: group added to /etc/gshadow: name=builder <86>Nov 9 06:16:41 groupadd[3400454]: new group: name=builder, GID=1806 <86>Nov 9 06:16:41 useradd[3400468]: new user: name=builder, UID=1806, GID=1806, 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: i586 Building for target i586 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: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.67803 + 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.67803 + 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 memory.c In file included from ./metis.h:35, from memory.c:15: memory.c: In function '__FreeWorkSpace': ./rename.h:380:41: error: 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]: *** [Makefile:21: memory.o] Error 1 make[1]: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3/Lib' make[1]: *** Waiting for unfinished jobs.... 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: error: 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]: *** [Makefile:21: initpart.o] Error 1 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: error: 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]: *** [Makefile:21: pmetis.o] Error 1 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: error: 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]: *** [Makefile:21: pqueue.o] Error 1 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: error: 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]: *** [Makefile:21: stat.o] Error 1 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: error: 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]: *** [Makefile:21: graph.o] Error 1 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: error: 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]: *** [Makefile:21: kmetis.o] Error 1 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 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 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 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 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 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 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 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: *** [Makefile:4: default] Error 2 make: Leaving directory '/usr/src/RPM/BUILD/metis0-4.0.3' error: Bad exit status from /usr/src/tmp/rpm-tmp.67803 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.67803 (%build) Command exited with non-zero status 1 1.40user 0.32system 0:00.37elapsed 457%CPU (0avgtext+0avgdata 28672maxresident)k 0inputs+0outputs (0major+61098minor)pagefaults 0swaps hsh-rebuild: rebuild of `metis0-4.0.3-alt3.src.rpm' failed. Command exited with non-zero status 1 0.56user 1.81system 0:04.83elapsed 49%CPU (0avgtext+0avgdata 11264maxresident)k 0inputs+0outputs (0major+87071minor)pagefaults 0swaps