<86>Sep  2 05:55:52 userdel[2966524]: delete user 'rooter'
<86>Sep  2 05:55:52 userdel[2966524]: removed group 'rooter' owned by 'rooter'
<86>Sep  2 05:55:52 userdel[2966524]: removed shadow group 'rooter' owned by 'rooter'
<86>Sep  2 05:55:52 groupadd[2966541]: group added to /etc/group: name=rooter, GID=1865
<86>Sep  2 05:55:52 groupadd[2966541]: group added to /etc/gshadow: name=rooter
<86>Sep  2 05:55:52 groupadd[2966541]: new group: name=rooter, GID=1865
<86>Sep  2 05:55:52 useradd[2966556]: new user: name=rooter, UID=1865, GID=1865, home=/root, shell=/bin/bash, from=none
<86>Sep  2 05:55:52 userdel[2966596]: delete user 'builder'
<86>Sep  2 05:55:52 userdel[2966596]: removed group 'builder' owned by 'builder'
<86>Sep  2 05:55:52 userdel[2966596]: removed shadow group 'builder' owned by 'builder'
<86>Sep  2 05:55:52 groupadd[2966617]: group added to /etc/group: name=builder, GID=1866
<86>Sep  2 05:55:52 groupadd[2966617]: group added to /etc/gshadow: name=builder
<86>Sep  2 05:55:52 groupadd[2966617]: new group: name=builder, GID=1866
<86>Sep  2 05:55:52 useradd[2966639]: new user: name=builder, UID=1866, GID=1866, home=/usr/src, shell=/bin/bash, from=none
/usr/src/in/srpm/chaco-2.2-alt8.src.rpm: The use of such a license name is ambiguous: LGPL
/usr/src/in/srpm/chaco-2.2-alt8.src.rpm: license not found in '/usr/share/license' directory: v2.1
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/chaco-2.2-alt8.nosrc.rpm (w1.gzdio)
Installing chaco-2.2-alt8.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.63426
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf chaco-2.2
+ echo 'Source #0 (Chaco-2.2.tar.gz):'
Source #0 (Chaco-2.2.tar.gz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/Chaco-2.2.tar.gz
+ /bin/tar -xf -
+ cd chaco-2.2
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.63426
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd chaco-2.2
+ pushd code
~/RPM/BUILD/chaco-2.2/code ~/RPM/BUILD/chaco-2.2
+ SRCDIR=/usr/src/RPM/BUILD/chaco-2.2/code
+ make -j16
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o main/user_params.o main/user_params.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o graph/free_graph.o graph/free_graph.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o input/input_geom.o input/input_geom.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o main/main.o main/main.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o input/input_assign.o input/input_assign.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o graph/reformat.o graph/reformat.c
graph/reformat.c: In function 'reformat':
graph/reformat.c:26:15: warning: 'eptr' may be used uninitialized [-Wmaybe-uninitialized]
   26 |     int      *eptr;             /* steps through adjacency list */
      |               ^~~~
graph/reformat.c:114:28: warning: 'wptr' may be used uninitialized [-Wmaybe-uninitialized]
  114 |                     sum += *wptr;
      |                            ^~~~~
graph/reformat.c:28:15: note: 'wptr' was declared here
   28 |     float    *wptr;             /* steps through edge weights list */
      |               ^~~~
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o graph/check_graph.o graph/check_graph.c
graph/check_graph.c: In function 'check_graph':
graph/check_graph.c:69:25: warning: 'wgt_sum' may be used uninitialized [-Wmaybe-uninitialized]
   69 |                 wgt_sum += graph[i]->ewgts[j];
      |                 ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
graph/check_graph.c:21:15: note: 'wgt_sum' was declared here
   21 |     double    wgt_sum;          /* sum of edge weights */
      |               ^~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o main/interface.o main/interface.c
main/interface.c: In function 'interface':
main/interface.c:230:21: warning: 'params_file' may be used uninitialized [-Wmaybe-uninitialized]
  230 |     if (!Using_Main && params_file != NULL)
      |                     ^
main/interface.c:46:15: note: 'params_file' was declared here
   46 |     FILE     *params_file;      /* file for reading new parameters */
      |               ^~~~~~~~~~~
main/interface.c:108:39: warning: 'nsets_tot' may be used uninitialized [-Wmaybe-uninitialized]
  108 |         goal = (double *) smalloc_ret((unsigned) nsets_tot * sizeof(double));
      |                                       ^~~~~~~~~~~~~~~~~~~~
main/interface.c:56:15: note: 'nsets_tot' was declared here
   56 |     int       nsets_tot;        /* total number of sets being created */
      |               ^~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o graph/subgraph.o graph/subgraph.c
graph/subgraph.c: In function 'make_subgraph':
graph/subgraph.c:67:27: warning: 'fptr' may be used uninitialized [-Wmaybe-uninitialized]
   67 |                     *fptr = tempwgt;
      |                     ~~~~~~^~~~~~~~~
graph/subgraph.c:27:15: note: 'fptr' was declared here
   27 |     float    *fptr;             /* loops through edge weights */
      |               ^~~~
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o input/read_val.o input/read_val.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o input/input.o input/input.c
input/input.c: In function 'input_queries':
input/input.c:55:9: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
   55 |         scanf("%s", inname);
      |         ^~~~~~~~~~~~~~~~~~~
input/input.c:67:9: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
   67 |         scanf("%s", outassignname);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~
input/input.c:74:9: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
   74 |         scanf("%s", outfilename);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
input/input.c:107:13: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  107 |             scanf("%s", inassignname);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
input/input.c:120:13: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  120 |             scanf("%s", geomname);
      |             ^~~~~~~~~~~~~~~~~~~~~
input/input.c:143:21: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  143 |                     scanf("%s", geomname);
      |                     ^~~~~~~~~~~~~~~~~~~~~
input/input.c:165:17: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  165 |                 scanf("%s", geomname);
      |                 ^~~~~~~~~~~~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o inertial/eigenvec2.o inertial/eigenvec2.c
inertial/eigenvec2.c: In function 'evals2':
inertial/eigenvec2.c:37:17: warning: 'M[0][0]' may be used uninitialized [-Wmaybe-uninitialized]
   37 |     c = M[0][0] * M[1][1] - M[1][0] * M[1][0];
      |         ~~~~~~~~^~~~~~~~~
inertial/eigenvec2.c:15:15: note: 'M[0][0]' was declared here
   15 |     double    M[2][2];          /* normalized version of matrix */
      |               ^
inertial/eigenvec2.c:37:37: warning: 'M[1][0]' may be used uninitialized [-Wmaybe-uninitialized]
   37 |     c = M[0][0] * M[1][1] - M[1][0] * M[1][0];
      |                             ~~~~~~~~^~~~~~~~~
inertial/eigenvec2.c:15:15: note: 'M[1][0]' was declared here
   15 |     double    M[2][2];          /* normalized version of matrix */
      |               ^
inertial/eigenvec2.c:37:17: warning: 'M[1][1]' may be used uninitialized [-Wmaybe-uninitialized]
   37 |     c = M[0][0] * M[1][1] - M[1][0] * M[1][0];
      |         ~~~~~~~~^~~~~~~~~
inertial/eigenvec2.c:15:15: note: 'M[1][1]' was declared here
   15 |     double    M[2][2];          /* normalized version of matrix */
      |               ^
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o input/read_params.o input/read_params.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o graph/graph_out.o graph/graph_out.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o inertial/inertial.o inertial/inertial.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o inertial/inertial1d.o inertial/inertial1d.c
inertial/inertial1d.c: In function 'inertial1d':
inertial/inertial1d.c:10:11: warning: type of 'nsets' defaults to 'int' [-Wimplicit-int]
   10 | void      inertial1d(graph, nvtxs, cube_or_mesh, nsets, x, sets, goal,
      |           ^~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o inertial/make_subgeom.o inertial/make_subgeom.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o submain/divide.o submain/divide.c
submain/divide.c: In function 'divide':
submain/divide.c:269:13: warning: 'maxdeg' may be used uninitialized [-Wmaybe-uninitialized]
  269 |             klspiff(graph, nvtxs, assignment, nsets, hop_mtx, goal, term_wgts,
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  270 |                     max_dev, maxdeg, using_ewgts, &null_ptr, weights);
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
submain/divide.c:52:15: note: 'maxdeg' was declared here
   52 |     double    maxdeg;           /* maximum weighted degree of a vertex */
      |               ^~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o submain/submain.o submain/submain.c
submain/submain.c: In function 'submain':
submain/submain.c:302:13: warning: 'nsets_tot' may be used uninitialized [-Wmaybe-uninitialized]
  302 |             force_internal(graph, nvtxs, using_ewgts, assignment, goal, nsets_tot,
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  303 |                            INTERNAL_VERTICES);
      |                            ~~~~~~~~~~~~~~~~~~
submain/submain.c:91:15: note: 'nsets_tot' was declared here
   91 |     int       nsets_tot;        /* total number of sets */
      |               ^~~~~~~~~
submain/submain.c:330:9: warning: 'k' may be used uninitialized [-Wmaybe-uninitialized]
  330 |         assign_out(nvtxs, assignment, k, outassignname);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
submain/submain.c:95:21: note: 'k' was declared here
   95 |     int       i, j, k;          /* loop counters */
      |                     ^
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o inertial/inertial2d.o inertial/inertial2d.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o klspiff/bilistops.o klspiff/bilistops.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o input/input_graph.o input/input_graph.c
input/input_graph.c: In function 'input_graph':
input/input_graph.c:105:12: warning: 'option' may be used uninitialized [-Wmaybe-uninitialized]
  105 |     option /= 10;
      |     ~~~~~~~^~~~~
input/input_graph.c:35:15: note: 'option' was declared here
   35 |     int       option;           /* input option */
      |               ^~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o klspiff/count_weights.o klspiff/count_weights.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o inertial/inertial3d.o inertial/inertial3d.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o input/check_input.o input/check_input.c
input/check_input.c: In function 'check_input':
input/check_input.c:58:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   58 |             if (graphname != NULL)
      |             ^~
input/check_input.c:60:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   60 |                 if (Output_File != NULL) {
      |                 ^~
input/check_input.c:64:13: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
   64 |             else
      |             ^~~~
input/check_input.c:66:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
   66 |                 if (Output_File != NULL) {
      |                 ^~
input/check_input.c: In function 'check_assignment':
input/check_input.c:472:12: warning: type of 'ndims' defaults to 'int' [-Wimplicit-int]
  472 | static int check_assignment(assignment, nvtxs, nsets_tot, ndims, local_method)
      |            ^~~~~~~~~~~~~~~~
input/check_input.c:472:12: warning: type of 'local_method' defaults to 'int' [-Wimplicit-int]
input/check_input.c: In function 'check_input':
input/check_input.c:123:8: warning: 'nprocs' may be used uninitialized [-Wmaybe-uninitialized]
  123 |     if (1 << ndims > nprocs) {
      |        ^
input/check_input.c:46:15: note: 'nprocs' was declared here
   46 |     int       nprocs;           /* number of processors partitioning for */
      |               ^~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o input/reflect_input.o input/reflect_input.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o klspiff/compress_ewgts.o klspiff/compress_ewgts.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o klspiff/kl_init.o klspiff/kl_init.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o submain/balance.o submain/balance.c
submain/balance.c: In function 'balance':
submain/balance.c:109:38: warning: 'nsets_tot' may be used uninitialized [-Wmaybe-uninitialized]
  109 |        smalloc((unsigned) (nsets_tot + 1) * sizeof(struct set_info));
      |                           ~~~~~~~~~~~^~~~
submain/balance.c:62:15: note: 'nsets_tot' was declared here
   62 |     int       nsets_tot;        /* total sets to divide subgraph into */
      |               ^~~~~~~~~
submain/balance.c:176:52: warning: 'j' may be used uninitialized [-Wmaybe-uninitialized]
  176 |             set_info[subsets[i]].next = set_buckets[j];
      |                                                    ^
submain/balance.c:75:18: note: 'j' was declared here
   75 |     int       i, j;             /* loop counter */
      |                  ^
submain/balance.c:264:17: warning: 'subgraph' may be used uninitialized [-Wmaybe-uninitialized]
  264 |                 make_subgraph(graph, subgraph, subnvtxs, &subnedges, assignment,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  265 |                               set->setnum, glob2loc, loc2glob, degree, using_ewgts);
      |                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
submain/balance.c:40:23: note: 'subgraph' was declared here
   40 |     struct vtx_data **subgraph; /* data structure for subgraph */
      |                       ^~~~~~~~
submain/balance.c:282:17: warning: 'subvwsqrt' may be used uninitialized [-Wmaybe-uninitialized]
  282 |                 make_subvector(vwsqrt, subvwsqrt, subnvtxs, loc2glob);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
submain/balance.c:65:15: note: 'subvwsqrt' was declared here
   65 |     double   *subvwsqrt;        /* vwsqrt array for subgraph */
      |               ^~~~~~~~~
submain/balance.c:287:17: warning: 'subcoords' may be used uninitialized [-Wmaybe-uninitialized]
  287 |                 make_subgeom(igeom, coords, subcoords, subnvtxs, loc2glob);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
submain/balance.c:67:15: note: 'subcoords' was declared here
   67 |     float   **subcoords;        /* coordinates for subgraph */
      |               ^~~~~~~~~
submain/balance.c:307:9: warning: 'subassign' may be used uninitialized [-Wmaybe-uninitialized]
  307 |         divide(subgraph, subnvtxs, subnedges, using_vwgts, using_ewgts, subvwsqrt,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  308 |                igeom, subcoords, subassign, merged_goal,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  309 |                architecture, all_term_wgts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  310 |                global_method, local_method, rqi_flag, vmax, ndims_real,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  311 |                eigtol, (hops_flag ? hops_special : hops),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  312 |                nsets_real, striping);
      |                ~~~~~~~~~~~~~~~~~~~~~
submain/balance.c:66:15: note: 'subassign' was declared here
   66 |     short    *subassign;        /* set assignments for subgraph */
      |               ^~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o klspiff/buckets.o klspiff/buckets.c
klspiff/buckets.c: In function 'bucketsorts':
klspiff/buckets.c:159:24: warning: 'ewptr' may be used uninitialized [-Wmaybe-uninitialized]
  159 |                 weight = *(++ewptr) * cut_cost + .5;
      |                 ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
klspiff/buckets.c:42:15: note: 'ewptr' was declared here
   42 |     float    *ewptr;            /* loops through edge weights */
      |               ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o klspiff/buckets_bi.o klspiff/buckets_bi.c
klspiff/buckets_bi.c: In function 'bucketsorts_bi':
klspiff/buckets_bi.c:135:24: warning: 'ewptr' may be used uninitialized [-Wmaybe-uninitialized]
  135 |                 weight = *(++ewptr) * cut_cost + .5;
      |                 ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
klspiff/buckets_bi.c:43:15: note: 'ewptr' was declared here
   43 |     float    *ewptr;            /* loops through edge weights */
      |               ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o klspiff/kl_output.o klspiff/kl_output.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o klspiff/buckets1.o klspiff/buckets1.c
klspiff/buckets1.c: In function 'bucketsort1':
klspiff/buckets1.c:121:20: warning: 'ewptr' may be used uninitialized [-Wmaybe-uninitialized]
  121 |             weight = *(++ewptr) * cut_cost + .5;
      |             ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
klspiff/buckets1.c:35:15: note: 'ewptr' was declared here
   35 |     float    *ewptr;            /* loops through edge weights */
      |               ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o klspiff/klspiff.o klspiff/klspiff.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o klvspiff/countup_vtx_sep.o klvspiff/countup_vtx_sep.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o klspiff/make_kl_list.o klspiff/make_kl_list.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o klvspiff/clear_dvals.o klvspiff/clear_dvals.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o klvspiff/klv_init.o klvspiff/klv_init.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o klspiff/make_bndy_list.o klspiff/make_bndy_list.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o inertial/eigenvec3.o inertial/eigenvec3.c
inertial/eigenvec3.c: In function 'eigenvec3':
inertial/eigenvec3.c:182:12: warning: 'imax' may be used uninitialized [-Wmaybe-uninitialized]
  182 |         if (imax != 0)
      |            ^
inertial/eigenvec3.c:144:15: note: 'imax' was declared here
  144 |     int       imax, jmax;       /* indices of max value in matrix */
      |               ^~~~
inertial/eigenvec3.c:190:12: warning: 'jmax' may be used uninitialized [-Wmaybe-uninitialized]
  190 |         if (jmax != 0) {
      |            ^
inertial/eigenvec3.c:144:21: note: 'jmax' was declared here
  144 |     int       imax, jmax;       /* indices of max value in matrix */
      |                     ^~~~
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o klvspiff/bucketsv.o klvspiff/bucketsv.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o klvspiff/make_sep_list.o klvspiff/make_sep_list.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o klvspiff/klvspiff.o klvspiff/klvspiff.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o klvspiff/find_bndy.o klvspiff/find_bndy.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o coarsen/coarsen1.o coarsen/coarsen1.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o coarsen/makev2cv.o coarsen/makev2cv.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o coarsen/interpolate.o coarsen/interpolate.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o coarsen/maxmatch.o coarsen/maxmatch.c
In file included from /usr/include/stdio.h:964,
                 from coarsen/maxmatch.c:5:
In function 'printf',
    inlined from 'maxmatch' at coarsen/maxmatch.c:47:2:
/usr/include/bits/stdio2.h:86:10: warning: 'nmerged' may be used uninitialized [-Wmaybe-uninitialized]
   86 |   return __printf_chk (__USE_FORTIFY_LEVEL - 1, __fmt, __va_arg_pack ());
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
coarsen/maxmatch.c: In function 'maxmatch':
coarsen/maxmatch.c:23:15: note: 'nmerged' was declared here
   23 |     int       nmerged;          /* number of matching edges found */
      |               ^~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o klvspiff/flatten.o klvspiff/flatten.c
klvspiff/flatten.c: In function 'find_flat':
klvspiff/flatten.c:113:5: warning: implicit declaration of function 'sfree' [-Wimplicit-function-declaration]
  113 |     sfree((char *) scatter);
      |     ^~~~~
klvspiff/flatten.c:30:15: note: previous declaration of 'sfree' with type 'int()'
   30 |     int       sfree();
      |               ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o klvspiff/bpm_improve.o klvspiff/bpm_improve.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o coarsen/makeccoords.o coarsen/makeccoords.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o coarsen/maxmatch1.o coarsen/maxmatch1.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o coarsen/maxmatch2.o coarsen/maxmatch2.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o klvspiff/make_bpgraph.o klvspiff/make_bpgraph.c
klvspiff/make_bpgraph.c: In function 'make_bpgraph':
klvspiff/make_bpgraph.c:150:19: warning: 'vwgts' may be used uninitialized [-Wmaybe-uninitialized]
  150 |         *pvweight = vwgts;
      |         ~~~~~~~~~~^~~~~~~
klvspiff/make_bpgraph.c:30:15: note: 'vwgts' was declared here
   30 |     int      *vwgts;            /* saves vwgts so they can be overwritten */
      |               ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o klvspiff/matching.o klvspiff/matching.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o coarsen/makefgraph.o coarsen/makefgraph.c
coarsen/makefgraph.c: In function 'makefgraph':
coarsen/makefgraph.c:186:30: warning: 'eweights' may be used uninitialized [-Wmaybe-uninitialized]
  186 |         eweights = (float *) srealloc((char *) eweights,
      |                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  187 |                                       (unsigned) size * sizeof(float));
      |                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
coarsen/makefgraph.c:38:15: note: 'eweights' was declared here
   38 |     float    *eweights;         /* space for edge weights in coarsened graph */
      |               ^~~~~~~~
coarsen/makefgraph.c:140:21: warning: 'fptr' may be used uninitialized [-Wmaybe-uninitialized]
  140 |                     ++fptr;
      |                     ^~~~~~
coarsen/makefgraph.c:40:15: note: 'fptr' was declared here
   40 |     float    *fptr;             /* loops through eweights */
      |               ^~~~
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o coarsen/maxmatch3.o coarsen/maxmatch3.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o connect/add_edges.o connect/add_edges.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o connect/connected.o connect/connected.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o klvspiff/coarsen_klv.o klvspiff/coarsen_klv.c
klvspiff/coarsen_klv.c: In function 'coarsen_klv':
klvspiff/coarsen_klv.c:117:9: warning: "/*" within comment [-Wcomment]
  117 |         /* Create space for subgraph yvecs. */
      |          
klvspiff/coarsen_klv.c:133:9: warning: "/*" within comment [-Wcomment]
  133 |         /* If not coarsening ewgts, then need care with term_wgts. */
      |          
klvspiff/coarsen_klv.c:164:9: warning: "/*" within comment [-Wcomment]
  164 |         /* Partition coarse graph with spectral method */
      |          
klvspiff/coarsen_klv.c:175:49: warning: "/*" within comment [-Wcomment]
  175 |         if (!COARSEN_VWGTS && step != 0) {      /* Construct new goal */
      |                                                  
klvspiff/coarsen_klv.c:192:9: warning: "/*" within comment [-Wcomment]
  192 |         /* Check for boundary and flag those guys with a 2 */
      |          
klvspiff/coarsen_klv.c:240:9: warning: implicit declaration of function 'simple_part' [-Wimplicit-function-declaration]
  240 |         simple_part(graph, nvtxs, assignment, nsets, 1, real_goal);
      |         ^~~~~~~~~~~
klvspiff/coarsen_klv.c:79:15: warning: unused variable 'active' [-Wunused-variable]
   79 |     int      *active;           /* space for assign routine */
      |               ^~~~~~
klvspiff/coarsen_klv.c:70:15: warning: unused variable 'maxdeg' [-Wunused-variable]
   70 |     double    maxdeg;           /* maximum weighted degree of a vertex */
      |               ^~~~~~
klvspiff/coarsen_klv.c:69:15: warning: unused variable 'vwsqrt' [-Wunused-variable]
   69 |     double   *vwsqrt = NULL;    /* square root of vertex weights */
      |               ^~~~~~
klvspiff/coarsen_klv.c:65:15: warning: unused variable 'evals' [-Wunused-variable]
   65 |     double    evals[MAXDIMS + 1];       /* eigenvalues returned */
      |               ^~~~~
klvspiff/coarsen_klv.c:64:15: warning: unused variable 'yvecs' [-Wunused-variable]
   64 |     double   *yvecs[MAXDIMS + 1];       /* eigenvectors for subgraph */
      |               ^~~~~
klvspiff/coarsen_klv.c:62:26: warning: unused variable 'cdata' [-Wunused-variable]
   62 |     struct connect_data *cdata; /* data structure for enforcing connectivity */
      |                          ^~~~~
klvspiff/coarsen_klv.c:57:16: warning: unused variable 'COARSE_KL_BOTTOM' [-Wunused-variable]
   57 |     extern int COARSE_KL_BOTTOM;/* force KL invocation at bottom level? */
      |                ^~~~~~~~~~~~~~~~
klvspiff/coarsen_klv.c:53:16: warning: unused variable 'DEBUG_CONNECTED' [-Wunused-variable]
   53 |     extern int DEBUG_CONNECTED; /* debug flag for connectivity checking */
      |                ^~~~~~~~~~~~~~~
klvspiff/coarsen_klv.c:384:19: warning: 'cterm_wgts' may be used uninitialized [-Wmaybe-uninitialized]
  384 |     if (cterm_wgts[1] != NULL)
      |         ~~~~~~~~~~^~~
klvspiff/coarsen_klv.c:71:15: note: 'cterm_wgts' declared here
   71 |     float    *cterm_wgts[MAXSETS];      /* terminal weights for coarse graph */
      |               ^~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o coarsen/maxmatch5.o coarsen/maxmatch5.c
coarsen/maxmatch5.c: In function 'maxmatch5':
coarsen/maxmatch5.c:27:21: warning: unused variable 'k' [-Wunused-variable]
   27 |     int       i, j, k;          /* loop counters */
      |                     ^
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o connect/find_edges.o connect/find_edges.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o klspiff/coarsen_kl.o klspiff/coarsen_kl.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o coarsen/maxmatch4.o coarsen/maxmatch4.c
coarsen/maxmatch4.c: In function 'maxmatch4':
coarsen/maxmatch4.c:16:11: warning: type of 'using_ewgts' defaults to 'int' [-Wimplicit-int]
   16 | int       maxmatch4(graph, nvtxs, nedges, mflag, using_ewgts)
      |           ^~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o eigen/checkeig.o eigen/checkeig.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o eigen/bidir.o eigen/bidir.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o eigen/checkeig_ext.o eigen/checkeig_ext.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o eigen/mkeigvecs.o eigen/mkeigvecs.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o eigen/cksturmcnt.o eigen/cksturmcnt.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o eigen/checkorth.o eigen/checkorth.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o eigen/lanc_seconds.o eigen/lanc_seconds.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o eigen/bisect.o eigen/bisect.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o eigen/get_extval.o eigen/get_extval.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o eigen/get_ritzvals.o eigen/get_ritzvals.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o klvspiff/flow.o klvspiff/flow.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o coarsen/coarsen.o coarsen/coarsen.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o eigen/makeorthlnk.o eigen/makeorthlnk.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o eigen/lanpause.o eigen/lanpause.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o eigen/orthogvec.o eigen/orthogvec.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o eigen/mkscanlist.o eigen/mkscanlist.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o eigen/orthogonalize.o eigen/orthogonalize.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o eigen/orthog1.o eigen/orthog1.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o eigen/rqi_ext.o eigen/rqi_ext.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o eigen/scale_diag.o eigen/scale_diag.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o eigen/scanmin.o eigen/scanmin.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o eigen/scanmax.o eigen/scanmax.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o eigen/solistout.o eigen/solistout.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o klvspiff/nway_klv.o klvspiff/nway_klv.c
klvspiff/nway_klv.c: In function 'nway_klv':
klvspiff/nway_klv.c:238:52: warning: 'left_imbalance' may be used uninitialized [-Wmaybe-uninitialized]
  238 |                         (rtop - maxdval == bestval &&
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
  239 |                          (right_imbalance < left_imbalance ||
      |                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  240 |                           (right_imbalance == left_imbalance &&
      |                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  241 |                            drandom() < .5)))) {
      |                            ~~~~~~~~~~~~~~~~~        
klvspiff/nway_klv.c:64:15: note: 'left_imbalance' was declared here
   64 |     double    left_imbalance;   /* imbalance if I move to the left */
      |               ^~~~~~~~~~~~~~
klvspiff/nway_klv.c:257:16: warning: 'to' may be used uninitialized [-Wmaybe-uninitialized]
  257 |             if (to == 0) {
      |                ^
klvspiff/nway_klv.c:69:15: note: 'to' was declared here
   69 |     int       to, from;         /* sets moving into / out of */
      |               ^~
klvspiff/nway_klv.c:281:29: warning: 'weightfrom' may be used uninitialized [-Wmaybe-uninitialized]
  281 |             weightsum[from] -= weightfrom;
      |                             ^~
klvspiff/nway_klv.c:74:15: note: 'weightfrom' was declared here
   74 |     int       weightfrom;       /* weight moving out of a set */
      |               ^~~~~~~~~~
klvspiff/nway_klv.c:278:28: warning: 'bestvtx' may be used uninitialized [-Wmaybe-uninitialized]
  278 |             vweight = graph[bestvtx]->vwgt;
      |                            ^
klvspiff/nway_klv.c:79:15: note: 'bestvtx' was declared here
   79 |     int       bestvtx;          /* best vertex to move */
      |               ^~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o eigen/ql.o eigen/ql.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o eigen/eigensolve.o eigen/eigensolve.c
eigen/eigensolve.c: In function 'eigensolve':
eigen/eigensolve.c:80:17: warning: unused variable 'file' [-Wunused-variable]
   80 | FILE *fopen(), *file;
      |                 ^~~~
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o eigen/sorthog.o eigen/sorthog.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o symmlq/pow_dd.o symmlq/pow_dd.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o klspiff/nway_kl.o klspiff/nway_kl.c
klspiff/nway_kl.c: In function 'nway_kl':
klspiff/nway_kl.c:297:57: warning: 'beststuck1' may be used uninitialized [-Wmaybe-uninitialized]
  297 |                                     (delta == bestdelta && (stuck1st > beststuck1 ||
      |                                     ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  298 |                                                          (stuck1st == beststuck1 &&
      |                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~
  299 |                                                           (stuck2nd > beststuck2 ||
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~
  300 |                                                          (stuck2nd == beststuck2 &&
      |                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~
  301 |                                               (KL_RANDOM && drandom() < .5))))))) {
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
klspiff/nway_kl.c:98:15: note: 'beststuck1' was declared here
   98 |     int       beststuck1, beststuck2;   /* best stuck values for tie-breaking */
      |               ^~~~~~~~~~
klspiff/nway_kl.c:298:82: warning: 'beststuck2' may be used uninitialized [-Wmaybe-uninitialized]
  298 |                                                          (stuck1st == beststuck1 &&
      |                                                          ~~~~~~~~~~~~~~~~~~~~~~~~^~
  299 |                                                           (stuck2nd > beststuck2 ||
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~
  300 |                                                          (stuck2nd == beststuck2 &&
      |                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~
  301 |                                               (KL_RANDOM && drandom() < .5))))))) {
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    
klspiff/nway_kl.c:98:27: note: 'beststuck2' was declared here
   98 |     int       beststuck1, beststuck2;   /* best stuck values for tie-breaking */
      |                           ^~~~~~~~~~
klspiff/nway_kl.c:322:37: warning: 'bestvtx' may be used uninitialized [-Wmaybe-uninitialized]
  322 |             bestptr = &(listspace[0][bestvtx]);
      |                                     ^
klspiff/nway_kl.c:76:15: note: 'bestvtx' was declared here
   76 |     int       bestvtx;          /* best vertex to move */
      |               ^~~~~~~
klspiff/nway_kl.c:326:22: warning: 'bestto' may be used uninitialized [-Wmaybe-uninitialized]
  326 |             weightsum[bestto] += vweight;
      |             ~~~~~~~~~^~~~~~~~
klspiff/nway_kl.c:78:25: note: 'bestto' was declared here
   78 |     int       bestfrom, bestto; /* sets best vertex moves between */
      |                         ^~~~~~
klspiff/nway_kl.c:348:40: warning: 'balance_val' may be used uninitialized [-Wmaybe-uninitialized]
  348 |                  (enforce_balance_hard && balance_val < balance_best)) &&
      |                  ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
klspiff/nway_kl.c:82:15: note: 'balance_val' was declared here
   82 |     double    balance_val;      /* how imbalanced is it */
      |               ^~~~~~~~~~~
klspiff/nway_kl.c:421:31: warning: 'ewptr' may be used uninitialized [-Wmaybe-uninitialized]
  421 |                     eweight = *(++ewptr) * cut_cost + .5;
      |                               ^~~~~~~~~~
klspiff/nway_kl.c:60:15: note: 'ewptr' was declared here
   60 |     float    *ewptr;            /* loops through edge weights */
      |               ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o symmlq/msolve.o symmlq/msolve.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o symmlq/aprod.o symmlq/aprod.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o eigen/sturmcnt.o eigen/sturmcnt.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o tinvit/epslon.o tinvit/epslon.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o eigen/lanczos_FO.o eigen/lanczos_FO.c
eigen/lanczos_FO.c: In function 'lanczos_FO':
eigen/lanczos_FO.c:281:13: warning: 'orthlist2' may be used uninitialized [-Wmaybe-uninitialized]
  281 |             symmlq_chaco(&long_n, &(q[j][1]), &wv1[1], &wv2[1], &wv3[1], &wv4[1], &Aq[1], &wv5[1],
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  282 |                 &wv6[1], &checka, &goodb, &precon, &shift, &nout,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  283 |                 &intlim, &rtol, &istop, &itn, &anorm, &acond,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  284 |                 &rnorm, &ynorm, (double *) A, vwsqrt, (double *) orthlist2,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  285 |                 &macheps, &normxlim, &itnmin);
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
eigen/lanczos_FO.c:110:22: note: 'orthlist2' was declared here
  110 |     struct orthlink *orthlist2; /* vectors to orthogonalize against in Symmlq */
      |                      ^~~~~~~~~
eigen/lanczos_FO.c:281:13: warning: 'wv1' may be used uninitialized [-Wmaybe-uninitialized]
  281 |             symmlq_chaco(&long_n, &(q[j][1]), &wv1[1], &wv2[1], &wv3[1], &wv4[1], &Aq[1], &wv5[1],
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  282 |                 &wv6[1], &checka, &goodb, &precon, &shift, &nout,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  283 |                 &intlim, &rtol, &istop, &itn, &anorm, &acond,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  284 |                 &rnorm, &ynorm, (double *) A, vwsqrt, (double *) orthlist2,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  285 |                 &macheps, &normxlim, &itnmin);
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
eigen/lanczos_FO.c:130:15: note: 'wv1' was declared here
  130 |     double   *wv1, *wv2, *wv3;  /* Symmlq work space */
      |               ^~~
eigen/lanczos_FO.c:281:13: warning: 'wv2' may be used uninitialized [-Wmaybe-uninitialized]
  281 |             symmlq_chaco(&long_n, &(q[j][1]), &wv1[1], &wv2[1], &wv3[1], &wv4[1], &Aq[1], &wv5[1],
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  282 |                 &wv6[1], &checka, &goodb, &precon, &shift, &nout,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  283 |                 &intlim, &rtol, &istop, &itn, &anorm, &acond,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  284 |                 &rnorm, &ynorm, (double *) A, vwsqrt, (double *) orthlist2,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  285 |                 &macheps, &normxlim, &itnmin);
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
eigen/lanczos_FO.c:130:21: note: 'wv2' was declared here
  130 |     double   *wv1, *wv2, *wv3;  /* Symmlq work space */
      |                     ^~~
eigen/lanczos_FO.c:281:13: warning: 'wv3' may be used uninitialized [-Wmaybe-uninitialized]
  281 |             symmlq_chaco(&long_n, &(q[j][1]), &wv1[1], &wv2[1], &wv3[1], &wv4[1], &Aq[1], &wv5[1],
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  282 |                 &wv6[1], &checka, &goodb, &precon, &shift, &nout,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  283 |                 &intlim, &rtol, &istop, &itn, &anorm, &acond,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  284 |                 &rnorm, &ynorm, (double *) A, vwsqrt, (double *) orthlist2,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  285 |                 &macheps, &normxlim, &itnmin);
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
eigen/lanczos_FO.c:130:27: note: 'wv3' was declared here
  130 |     double   *wv1, *wv2, *wv3;  /* Symmlq work space */
      |                           ^~~
eigen/lanczos_FO.c:281:13: warning: 'wv4' may be used uninitialized [-Wmaybe-uninitialized]
  281 |             symmlq_chaco(&long_n, &(q[j][1]), &wv1[1], &wv2[1], &wv3[1], &wv4[1], &Aq[1], &wv5[1],
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  282 |                 &wv6[1], &checka, &goodb, &precon, &shift, &nout,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  283 |                 &intlim, &rtol, &istop, &itn, &anorm, &acond,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  284 |                 &rnorm, &ynorm, (double *) A, vwsqrt, (double *) orthlist2,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  285 |                 &macheps, &normxlim, &itnmin);
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
eigen/lanczos_FO.c:131:15: note: 'wv4' was declared here
  131 |     double   *wv4, *wv5, *wv6;  /* Symmlq work space */
      |               ^~~
eigen/lanczos_FO.c:281:13: warning: 'wv5' may be used uninitialized [-Wmaybe-uninitialized]
  281 |             symmlq_chaco(&long_n, &(q[j][1]), &wv1[1], &wv2[1], &wv3[1], &wv4[1], &Aq[1], &wv5[1],
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  282 |                 &wv6[1], &checka, &goodb, &precon, &shift, &nout,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  283 |                 &intlim, &rtol, &istop, &itn, &anorm, &acond,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  284 |                 &rnorm, &ynorm, (double *) A, vwsqrt, (double *) orthlist2,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  285 |                 &macheps, &normxlim, &itnmin);
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
eigen/lanczos_FO.c:131:21: note: 'wv5' was declared here
  131 |     double   *wv4, *wv5, *wv6;  /* Symmlq work space */
      |                     ^~~
eigen/lanczos_FO.c:281:13: warning: 'wv6' may be used uninitialized [-Wmaybe-uninitialized]
  281 |             symmlq_chaco(&long_n, &(q[j][1]), &wv1[1], &wv2[1], &wv3[1], &wv4[1], &Aq[1], &wv5[1],
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  282 |                 &wv6[1], &checka, &goodb, &precon, &shift, &nout,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  283 |                 &intlim, &rtol, &istop, &itn, &anorm, &acond,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  284 |                 &rnorm, &ynorm, (double *) A, vwsqrt, (double *) orthlist2,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  285 |                 &macheps, &normxlim, &itnmin);
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
eigen/lanczos_FO.c:131:27: note: 'wv6' was declared here
  131 |     double   *wv4, *wv5, *wv6;  /* Symmlq work space */
      |                           ^~~
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o optimize/determinant.o optimize/determinant.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o tinvit/pythag.o tinvit/pythag.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o eigen/Tevec.o eigen/Tevec.c
eigen/Tevec.c: In function 'Tevec':
eigen/Tevec.c:77:12: warning: 'residual' may be used uninitialized [-Wmaybe-uninitialized]
   77 |         if (residual > SRESTOL) {
      |            ^
eigen/Tevec.c:47:15: note: 'residual' was declared here
   47 |     double    residual;         /* how well recurrence gives eigenvector */
      |               ^~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o eigen/tri_solve.o eigen/tri_solve.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o eigen/rqi.o eigen/rqi.c
eigen/rqi.c: In function 'rqi':
eigen/rqi.c:59:15: warning: 'old_assignment' may be used uninitialized [-Wmaybe-uninitialized]
   59 |     short    *old_assignment;   /* previous assignment vector */
      |               ^~~~~~~~~~~~~~
eigen/rqi.c:184:20: warning: 'assigntol' may be used uninitialized [-Wmaybe-uninitialized]
  184 |                 if (assigndiff <= assigntol)
      |                    ^
eigen/rqi.c:63:15: note: 'assigntol' was declared here
   63 |     int       assigntol;        /* tolerance on convergence of assignment vector */
      |               ^~~~~~~~~
In file included from /usr/include/stdio.h:964,
                 from eigen/rqi.c:5:
In function 'printf',
    inlined from 'rqi' at eigen/rqi.c:197:3:
/usr/include/bits/stdio2.h:86:10: warning: 'assigndiff' may be used uninitialized [-Wmaybe-uninitialized]
   86 |   return __printf_chk (__USE_FORTIFY_LEVEL - 1, __fmt, __va_arg_pack ());
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
eigen/rqi.c: In function 'rqi':
eigen/rqi.c:62:15: note: 'assigndiff' was declared here
   62 |     int       assigndiff;       /* discrepancies between old and new assignment */
      |               ^~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o optimize/func2d.o optimize/func2d.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o eigen/splarax.o eigen/splarax.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o eigen/warnings.o eigen/warnings.c
eigen/warnings.c: In function 'warnings':
eigen/warnings.c:139:34: warning: 'warning1' may be used uninitialized [-Wmaybe-uninitialized]
  139 |         if (warning1 || warning2 || warning3 || WARNING_EVECS > 2) {
      |             ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
eigen/warnings.c:37:15: note: 'warning1' was declared here
   37 |     int       warning1;         /* warning1 cond. (eigtol not achieved) true? */
      |               ^~~~~~~~
eigen/warnings.c:139:34: warning: 'warning2' may be used uninitialized [-Wmaybe-uninitialized]
  139 |         if (warning1 || warning2 || warning3 || WARNING_EVECS > 2) {
      |             ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
eigen/warnings.c:38:15: note: 'warning2' was declared here
   38 |     int       warning2;         /* warning2 cond. (premature orth. loss) true? */
      |               ^~~~~~~~
eigen/warnings.c:139:34: warning: 'warning3' may be used uninitialized [-Wmaybe-uninitialized]
  139 |         if (warning1 || warning2 || warning3 || WARNING_EVECS > 2) {
      |             ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
eigen/warnings.c:39:15: note: 'warning3' was declared here
   39 |     int       warning3;         /* warning3 cond. (suspected misconvergence) true? */
      |               ^~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o assign/assign.o assign/assign.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o assign/merge_assign.o assign/merge_assign.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o optimize/opt2d.o optimize/opt2d.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o eigen/lanczos_ext.o eigen/lanczos_ext.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o assign/assign_out.o assign/assign_out.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o eigen/lanczos_ext_float.o eigen/lanczos_ext_float.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o assign/y2x.o assign/y2x.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o symmlq/symmlqblas.o symmlq/symmlqblas.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o symmlq/symmlq.o symmlq/symmlq.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o assign/rotate.o assign/rotate.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o assign/mapper.o assign/mapper.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o bpmatch/genvals2d.o bpmatch/genvals2d.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o bpmatch/map2d.o bpmatch/map2d.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o tinvit/tinvit.o tinvit/tinvit.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o bpmatch/inits2d.o bpmatch/inits2d.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o bpmatch/checkbp.o bpmatch/checkbp.c
bpmatch/checkbp.c: In function 'checkbp':
bpmatch/checkbp.c:62:46: warning: 'setval' may be used uninitialized [-Wmaybe-uninitialized]
   62 |         if (fabs(setval - bestval) >= tol * (fabs(setval) + fabs(bestval))) {
      |                                              ^~~~~~~~~~~~
bpmatch/checkbp.c:24:15: note: 'setval' was declared here
   24 |     double    setval;           /* value from assigned set */
      |               ^~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o optimize/opt3d.o optimize/opt3d.c
optimize/opt3d.c: In function 'opt3d':
optimize/opt3d.c:124:16: warning: 'ws' may be used uninitialized [-Wmaybe-uninitialized]
  124 |             ws = 1 / ws;
      |             ~~~^~~~~~~~
optimize/opt3d.c:46:18: note: 'ws' was declared here
   46 |     double    w, ws;            /* vertex weight squared or to the 1.5 */
      |                  ^~
In file included from /usr/include/stdio.h:964,
                 from optimize/opt3d.c:5:
In function 'printf',
    inlined from 'opt3d' at optimize/opt3d.c:263:6:
/usr/include/bits/stdio2.h:86:10: warning: 'funcf' may be used uninitialized [-Wmaybe-uninitialized]
   86 |   return __printf_chk (__USE_FORTIFY_LEVEL - 1, __fmt, __va_arg_pack ());
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
optimize/opt3d.c: In function 'opt3d':
optimize/opt3d.c:37:15: note: 'funcf' was declared here
   37 |     double    funcf, funcc;     /* values of function to be minimized */
      |               ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o assign/median.o assign/median.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o bpmatch/inits3d.o bpmatch/inits3d.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o bpmatch/sorts2d.o bpmatch/sorts2d.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o bpmatch/genvals3d.o bpmatch/genvals3d.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o bpmatch/map3d.o bpmatch/map3d.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o eigen/lanczos_SO.o eigen/lanczos_SO.c
eigen/lanczos_SO.c: In function 'lanczos_SO':
eigen/lanczos_SO.c:166:15: warning: 'old_assignment' may be used uninitialized [-Wmaybe-uninitialized]
  166 |     short    *old_assignment;   /* set # of each vtx on previous pause, length n+1 */
      |               ^~~~~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o bpmatch/sorts3d.o bpmatch/sorts3d.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o refine_map/compute_cube_vdata.o refine_map/compute_cube_vdata.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o refine_map/init_cube_edata.o refine_map/init_cube_edata.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o refine_map/update_cube_vdata.o refine_map/update_cube_vdata.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o refine_map/compute_cube_edata.o refine_map/compute_cube_edata.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o refine_map/find_edge_cube.o refine_map/find_edge_cube.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o refine_map/update_cube_edata.o refine_map/update_cube_edata.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o refine_map/compute_mesh_edata.o refine_map/compute_mesh_edata.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o assign/rec_median.o assign/rec_median.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o refine_map/compute_mesh_vdata.o refine_map/compute_mesh_vdata.c
refine_map/compute_mesh_vdata.c: In function 'compute_mesh_vdata':
refine_map/compute_mesh_vdata.c:57:24: warning: 'my_loc' may be used uninitialized [-Wmaybe-uninitialized]
   57 |         if (neighb_loc < my_loc)
      |             ~~~~~~~~~~~^~~~~~~~
refine_map/compute_mesh_vdata.c:22:15: note: 'my_loc' was declared here
   22 |     short     my_loc;           /* my location in mesh */
      |               ^~~~~~
refine_map/compute_mesh_vdata.c:57:12: warning: 'neighb_loc' may be used uninitialized [-Wmaybe-uninitialized]
   57 |         if (neighb_loc < my_loc)
      |            ^
refine_map/compute_mesh_vdata.c:23:15: note: 'neighb_loc' was declared here
   23 |     int       neighb_loc;       /* neighbor's location in mesh */
      |               ^~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o refine_map/find_edge_mesh.o refine_map/find_edge_mesh.c
refine_map/find_edge_mesh.c: In function 'find_edge_mesh':
refine_map/find_edge_mesh.c:62:23: warning: 'index' may be used uninitialized [-Wmaybe-uninitialized]
   62 |         eguy = &(edata[index]);
      |                       ^
refine_map/find_edge_mesh.c:21:15: note: 'index' was declared here
   21 |     int       index;            /* computed index into edata */
      |               ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o refine_map/update_mesh_vdata.o refine_map/update_mesh_vdata.c
refine_map/update_mesh_vdata.c: In function 'update_mesh_vdata':
refine_map/update_mesh_vdata.c:41:26: warning: 'offset' may be used uninitialized [-Wmaybe-uninitialized]
   41 |     vptr = &vdata[offset + neighbor];
      |                   ~~~~~~~^~~~~~~~~~
refine_map/update_mesh_vdata.c:22:15: note: 'offset' was declared here
   22 |     int       offset;           /* index into vdata array */
      |               ^~~~~~
refine_map/update_mesh_vdata.c:44:8: warning: 'my_loc' may be used uninitialized [-Wmaybe-uninitialized]
   44 |     if (!((old_loc < my_loc && new_loc < my_loc) ||
      |        ^
refine_map/update_mesh_vdata.c:23:15: note: 'my_loc' was declared here
   23 |     int       my_loc;           /* my location in relevant dimension */
      |               ^~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o refine_map/update_mesh_edata.o refine_map/update_mesh_edata.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o refine_map/refine_map.o refine_map/refine_map.c
refine_map/refine_map.c: In function 'refine_map':
refine_map/refine_map.c:48:13: warning: 'nsets_tot' may be used uninitialized [-Wmaybe-uninitialized]
   48 |     error = make_comm_graph(&comm_graph, graph, nvtxs, using_ewgts, assign, nsets_tot);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
refine_map/refine_map.c:24:15: note: 'nsets_tot' was declared here
   24 |     int       nsets_tot;        /* total number of sets */
      |               ^~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o refine_part/make_maps_ref.o refine_part/make_maps_ref.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o refine_map/init_mesh_edata.o refine_map/init_mesh_edata.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o eigen/lanczos_SO_float.o eigen/lanczos_SO_float.c
eigen/lanczos_SO_float.c: In function 'lanczos_SO_float':
eigen/lanczos_SO_float.c:93:15: warning: 'old_assignment' may be used uninitialized [-Wmaybe-uninitialized]
   93 |     short    *old_assignment;   /* set # of each vtx on previous pause, length n+1 */
      |               ^~~~~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o refine_part/kl_refine.o refine_part/kl_refine.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o refine_part/make_terms_ref.o refine_part/make_terms_ref.c
refine_part/make_terms_ref.c: In function 'make_terms_ref':
refine_part/make_terms_ref.c:74:47: warning: 'dist0' may be used uninitialized [-Wmaybe-uninitialized]
   74 |                 term_wgt += edge_wgt * (dist0 - dist1);
      |                                        ~~~~~~~^~~~~~~~
refine_part/make_terms_ref.c:23:15: note: 'dist0' was declared here
   23 |     int       dist0, dist1;     /* distance from set to set0 and set1 */
      |               ^~~~~
refine_part/make_terms_ref.c:74:47: warning: 'dist1' may be used uninitialized [-Wmaybe-uninitialized]
   74 |                 term_wgt += edge_wgt * (dist0 - dist1);
      |                                        ~~~~~~~^~~~~~~~
refine_part/make_terms_ref.c:23:22: note: 'dist1' was declared here
   23 |     int       dist0, dist1;     /* distance from set to set0 and set1 */
      |                      ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o bpmatch/movevtxs.o bpmatch/movevtxs.c
bpmatch/movevtxs.c: In function 'movevtxs':
bpmatch/movevtxs.c:80:24: warning: 'badset' may be used uninitialized [-Wmaybe-uninitialized]
   80 |         active[badset] = TRUE;
bpmatch/movevtxs.c:42:15: note: 'badset' was declared here
   42 |     int       badset;           /* most unbalanced set */
      |               ^~~~~~
In function 'nextmove',
    inlined from 'movevtxs' at bpmatch/movevtxs.c:84:6:
bpmatch/movevtxs.c:192:28: warning: 'toobig' may be used uninitialized [-Wmaybe-uninitialized]
  192 |                         if (toobig > 0) {
      |                            ^
bpmatch/movevtxs.c: In function 'movevtxs':
bpmatch/movevtxs.c:43:15: note: 'toobig' was declared here
   43 |     int       toobig;           /* badset too large or too small? */
      |               ^~~~~~
In function 'nextmove',
    inlined from 'movevtxs' at bpmatch/movevtxs.c:84:6:
bpmatch/movevtxs.c:233:12: warning: 'bestfrom' may be used uninitialized [-Wmaybe-uninitialized]
  233 |         if (sets[bestvtx] != bestfrom || (toobig > 0 && !active[bestfrom]) ||
      |            ^
bpmatch/movevtxs.c: In function 'movevtxs':
bpmatch/movevtxs.c:176:15: note: 'bestfrom' was declared here
  176 |     short     bestfrom, bestto; /* sets best move comes from and goes to */
      |               ^~~~~~~~
In function 'nextmove',
    inlined from 'movevtxs' at bpmatch/movevtxs.c:84:6:
bpmatch/movevtxs.c:234:39: warning: 'bestto' may be used uninitialized [-Wmaybe-uninitialized]
  234 |                 (toobig < 0 && !active[bestto])) {
      |                                       ^
bpmatch/movevtxs.c: In function 'movevtxs':
bpmatch/movevtxs.c:176:25: note: 'bestto' was declared here
  176 |     short     bestfrom, bestto; /* sets best move comes from and goes to */
      |                         ^~~~~~
In function 'nextmove',
    inlined from 'movevtxs' at bpmatch/movevtxs.c:84:6:
bpmatch/movevtxs.c:233:17: warning: 'bestvtx' may be used uninitialized [-Wmaybe-uninitialized]
  233 |         if (sets[bestvtx] != bestfrom || (toobig > 0 && !active[bestfrom]) ||
      |                 ^
bpmatch/movevtxs.c: In function 'movevtxs':
bpmatch/movevtxs.c:178:15: note: 'bestvtx' was declared here
  178 |     int       bestvtx;          /* vertex being moved between sets */
      |               ^~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o internal/check_internal.o internal/check_internal.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o refine_map/refine_cube.o refine_map/refine_cube.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o misc/define_subcubes.o misc/define_subcubes.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o misc/divide_procs.o misc/divide_procs.c
misc/divide_procs.c: In function 'divide_procs':
misc/divide_procs.c:80:16: warning: 'striping' may be used uninitialized [-Wmaybe-uninitialized]
   80 |     *pstriping = striping;
      |     ~~~~~~~~~~~^~~~~~~~~~
misc/divide_procs.c:29:15: note: 'striping' declared here
   29 |     int       striping;         /* cut in single direction? */
      |               ^~~~~~~~
misc/divide_procs.c:79:18: warning: 'nsets_real' may be used uninitialized [-Wmaybe-uninitialized]
   79 |     *pnsets_real = nsets_real;
      |     ~~~~~~~~~~~~~^~~~~~~~~~~~
misc/divide_procs.c:27:15: note: 'nsets_real' was declared here
   27 |     int       nsets_real;       /* number of sets to divide into */
      |               ^~~~~~~~~~
misc/divide_procs.c:78:18: warning: 'ndims_real' may be used uninitialized [-Wmaybe-uninitialized]
   78 |     *pndims_real = ndims_real;
      |     ~~~~~~~~~~~~~^~~~~~~~~~~~
misc/divide_procs.c:28:15: note: 'ndims_real' was declared here
   28 |     int       ndims_real;       /* number of eigenvectors to use */
      |               ^~~~~~~~~~
misc/divide_procs.c:82:12: warning: 'flag' may be used uninitialized [-Wmaybe-uninitialized]
   82 |     return (flag);
      |            ^
misc/divide_procs.c:30:15: note: 'flag' was declared here
   30 |     int       flag;             /* unusual partition => use special hops */
      |               ^~~~
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o misc/merge_goals.o misc/merge_goals.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o misc/countup.o misc/countup.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o internal/force_internal.o internal/force_internal.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o refine_map/refine_mesh.o refine_map/refine_mesh.c
refine_map/refine_mesh.c: In function 'refine_mesh':
refine_map/refine_mesh.c:176:17: warning: 'loc1' may be used uninitialized [-Wmaybe-uninitialized]
  176 |                 update_mesh_vdata(loc1, loc2, dim, comm_graph[vtx1]->ewgts[j],
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  177 |                     vdata, mesh_dims, neighbor, vtx2node);
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
refine_map/refine_mesh.c:40:15: note: 'loc1' was declared here
   40 |     int       loc1, loc2;       /* location of vtxs in flipping dimension */
      |               ^~~~
refine_map/refine_mesh.c:176:17: warning: 'loc2' may be used uninitialized [-Wmaybe-uninitialized]
  176 |                 update_mesh_vdata(loc1, loc2, dim, comm_graph[vtx1]->ewgts[j],
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  177 |                     vdata, mesh_dims, neighbor, vtx2node);
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
refine_map/refine_mesh.c:40:21: note: 'loc2' was declared here
   40 |     int       loc1, loc2;       /* location of vtxs in flipping dimension */
      |                     ^~~~
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o refine_map/make_comm_graph.o refine_map/make_comm_graph.c
refine_map/make_comm_graph.c: In function 'make_comm_graph':
refine_map/make_comm_graph.c:117:22: warning: 'edges' may be used uninitialized [-Wmaybe-uninitialized]
  117 |                 edges[j] = i + 1;
      |                      ^
refine_map/make_comm_graph.c:23:15: note: 'edges' was declared here
   23 |     int      *edges;            /* edges in communication graph */
      |               ^~~~~
refine_map/make_comm_graph.c:118:22: warning: 'ewgts' may be used uninitialized [-Wmaybe-uninitialized]
  118 |                 ewgts[j] = adj_sets[i];
      |                      ^
refine_map/make_comm_graph.c:24:15: note: 'ewgts' was declared here
   24 |     int      *ewgts;            /* edge weights in communication graph */
      |               ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o misc/make_subgoal.o misc/make_subgoal.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o misc/count.o misc/count.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o misc/make_setlists.o misc/make_setlists.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o misc/make_maps.o misc/make_maps.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o misc/find_maxdeg.o misc/find_maxdeg.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o util/bit_reverse.o util/bit_reverse.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o util/array_alloc_2D.o util/array_alloc_2D.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o util/checkpnt.o util/checkpnt.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o util/affirm.o util/affirm.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o internal/improve_internal.o internal/improve_internal.c
internal/improve_internal.c: In function 'improve_internal':
internal/improve_internal.c:98:16: warning: 'best_vtx' may be used uninitialized [-Wmaybe-uninitialized]
   98 |     if (!locked[best_vtx]) {
      |                ^
internal/improve_internal.c:39:20: note: 'best_vtx' was declared here
   39 |     int       vtx, best_vtx;    /* vertex to make internal */
      |                    ^~~~~~~~
internal/improve_internal.c:189:34: warning: 'move_vtx' may be used uninitialized [-Wmaybe-uninitialized]
  189 |                     if (vtx_elems[move_vtx].next != NULL) {
      |                                  ^
internal/improve_internal.c:40:15: note: 'move_vtx' was declared here
   40 |     int       move_vtx;         /* vertex to move between sets */
      |               ^~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o misc/perturb.o misc/perturb.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o misc/simple_part.o misc/simple_part.c
misc/simple_part.c: In function 'simple_part':
misc/simple_part.c:52:21: warning: 'set' may be used uninitialized [-Wmaybe-uninitialized]
   52 |                 wgts[set] += graph[i]->vwgt;
      |                 ~~~~^~~~~
misc/simple_part.c:28:15: note: 'set' was declared here
   28 |     short     set;              /* set vertex is assigned to */
      |               ^~~
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o refine_part/refine_part.o refine_part/refine_part.c
refine_part/refine_part.c: In function 'refine_part':
refine_part/refine_part.c:81:46: warning: 'nsets_tot' may be used uninitialized [-Wmaybe-uninitialized]
   81 |     set_list = (struct bilist *) smalloc_ret((unsigned) nsets_tot * sizeof(struct bilist));
      |                                              ^~~~~~~~~~~~~~~~~~~~
refine_part/refine_part.c:55:15: note: 'nsets_tot' was declared here
   55 |     int       nsets_tot;        /* total number of processors */
      |               ^~~~~~~~~
refine_part/refine_part.c:157:22: warning: 'ewgts' may be used uninitialized [-Wmaybe-uninitialized]
  157 |                 ewgts[j] = adj_sets[i];
      |                      ^
refine_part/refine_part.c:39:15: note: 'ewgts' was declared here
   39 |     int      *ewgts;            /* loops through ewgts_list */
      |               ^~~~~
refine_part/refine_part.c:156:22: warning: 'edges' may be used uninitialized [-Wmaybe-uninitialized]
  156 |                 edges[j] = i;
      |                      ^
refine_part/refine_part.c:40:15: note: 'edges' was declared here
   40 |     int      *edges;            /* edges in communication graph */
      |               ^~~~~
refine_part/refine_part.c:321:39: warning: 'dist' may be used uninitialized [-Wmaybe-uninitialized]
  321 |             hops[0][1] = hops[1][0] = (short) dist;
      |                                       ^~~~~~~~~~~~
refine_part/refine_part.c:54:15: note: 'dist' was declared here
   54 |     int       dist;             /* architectural distance between two sets */
      |               ^~~~
refine_part/refine_part.c:374:11: warning: 'any_change' may be used uninitialized [-Wmaybe-uninitialized]
  374 |     return(any_change);
      |           ^
refine_part/refine_part.c:57:15: note: 'any_change' was declared here
   57 |     int       any_change;       /* has any change occured? */
      |               ^~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o misc/define_submeshes.o misc/define_submeshes.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o util/cpvec.o util/cpvec.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o util/gray.o util/gray.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o util/dot.o util/dot.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o misc/make_term_props.o misc/make_term_props.c
In function 'avg_dists_mesh',
    inlined from 'make_term_props' at misc/make_term_props.c:54:2:
misc/make_term_props.c:169:11: warning: 'dists' may be used uninitialized [-Wmaybe-uninitialized]
  169 |     dist0 = dists[0];
      |     ~~~~~~^~~~~~~~~~
misc/make_term_props.c: In function 'make_term_props':
misc/make_term_props.c:33:15: note: 'dists' declared here
   33 |     float    *dists[MAXSETS];   /* distances from my subsets to other sets */
      |               ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o util/doubleout.o util/doubleout.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o misc/sequence.o misc/sequence.c
misc/sequence.c: In function 'sequence':
misc/sequence.c:122:22: warning: 'setsize' may be used uninitialized [-Wmaybe-uninitialized]
  122 |             subnvtxs = setsize[comp];
      |             ~~~~~~~~~^~~~~~~~~~~~~~~
misc/sequence.c:39:15: note: 'setsize' was declared here
   39 |     int      *setsize;          /* size of each connected component */
      |               ^~~~~~~
misc/sequence.c:123:13: warning: 'glob2loc' may be used uninitialized [-Wmaybe-uninitialized]
  123 |             make_subgraph(graph, subgraph, subnvtxs, &subnedges, compnum, comp,
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  124 |                           glob2loc, loc2glob, degree, using_ewgts);
      |                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
misc/sequence.c:40:15: note: 'glob2loc' was declared here
   40 |     int      *glob2loc;         /* maps graph vtxs to subgraph vtxs */
      |               ^~~~~~~~
misc/sequence.c:123:13: warning: 'loc2glob' may be used uninitialized [-Wmaybe-uninitialized]
  123 |             make_subgraph(graph, subgraph, subnvtxs, &subnedges, compnum, comp,
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  124 |                           glob2loc, loc2glob, degree, using_ewgts);
      |                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
misc/sequence.c:41:15: note: 'loc2glob' was declared here
   41 |     int      *loc2glob;         /* maps subgraph vtxs to graph vtxs */
      |               ^~~~~~~~
misc/sequence.c:123:13: warning: 'degree' may be used uninitialized [-Wmaybe-uninitialized]
  123 |             make_subgraph(graph, subgraph, subnvtxs, &subnedges, compnum, comp,
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  124 |                           glob2loc, loc2glob, degree, using_ewgts);
      |                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
misc/sequence.c:45:15: note: 'degree' was declared here
   45 |     short    *degree;           /* degrees of vertices in subgraph */
      |               ^~~~~~
misc/sequence.c:123:13: warning: 'subgraph' may be used uninitialized [-Wmaybe-uninitialized]
  123 |             make_subgraph(graph, subgraph, subnvtxs, &subnedges, compnum, comp,
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  124 |                           glob2loc, loc2glob, degree, using_ewgts);
      |                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
misc/sequence.c:28:23: note: 'subgraph' was declared here
   28 |     struct vtx_data **subgraph; /* subgraph data structure */
      |                       ^~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o util/input_int.o util/input_int.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o util/machine_params.o util/machine_params.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o util/norm.o util/norm.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o util/normalize.o util/normalize.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o util/mkvec.o util/mkvec.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o util/makevwsqrt.o util/makevwsqrt.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o util/randomize.o util/randomize.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o misc/timing.o misc/timing.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o util/true_or_false.o util/true_or_false.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o misc/time_kernels.o misc/time_kernels.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o util/seconds.o util/seconds.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o util/setvec.o util/setvec.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o util/bail.o util/bail.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o util/mergesort.o util/mergesort.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o util/strout.o util/strout.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o util/shell_sort.o util/shell_sort.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o util/update.o util/update.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o util/scadd.o util/scadd.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o util/tri_prod.o util/tri_prod.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o util/vecran.o util/vecran.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o util/vecscale.o util/vecscale.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o util/vecout.o util/vecout.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o misc/countup_mesh.o misc/countup_mesh.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o misc/countup_cube.o misc/countup_cube.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o util/smalloc.o util/smalloc.c
util/smalloc.c: In function 'srealloc':
util/smalloc.c:185:21: warning: pointer 'ptr' may be used after 'realloc' [-Wuse-after-free]
  185 |                     printf("Memory error: In srealloc, address not found in debug list (0x%lx)\n",
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  186 |                            (long) ptr);
      |                            ~~~~~~~~~~~
util/smalloc.c:181:28: note: call to 'realloc' here
  181 |             p = (double *) realloc((char *) ptr, n);
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~
util/smalloc.c: In function 'srealloc_ret':
util/smalloc.c:242:21: warning: pointer 'ptr' may be used after 'realloc' [-Wuse-after-free]
  242 |                     printf("Memory error: In srealloc_ret, address not found in debug list (0x%lx)\n",
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  243 |                            (long) ptr);
      |                            ~~~~~~~~~~~
util/smalloc.c:238:28: note: call to 'realloc' here
  238 |             p = (double *) realloc((char *) ptr, n);
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -c -g -Imain -g -pipe -O2 -Wall -fPIC -DPIC -I/usr/src/RPM/BUILD/chaco-2.2/code/main -o optimize/func3d.o optimize/func3d.c
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
make: Entering directory '/usr/src/RPM/BUILD/chaco-2.2/code'
gcc -g -pipe -O2 -Wall -fPIC -DPIC main/user_params.o main/interface.o main/main.o submain/balance.o submain/divide.o submain/submain.o input/input_assign.o input/check_input.o input/input.o input/input_geom.o input/input_graph.o input/read_params.o input/reflect_input.o input/read_val.o graph/check_graph.o graph/free_graph.o graph/reformat.o graph/subgraph.o graph/graph_out.o inertial/eigenvec2.o inertial/eigenvec3.o inertial/inertial.o inertial/inertial1d.o inertial/inertial2d.o inertial/inertial3d.o inertial/make_subgeom.o klspiff/buckets.o klspiff/buckets_bi.o klspiff/buckets1.o klspiff/bilistops.o klspiff/coarsen_kl.o klspiff/count_weights.o klspiff/compress_ewgts.o klspiff/kl_init.o klspiff/kl_output.o klspiff/klspiff.o klspiff/make_bndy_list.o klspiff/make_kl_list.o klspiff/nway_kl.o klvspiff/bpm_improve.o klvspiff/bucketsv.o klvspiff/clear_dvals.o klvspiff/coarsen_klv.o klvspiff/countup_vtx_sep.o klvspiff/find_bndy.o klvspiff/flow.o klvspiff/klv_init.o klvspiff/klvspiff.o klvspiff/make_bpgraph.o klvspiff/make_sep_list.o klvspiff/matching.o klvspiff/nway_klv.o klvspiff/flatten.o coarsen/coarsen.o coarsen/interpolate.o coarsen/makefgraph.o coarsen/makeccoords.o coarsen/coarsen1.o coarsen/makev2cv.o coarsen/maxmatch.o coarsen/maxmatch1.o coarsen/maxmatch2.o coarsen/maxmatch3.o coarsen/maxmatch4.o coarsen/maxmatch5.o connect/add_edges.o connect/connected.o connect/find_edges.o eigen/bidir.o eigen/bisect.o eigen/checkeig.o eigen/checkeig_ext.o eigen/checkorth.o eigen/cksturmcnt.o eigen/mkeigvecs.o eigen/eigensolve.o eigen/get_extval.o eigen/get_ritzvals.o eigen/lanczos_FO.o eigen/lanczos_SO.o eigen/lanczos_SO_float.o eigen/lanczos_ext.o eigen/lanczos_ext_float.o eigen/lanc_seconds.o eigen/lanpause.o eigen/makeorthlnk.o eigen/mkscanlist.o eigen/orthog1.o eigen/orthogonalize.o eigen/orthogvec.o eigen/ql.o eigen/rqi.o eigen/rqi_ext.o eigen/scale_diag.o eigen/scanmax.o eigen/scanmin.o eigen/solistout.o eigen/sorthog.o eigen/splarax.o eigen/sturmcnt.o eigen/Tevec.o eigen/tri_solve.o eigen/warnings.o symmlq/aprod.o symmlq/msolve.o symmlq/pow_dd.o symmlq/symmlq.o symmlq/symmlqblas.o tinvit/tinvit.o tinvit/pythag.o tinvit/epslon.o optimize/determinant.o optimize/func2d.o optimize/func3d.o optimize/opt2d.o optimize/opt3d.o assign/assign.o assign/assign_out.o assign/mapper.o assign/median.o assign/merge_assign.o assign/rec_median.o assign/rotate.o assign/y2x.o bpmatch/checkbp.o bpmatch/inits2d.o bpmatch/inits3d.o bpmatch/genvals2d.o bpmatch/genvals3d.o bpmatch/map2d.o bpmatch/map3d.o bpmatch/movevtxs.o bpmatch/sorts2d.o bpmatch/sorts3d.o refine_map/compute_cube_edata.o refine_map/compute_cube_vdata.o refine_map/refine_cube.o refine_map/update_cube_edata.o refine_map/update_cube_vdata.o refine_map/find_edge_cube.o refine_map/init_cube_edata.o refine_map/compute_mesh_edata.o refine_map/compute_mesh_vdata.o refine_map/find_edge_mesh.o refine_map/init_mesh_edata.o refine_map/refine_mesh.o refine_map/update_mesh_edata.o refine_map/update_mesh_vdata.o refine_map/refine_map.o refine_map/make_comm_graph.o refine_part/refine_part.o refine_part/kl_refine.o refine_part/make_maps_ref.o refine_part/make_terms_ref.o internal/force_internal.o internal/improve_internal.o internal/check_internal.o misc/define_subcubes.o misc/define_submeshes.o misc/divide_procs.o misc/merge_goals.o misc/make_term_props.o misc/count.o misc/countup.o misc/countup_cube.o misc/countup_mesh.o misc/make_subgoal.o misc/find_maxdeg.o misc/make_maps.o misc/make_setlists.o misc/sequence.o misc/perturb.o misc/simple_part.o misc/time_kernels.o misc/timing.o util/affirm.o util/array_alloc_2D.o util/bit_reverse.o util/checkpnt.o util/cpvec.o util/dot.o util/doubleout.o util/input_int.o util/gray.o util/machine_params.o util/makevwsqrt.o util/mkvec.o util/norm.o util/normalize.o util/mergesort.o util/randomize.o util/smalloc.o util/bail.o util/scadd.o util/seconds.o util/setvec.o util/shell_sort.o util/strout.o util/tri_prod.o util/true_or_false.o util/update.o util/vecout.o util/vecran.o util/vecscale.o  -lm -o ../exec/chaco
make: Leaving directory '/usr/src/RPM/BUILD/chaco-2.2/code'
+ popd
~/RPM/BUILD/chaco-2.2
++ find ./ -name '*.o'
+ ar r libchaco.a ./code/util/vecscale.o ./code/util/vecran.o ./code/util/vecout.o ./code/util/tri_prod.o ./code/util/true_or_false.o ./code/util/update.o ./code/util/strout.o ./code/util/shell_sort.o ./code/util/seconds.o ./code/util/setvec.o ./code/util/bail.o ./code/util/scadd.o ./code/util/smalloc.o ./code/util/randomize.o ./code/util/mergesort.o ./code/util/normalize.o ./code/util/norm.o ./code/util/mkvec.o ./code/util/machine_params.o ./code/util/makevwsqrt.o ./code/util/gray.o ./code/util/input_int.o ./code/util/doubleout.o ./code/util/dot.o ./code/util/cpvec.o ./code/util/checkpnt.o ./code/util/bit_reverse.o ./code/util/affirm.o ./code/util/array_alloc_2D.o ./code/tinvit/epslon.o ./code/tinvit/pythag.o ./code/tinvit/tinvit.o ./code/symmlq/symmlqblas.o ./code/symmlq/msolve.o ./code/symmlq/symmlq.o ./code/symmlq/aprod.o ./code/symmlq/pow_dd.o ./code/submain/submain.o ./code/submain/divide.o ./code/submain/balance.o ./code/refine_part/make_terms_ref.o ./code/refine_part/make_maps_ref.o ./code/refine_part/refine_part.o ./code/refine_part/kl_refine.o ./code/refine_map/make_comm_graph.o ./code/refine_map/update_mesh_vdata.o ./code/refine_map/refine_mesh.o ./code/refine_map/update_mesh_edata.o ./code/refine_map/refine_map.o ./code/refine_map/init_mesh_edata.o ./code/refine_map/compute_mesh_vdata.o ./code/refine_map/find_edge_mesh.o ./code/refine_map/compute_mesh_edata.o ./code/refine_map/find_edge_cube.o ./code/refine_map/update_cube_vdata.o ./code/refine_map/update_cube_edata.o ./code/refine_map/init_cube_edata.o ./code/refine_map/refine_cube.o ./code/refine_map/compute_cube_edata.o ./code/refine_map/compute_cube_vdata.o ./code/optimize/opt3d.o ./code/optimize/opt2d.o ./code/optimize/func3d.o ./code/optimize/func2d.o ./code/optimize/determinant.o ./code/misc/timing.o ./code/misc/perturb.o ./code/misc/time_kernels.o ./code/misc/simple_part.o ./code/misc/sequence.o ./code/misc/make_setlists.o ./code/misc/make_maps.o ./code/misc/make_subgoal.o ./code/misc/find_maxdeg.o ./code/misc/countup_mesh.o ./code/misc/countup_cube.o ./code/misc/countup.o ./code/misc/count.o ./code/misc/make_term_props.o ./code/misc/merge_goals.o ./code/misc/divide_procs.o ./code/misc/define_submeshes.o ./code/misc/define_subcubes.o ./code/main/main.o ./code/main/interface.o ./code/main/user_params.o ./code/klvspiff/matching.o ./code/klvspiff/flatten.o ./code/klvspiff/nway_klv.o ./code/klvspiff/make_sep_list.o ./code/klvspiff/make_bpgraph.o ./code/klvspiff/klvspiff.o ./code/klvspiff/find_bndy.o ./code/klvspiff/klv_init.o ./code/klvspiff/flow.o ./code/klvspiff/countup_vtx_sep.o ./code/klvspiff/bucketsv.o ./code/klvspiff/coarsen_klv.o ./code/klvspiff/bpm_improve.o ./code/klvspiff/clear_dvals.o ./code/klspiff/nway_kl.o ./code/klspiff/make_kl_list.o ./code/klspiff/make_bndy_list.o ./code/klspiff/klspiff.o ./code/klspiff/kl_output.o ./code/klspiff/kl_init.o ./code/klspiff/count_weights.o ./code/klspiff/buckets_bi.o ./code/klspiff/compress_ewgts.o ./code/klspiff/bilistops.o ./code/klspiff/buckets1.o ./code/klspiff/coarsen_kl.o ./code/klspiff/buckets.o ./code/internal/check_internal.o ./code/internal/improve_internal.o ./code/internal/force_internal.o ./code/input/read_val.o ./code/input/input_graph.o ./code/input/reflect_input.o ./code/input/read_params.o ./code/input/check_input.o ./code/input/input_geom.o ./code/input/input.o ./code/input/input_assign.o ./code/inertial/make_subgeom.o ./code/inertial/inertial2d.o ./code/inertial/inertial3d.o ./code/inertial/inertial1d.o ./code/inertial/eigenvec3.o ./code/inertial/inertial.o ./code/inertial/eigenvec2.o ./code/graph/graph_out.o ./code/graph/subgraph.o ./code/graph/free_graph.o ./code/graph/check_graph.o ./code/graph/reformat.o ./code/eigen/warnings.o ./code/eigen/tri_solve.o ./code/eigen/Tevec.o ./code/eigen/sturmcnt.o ./code/eigen/splarax.o ./code/eigen/sorthog.o ./code/eigen/scanmin.o ./code/eigen/solistout.o ./code/eigen/scanmax.o ./code/eigen/scale_diag.o ./code/eigen/rqi_ext.o ./code/eigen/ql.o ./code/eigen/rqi.o ./code/eigen/orthog1.o ./code/eigen/orthogvec.o ./code/eigen/orthogonalize.o ./code/eigen/mkscanlist.o ./code/eigen/makeorthlnk.o ./code/eigen/lanc_seconds.o ./code/eigen/lanpause.o ./code/eigen/lanczos_ext_float.o ./code/eigen/lanczos_ext.o ./code/eigen/lanczos_SO_float.o ./code/eigen/lanczos_SO.o ./code/eigen/get_ritzvals.o ./code/eigen/lanczos_FO.o ./code/eigen/get_extval.o ./code/eigen/cksturmcnt.o ./code/eigen/checkorth.o ./code/eigen/eigensolve.o ./code/eigen/mkeigvecs.o ./code/eigen/checkeig_ext.o ./code/eigen/checkeig.o ./code/eigen/bidir.o ./code/eigen/bisect.o ./code/connect/find_edges.o ./code/connect/connected.o ./code/connect/add_edges.o ./code/coarsen/maxmatch5.o ./code/coarsen/maxmatch4.o ./code/coarsen/maxmatch3.o ./code/coarsen/maxmatch2.o ./code/coarsen/maxmatch1.o ./code/coarsen/maxmatch.o ./code/coarsen/makev2cv.o ./code/coarsen/makeccoords.o ./code/coarsen/coarsen1.o ./code/coarsen/makefgraph.o ./code/coarsen/interpolate.o ./code/coarsen/coarsen.o ./code/bpmatch/map3d.o ./code/bpmatch/sorts2d.o ./code/bpmatch/sorts3d.o ./code/bpmatch/movevtxs.o ./code/bpmatch/genvals3d.o ./code/bpmatch/map2d.o ./code/bpmatch/genvals2d.o ./code/bpmatch/inits3d.o ./code/bpmatch/inits2d.o ./code/bpmatch/checkbp.o ./code/assign/y2x.o ./code/assign/rotate.o ./code/assign/median.o ./code/assign/rec_median.o ./code/assign/merge_assign.o ./code/assign/mapper.o ./code/assign/assign_out.o ./code/assign/assign.o
ar: creating libchaco.a
+ ar d libchaco.a main.o
+ ranlib libchaco.a
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.30905
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/chaco-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/chaco-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd chaco-2.2
+ install -d /usr/src/tmp/chaco-buildroot/usr/bin
+ install -d /usr/src/tmp/chaco-buildroot/usr/share/chaco
+ install -d /usr/src/tmp/chaco-buildroot/usr/lib
+ install -d /usr/src/tmp/chaco-buildroot/usr/share/doc/chaco
+ install -m755 exec/chaco /usr/src/tmp/chaco-buildroot/usr/bin
+ rm -f exec/chaco
+ install -p -m644 exec/README exec/User_Params exec/film.coords exec/film.graph exec/grid20x20.coords exec/grid20x20.graph exec/hammond.coords exec/hammond.graph /usr/src/tmp/chaco-buildroot/usr/share/chaco
+ install -m644 libchaco.a /usr/src/tmp/chaco-buildroot/usr/lib
+ install -m644 doc/Empirical.ps doc/Multilevel.ps doc/README doc/Spectral_Overview.ps doc/Spectral_Theory.ps doc/Term_Prop.ps doc/Users_Guide.ps /usr/src/tmp/chaco-buildroot/usr/share/doc/chaco
+ pushd /usr/src/tmp/chaco-buildroot/usr/lib
~/tmp/chaco-buildroot/usr/lib ~/RPM/BUILD/chaco-2.2
+ mkdir tmp
+ pushd tmp
~/tmp/chaco-buildroot/usr/lib/tmp ~/tmp/chaco-buildroot/usr/lib ~/RPM/BUILD/chaco-2.2
+ ar x ../libchaco.a
+ gcc -shared Tevec.o add_edges.o affirm.o aprod.o array_alloc_2D.o assign.o assign_out.o bail.o balance.o bidir.o bilistops.o bisect.o bit_reverse.o bpm_improve.o buckets.o buckets1.o buckets_bi.o bucketsv.o check_graph.o check_input.o check_internal.o checkbp.o checkeig.o checkeig_ext.o checkorth.o checkpnt.o cksturmcnt.o clear_dvals.o coarsen.o coarsen1.o coarsen_kl.o coarsen_klv.o compress_ewgts.o compute_cube_edata.o compute_cube_vdata.o compute_mesh_edata.o compute_mesh_vdata.o connected.o count.o count_weights.o countup.o countup_cube.o countup_mesh.o countup_vtx_sep.o cpvec.o define_subcubes.o define_submeshes.o determinant.o divide.o divide_procs.o dot.o doubleout.o eigensolve.o eigenvec2.o eigenvec3.o epslon.o find_bndy.o find_edge_cube.o find_edge_mesh.o find_edges.o find_maxdeg.o flatten.o flow.o force_internal.o free_graph.o func2d.o func3d.o genvals2d.o genvals3d.o get_extval.o get_ritzvals.o graph_out.o gray.o improve_internal.o inertial.o inertial1d.o inertial2d.o inertial3d.o init_cube_edata.o init_mesh_edata.o inits2d.o inits3d.o input.o input_assign.o input_geom.o input_graph.o input_int.o interface.o interpolate.o kl_init.o kl_output.o kl_refine.o klspiff.o klv_init.o klvspiff.o lanc_seconds.o lanczos_FO.o lanczos_SO.o lanczos_SO_float.o lanczos_ext.o lanczos_ext_float.o lanpause.o machine_params.o make_bndy_list.o make_bpgraph.o make_comm_graph.o make_kl_list.o make_maps.o make_maps_ref.o make_sep_list.o make_setlists.o make_subgeom.o make_subgoal.o make_term_props.o make_terms_ref.o makeccoords.o makefgraph.o makeorthlnk.o makev2cv.o makevwsqrt.o map2d.o map3d.o mapper.o matching.o maxmatch.o maxmatch1.o maxmatch2.o maxmatch3.o maxmatch4.o maxmatch5.o median.o merge_assign.o merge_goals.o mergesort.o mkeigvecs.o mkscanlist.o mkvec.o movevtxs.o msolve.o norm.o normalize.o nway_kl.o nway_klv.o opt2d.o opt3d.o orthog1.o orthogonalize.o orthogvec.o perturb.o pow_dd.o pythag.o ql.o randomize.o read_params.o read_val.o rec_median.o refine_cube.o refine_map.o refine_mesh.o refine_part.o reflect_input.o reformat.o rotate.o rqi.o rqi_ext.o scadd.o scale_diag.o scanmax.o scanmin.o seconds.o sequence.o setvec.o shell_sort.o simple_part.o smalloc.o solistout.o sorthog.o sorts2d.o sorts3d.o splarax.o strout.o sturmcnt.o subgraph.o submain.o symmlq.o symmlqblas.o time_kernels.o timing.o tinvit.o tri_prod.o tri_solve.o true_or_false.o update.o update_cube_edata.o update_cube_vdata.o update_mesh_edata.o update_mesh_vdata.o user_params.o vecout.o vecran.o vecscale.o warnings.o y2x.o -lm -Wl,-soname,libchaco2.so.2 -o ../libchaco2.so.2.2.0
+ rm -f Tevec.o add_edges.o affirm.o aprod.o array_alloc_2D.o assign.o assign_out.o bail.o balance.o bidir.o bilistops.o bisect.o bit_reverse.o bpm_improve.o buckets.o buckets1.o buckets_bi.o bucketsv.o check_graph.o check_input.o check_internal.o checkbp.o checkeig.o checkeig_ext.o checkorth.o checkpnt.o cksturmcnt.o clear_dvals.o coarsen.o coarsen1.o coarsen_kl.o coarsen_klv.o compress_ewgts.o compute_cube_edata.o compute_cube_vdata.o compute_mesh_edata.o compute_mesh_vdata.o connected.o count.o count_weights.o countup.o countup_cube.o countup_mesh.o countup_vtx_sep.o cpvec.o define_subcubes.o define_submeshes.o determinant.o divide.o divide_procs.o dot.o doubleout.o eigensolve.o eigenvec2.o eigenvec3.o epslon.o find_bndy.o find_edge_cube.o find_edge_mesh.o find_edges.o find_maxdeg.o flatten.o flow.o force_internal.o free_graph.o func2d.o func3d.o genvals2d.o genvals3d.o get_extval.o get_ritzvals.o graph_out.o gray.o improve_internal.o inertial.o inertial1d.o inertial2d.o inertial3d.o init_cube_edata.o init_mesh_edata.o inits2d.o inits3d.o input.o input_assign.o input_geom.o input_graph.o input_int.o interface.o interpolate.o kl_init.o kl_output.o kl_refine.o klspiff.o klv_init.o klvspiff.o lanc_seconds.o lanczos_FO.o lanczos_SO.o lanczos_SO_float.o lanczos_ext.o lanczos_ext_float.o lanpause.o machine_params.o make_bndy_list.o make_bpgraph.o make_comm_graph.o make_kl_list.o make_maps.o make_maps_ref.o make_sep_list.o make_setlists.o make_subgeom.o make_subgoal.o make_term_props.o make_terms_ref.o makeccoords.o makefgraph.o makeorthlnk.o makev2cv.o makevwsqrt.o map2d.o map3d.o mapper.o matching.o maxmatch.o maxmatch1.o maxmatch2.o maxmatch3.o maxmatch4.o maxmatch5.o median.o merge_assign.o merge_goals.o mergesort.o mkeigvecs.o mkscanlist.o mkvec.o movevtxs.o msolve.o norm.o normalize.o nway_kl.o nway_klv.o opt2d.o opt3d.o orthog1.o orthogonalize.o orthogvec.o perturb.o pow_dd.o pythag.o ql.o randomize.o read_params.o read_val.o rec_median.o refine_cube.o refine_map.o refine_mesh.o refine_part.o reflect_input.o reformat.o rotate.o rqi.o rqi_ext.o scadd.o scale_diag.o scanmax.o scanmin.o seconds.o sequence.o setvec.o shell_sort.o simple_part.o smalloc.o solistout.o sorthog.o sorts2d.o sorts3d.o splarax.o strout.o sturmcnt.o subgraph.o submain.o symmlq.o symmlqblas.o time_kernels.o timing.o tinvit.o tri_prod.o tri_solve.o true_or_false.o update.o update_cube_edata.o update_cube_vdata.o update_mesh_edata.o update_mesh_vdata.o user_params.o vecout.o vecran.o vecscale.o warnings.o y2x.o
+ popd
~/tmp/chaco-buildroot/usr/lib ~/RPM/BUILD/chaco-2.2
+ rmdir tmp
+ ln -s libchaco2.so.2.2.0 libchaco2.so.2
+ ln -s libchaco2.so.2 libchaco2.so
+ popd
~/RPM/BUILD/chaco-2.2
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/chaco-buildroot (auto)
mode of './usr/lib/libchaco2.so.2.2.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/chaco-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/chaco-buildroot/ (default)
Compressing files in /usr/src/tmp/chaco-buildroot (auto)
Adjusting library links in /usr/src/tmp/chaco-buildroot
./usr/lib: (from <cmdline>:0)
	libchaco2.so.2 -> libchaco2.so.2.2.0
Verifying ELF objects in /usr/src/tmp/chaco-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
verify-elf: WARNING: ./usr/lib/libchaco2.so.2.2.0: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/bin/chaco: uses non-LFS functions: fopen
Processing files: chaco-2.2-alt8
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.fB7jJP
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.qRc87X
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libm.so.6(GLIBC_2.0), libm.so.6(GLIBC_2.1), libm.so.6(GLIBC_2.29), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.DOvhTE
Creating chaco-debuginfo package
Processing files: chaco-docs-2.2-alt8
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.pNN9ZZ
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.sPxh4o
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Processing files: libchaco-2.2-alt8
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.EY4x1p
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell)
lib.prov: /usr/src/tmp/chaco-buildroot/usr/lib/libchaco2.so.2: 422 symbols, 19 bpp
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.WdjMEj
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: libchaco2.so.2 = set:mdgZs7UgAePMic49yTTmMLM61BlmCFDSfOoPrCs65oNChpgt9S4JON3ZyCIz1zriocQi8aw3gr4XBI5JaTe8cQfZAh3NscgmKhB3OcUZdOuDFh8bxLGY9bVplXQCxsSS19gGqSSWmWpF5DK2nSw0lfgkU45mibxBWSZ7BbbBTT9yA8jWjgcGtUQtxYGyYhZtZ3Sr02hXUCbacfiSCrHr7IDmeh1OHREJ2XjIMqknFrLffkZuz71BxeZtldZC3aCpe4ri4ZKNgyJytRho4cTnP6nlrP2fr7eZ6Ocew3VZmoQdYLAxjcYZrRBOrKBHdnO8ZowEyDwdVHAnoioO0efPZdEe5G1qQ4djnI5s2c0iGfzKZoIMHrHw1vFpuRfJFQBr4etUuLTzwYoVyHGjZinzN3jHLOZAKg3dJAEisgueZqGTTMcBUiDxkBOwYljYMcz3avIdjZHEMYI6IUIzCBnUMZz9r4WbF2Z10ZkICZvMWpBo56v04lYKv3mnisfA1iksnMpUv5RnXuftiLgf6P1TX8z0IlOBa7qNcJCurIpg5mFSXj3rxXTh7UEjxswfGbXb7N8lcZoU0iV7VR8Tu9wAhe2HnYjmqzwtXYfMVI8Lj3PMIXpVFjIWYaj8FebLpaTZf4PrReHx6TG7BIqs0ZD4VITTUEZ4ousDiZ9TVkRExs2Fovxz47M50BeW9PwclMP5cM4KpqKbm71f7Ze62Pc9ORcFS9U26C8Op7V8Mwh2ct5FZ0DoozX5N59foyx0OdwGMlz57Yq7jp9mfIBonhrxqipSfoipGXFeZIiZ9TiEzTQwGil8v6t0AfmbcYOFoy77woCXzskwfZi
Requires: libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libm.so.6(GLIBC_2.0), libm.so.6(GLIBC_2.1), libm.so.6(GLIBC_2.29), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.f7H5KD
Creating libchaco-debuginfo package
Processing files: libchaco-devel-2.2-alt8
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.QVrhvQ
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.IYwvfq
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: libchaco = 2.2-alt8, /usr/lib/libchaco2.so.2
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.sXSZtw
Processing files: chaco-debuginfo-2.2-alt8
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.eal2Ab
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ApRYeJ
find-requires: running scripts (debuginfo)
Requires: chaco = 2.2-alt8, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libm.so.6)
Processing files: libchaco-debuginfo-2.2-alt8
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.91ADiq
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.KajmMv
find-requires: running scripts (debuginfo)
Provides: debug(libchaco2.so.2)
Requires: libchaco = 2.2-alt8, debug(libc.so.6), debug(libm.so.6)
Adding to chaco-debuginfo a strict dependency on chaco
Adding to libchaco-devel a strict dependency on libchaco
Adding to libchaco-debuginfo a strict dependency on libchaco
Removing 1 extra deps from libchaco-devel due to dependency on libchaco
warning: Installed (but unpackaged) file(s) found:
    /usr/lib/libchaco.a
Wrote: /usr/src/RPM/RPMS/i586/chaco-2.2-alt8.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/noarch/chaco-docs-2.2-alt8.noarch.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/libchaco-2.2-alt8.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/libchaco-devel-2.2-alt8.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/chaco-debuginfo-2.2-alt8.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/libchaco-debuginfo-2.2-alt8.i586.rpm (w2.lzdio)
19.06user 6.39system 0:20.74elapsed 122%CPU (0avgtext+0avgdata 79484maxresident)k
0inputs+0outputs (0major+1196182minor)pagefaults 0swaps
/.out/chaco-docs-2.2-alt8.noarch.rpm: The use of such a license name is ambiguous: LGPL
/.out/chaco-docs-2.2-alt8.noarch.rpm: license not found in '/usr/share/license' directory: v2.1
/.out/chaco-2.2-alt8.i586.rpm: The use of such a license name is ambiguous: LGPL
/.out/chaco-2.2-alt8.i586.rpm: license not found in '/usr/share/license' directory: v2.1
/.out/libchaco-2.2-alt8.i586.rpm: The use of such a license name is ambiguous: LGPL
/.out/libchaco-2.2-alt8.i586.rpm: license not found in '/usr/share/license' directory: v2.1
/.out/libchaco-devel-2.2-alt8.i586.rpm: The use of such a license name is ambiguous: LGPL
/.out/libchaco-devel-2.2-alt8.i586.rpm: license not found in '/usr/share/license' directory: v2.1
/.out/chaco-debuginfo-2.2-alt8.i586.rpm: The use of such a license name is ambiguous: LGPL
/.out/chaco-debuginfo-2.2-alt8.i586.rpm: license not found in '/usr/share/license' directory: v2.1
/.out/libchaco-debuginfo-2.2-alt8.i586.rpm: The use of such a license name is ambiguous: LGPL
/.out/libchaco-debuginfo-2.2-alt8.i586.rpm: license not found in '/usr/share/license' directory: v2.1
0.49user 1.00system 0:24.66elapsed 6%CPU (0avgtext+0avgdata 11984maxresident)k
0inputs+0outputs (0major+96850minor)pagefaults 0swaps
--- chaco-2.2-alt8.i586.rpm.repo	2020-09-16 23:35:29.000000000 +0000
+++ chaco-2.2-alt8.i586.rpm.hasher	2023-09-02 05:56:15.339500109 +0000
@@ -13,4 +13,6 @@
 Requires: libc.so.6(GLIBC_2.1)  
+Requires: libc.so.6(GLIBC_2.1.3)  
 Requires: libc.so.6(GLIBC_2.3)  
 Requires: libc.so.6(GLIBC_2.3.4)  
+Requires: libc.so.6(GLIBC_2.34)  
 Requires: libc.so.6(GLIBC_2.4)  
@@ -23,3 +25,3 @@
 Provides: chaco = 2.2-alt8:sisyphus+258191.100.1.1
-File: /usr/bin/chaco	100755	root:root	eb42afd6755ddf2e590c9d1ba0434609	
+File: /usr/bin/chaco	100755	root:root	9a7df809b8fcdba8e90ce072c510b994	
 File: /usr/share/chaco	40755	root:root		
@@ -33,2 +35,2 @@
 File: /usr/share/chaco/hammond.graph	100644	root:root	f6badc05385b2ccf9fca7946d25be03a	
-RPMIdentity: bc932f4c40550c078437f85dafab201c75f3ac36866e931c833806e0f740036531dff2a4c7153c1fc5a1b9c88ac081a6fb9f7ae3f0b73675bbafeae01bab0535
+RPMIdentity: 94341455f871e76e3666af343a085d0344fa19848ebbde4c099dd1de369fb052ae13ad7a188c7244d800c4535696651ffea5102fc04a0acaa8c49edfc02e7346
--- chaco-debuginfo-2.2-alt8.i586.rpm.repo	2020-09-16 23:35:29.000000000 +0000
+++ chaco-debuginfo-2.2-alt8.i586.rpm.hasher	2023-09-02 05:56:15.409501269 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/42	40755	root:root	
-/usr/lib/debug/.build-id/42/aedfe938cae6cfec5ae9d07ff63a70421f1f80	120777	root:root	../../../../bin/chaco
-/usr/lib/debug/.build-id/42/aedfe938cae6cfec5ae9d07ff63a70421f1f80.debug	120777	root:root	../../usr/bin/chaco.debug
+/usr/lib/debug/.build-id/66	40755	root:root	
+/usr/lib/debug/.build-id/66/bbde2f208d66d04f976c346b6c7e01136a4636	120777	root:root	../../../../bin/chaco
+/usr/lib/debug/.build-id/66/bbde2f208d66d04f976c346b6c7e01136a4636.debug	120777	root:root	../../usr/bin/chaco.debug
 /usr/lib/debug/usr/bin/chaco.debug	100644	root:root	
@@ -241,6 +241,6 @@
 Provides: chaco-debuginfo = 2.2-alt8:sisyphus+258191.100.1.1
-File: /usr/lib/debug/.build-id/42	40755	root:root		
-File: /usr/lib/debug/.build-id/42/aedfe938cae6cfec5ae9d07ff63a70421f1f80	120777	root:root		../../../../bin/chaco
-File: /usr/lib/debug/.build-id/42/aedfe938cae6cfec5ae9d07ff63a70421f1f80.debug	120777	root:root		../../usr/bin/chaco.debug
-File: /usr/lib/debug/usr/bin/chaco.debug	100644	root:root	23e1cd457f85fe0dc16ae126809c003a	
+File: /usr/lib/debug/.build-id/66	40755	root:root		
+File: /usr/lib/debug/.build-id/66/bbde2f208d66d04f976c346b6c7e01136a4636	120777	root:root		../../../../bin/chaco
+File: /usr/lib/debug/.build-id/66/bbde2f208d66d04f976c346b6c7e01136a4636.debug	120777	root:root		../../usr/bin/chaco.debug
+File: /usr/lib/debug/usr/bin/chaco.debug	100644	root:root	511424c32e7696a186e7e75a8e19b04a	
 File: /usr/src/debug/chaco-2.2	40755	root:root		
@@ -476,2 +476,2 @@
 File: /usr/src/debug/chaco-2.2/code/util/vecscale.c	100644	root:root	449698da5dec9ca917749fdb98ada796	
-RPMIdentity: 1fcd76bd40caf503c850e6c8786b2ebf7f3ea4dcfe57fd0e4fbb5d3b136bbf2f23fd41feaca8e780846e1732526fe1939a8874f3b64f1c2d9ee50ee1856165d1
+RPMIdentity: 25eed80f441bce0b2491e80b028c6043a827f3010d33c8bf850649c1c1019a73d6a832a1507a431a2310fdf2c875a9eb6659ab4f47eab3401f7da21dda091419
--- libchaco-2.2-alt8.i586.rpm.repo	2020-09-16 23:35:29.000000000 +0000
+++ libchaco-2.2-alt8.i586.rpm.hasher	2023-09-02 05:56:15.556503705 +0000
@@ -17,3 +17,3 @@
 File: /usr/lib/libchaco2.so.2	120777	root:root		libchaco2.so.2.2.0
-File: /usr/lib/libchaco2.so.2.2.0	100644	root:root	91803286574605ff3b2b2e77c57d39ab	
-RPMIdentity: 9ecd2d6f78ba6573470b030aa5e103b42c86210d3391534e714523274fa23176df820b9116a100d90c790a81fbdbfd39e43e4798c2907f2ea98298550b26970d
+File: /usr/lib/libchaco2.so.2.2.0	100644	root:root	7e331115860f573a3ad3cd41e5374048	
+RPMIdentity: 557b0d80eb6b9b1dac757937cb1800a23e74fc25423412d949dc8a018b3609bfc0653757b2222ede1c4c75ff72f4b31a02a98190b1b9e47f0918cbf267f47780
--- libchaco-debuginfo-2.2-alt8.i586.rpm.repo	2020-09-16 23:35:29.000000000 +0000
+++ libchaco-debuginfo-2.2-alt8.i586.rpm.hasher	2023-09-02 05:56:15.620504766 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/df	40755	root:root	
-/usr/lib/debug/.build-id/df/88ca569d353413f628e08d204f89f8582f6de5	120777	root:root	../../../libchaco2.so.2.2.0
-/usr/lib/debug/.build-id/df/88ca569d353413f628e08d204f89f8582f6de5.debug	120777	root:root	../../usr/lib/libchaco2.so.2.2.0.debug
+/usr/lib/debug/.build-id/c6	40755	root:root	
+/usr/lib/debug/.build-id/c6/e46decc960c5e0606b8a97c5ed88f34a5e15a5	120777	root:root	../../../libchaco2.so.2.2.0
+/usr/lib/debug/.build-id/c6/e46decc960c5e0606b8a97c5ed88f34a5e15a5.debug	120777	root:root	../../usr/lib/libchaco2.so.2.2.0.debug
 /usr/lib/debug/usr/lib/libchaco2.so.2.2.0.debug	100644	root:root	
@@ -241,6 +241,6 @@
 Provides: libchaco-debuginfo = 2.2-alt8:sisyphus+258191.100.1.1
-File: /usr/lib/debug/.build-id/df	40755	root:root		
-File: /usr/lib/debug/.build-id/df/88ca569d353413f628e08d204f89f8582f6de5	120777	root:root		../../../libchaco2.so.2.2.0
-File: /usr/lib/debug/.build-id/df/88ca569d353413f628e08d204f89f8582f6de5.debug	120777	root:root		../../usr/lib/libchaco2.so.2.2.0.debug
-File: /usr/lib/debug/usr/lib/libchaco2.so.2.2.0.debug	100644	root:root	83c2cc69edcbab953137925f538a6a82	
+File: /usr/lib/debug/.build-id/c6	40755	root:root		
+File: /usr/lib/debug/.build-id/c6/e46decc960c5e0606b8a97c5ed88f34a5e15a5	120777	root:root		../../../libchaco2.so.2.2.0
+File: /usr/lib/debug/.build-id/c6/e46decc960c5e0606b8a97c5ed88f34a5e15a5.debug	120777	root:root		../../usr/lib/libchaco2.so.2.2.0.debug
+File: /usr/lib/debug/usr/lib/libchaco2.so.2.2.0.debug	100644	root:root	86ef9c8af9825999192393882d0686c1	
 File: /usr/lib/debug/usr/lib/libchaco2.so.2.debug	120777	root:root		libchaco2.so.2.2.0.debug
@@ -476,2 +476,2 @@
 File: /usr/src/debug/chaco-2.2/code/util/vecscale.c	100644	root:root	449698da5dec9ca917749fdb98ada796	
-RPMIdentity: 46470cd8d93e4f075f07144068992cfbdef0675c2dc20e0cc4eac55e5626a935a64062cfaf226d57fe5ebc79afca5f552ca6f4335dbe0e05307785143ad2e2e6
+RPMIdentity: 9a06d175d9ec65180b7a8d2c9035d747d04c81a58d49e201d64c9380ccb546f1c859175aaa42572ebe4f1970eb78966ed3bf87203f6372af41a5de1ff000be97