<86>Sep 18 10:22:17 userdel[2198969]: delete user 'rooter'
<86>Sep 18 10:22:17 userdel[2198969]: removed group 'rooter' owned by 'rooter'
<86>Sep 18 10:22:17 userdel[2198969]: removed shadow group 'rooter' owned by 'rooter'
<86>Sep 18 10:22:17 groupadd[2198983]: group added to /etc/group: name=rooter, GID=669
<86>Sep 18 10:22:17 groupadd[2198983]: group added to /etc/gshadow: name=rooter
<86>Sep 18 10:22:17 groupadd[2198983]: new group: name=rooter, GID=669
<86>Sep 18 10:22:17 useradd[2198996]: new user: name=rooter, UID=669, GID=669, home=/root, shell=/bin/bash
<86>Sep 18 10:22:17 userdel[2199014]: delete user 'builder'
<86>Sep 18 10:22:17 userdel[2199014]: removed group 'builder' owned by 'builder'
<86>Sep 18 10:22:17 groupadd[2199048]: group added to /etc/group: name=builder, GID=670
<86>Sep 18 10:22:17 groupadd[2199048]: group added to /etc/gshadow: name=builder
<86>Sep 18 10:22:17 groupadd[2199048]: new group: name=builder, GID=670
<86>Sep 18 10:22:17 useradd[2199053]: new user: name=builder, UID=670, GID=670, home=/usr/src, shell=/bin/bash
/usr/src/in/srpm/meschach-1.2-alt1.b.3.src.rpm: license not found in '/usr/share/license' directory: Free
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/meschach-1.2-alt1.b.3.nosrc.rpm (w1.gzdio)
Installing meschach-1.2-alt1.b.3.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.73301
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf meschach-1.2
+ echo 'Source #0 (meschach-1.2.tar):'
Source #0 (meschach-1.2.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/meschach-1.2.tar
+ cd meschach-1.2
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.73301
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd meschach-1.2
+ CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic'
+ export CFLAGS
+ CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic'
+ export CXXFLAGS
+ FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic'
+ export FFLAGS
+ FCFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic'
+ export FCFLAGS
+ '[' -n '' ']'
++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g'
++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic'
+ ASFLAGS=' -march=i586 -mtune=generic'
+ export ASFLAGS
+ export lt_cv_deplibs_check_method=pass_all
+ lt_cv_deplibs_check_method=pass_all
+ sort -u
+ xargs -ri dirname -- '{}'
+ xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n'
+ readlink -e -- ./configure
+ xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess
+ ./configure --build=i586-alt-linux --host=i586-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/lib --localstatedir=/var/lib --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --disable-silent-rules --without-included-gettext --with-all
creating cache ./config.cache
checking for acc... gcc
checking for cc... (cached) gcc
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic ) works... yes
checking whether the C compiler (gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for AIX... no
./configure: line 960: AC_HPUX: command not found
checking for minix/config.h... no
checking for POSIXized ISC... no
checking for ranlib... ranlib
checking for memory.h... yes
checking for ANSI C header files... yes
checking for complex.h... yes
checking for malloc.h... yes
checking for varargs.h... no
checking for size_t... yes
checking for working const... yes
checking whether byte ordering is bigendian... no
computing machine epsilon(s)
gcc -o macheps dmacheps.c
dmacheps.c:37:1: warning: return type defaults to 'int' [-Wimplicit-int]
   37 | main()
      | ^~~~
gcc -o macheps fmacheps.c
fmacheps.c:37:1: warning: return type defaults to 'int' [-Wimplicit-int]
   37 | main()
      | ^~~~
computing M_MAX_INT
gcc -o maxint maxint.c
maxint.c:27:1: warning: return type defaults to 'int' [-Wimplicit-int]
   27 | main()
      | ^~~~
maxint.c: In function 'main':
maxint.c:37:5: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
   37 |     printf("%d\n", old_i);
      |     ^~~~~~
maxint.c:37:5: warning: incompatible implicit declaration of built-in function 'printf'
maxint.c:1:1: note: include '<stdio.h>' or provide a declaration of 'printf'
  +++ |+#include <stdio.h>
    1 | 
checking char \\0 vs. float zeros
checking for bcopy... yes
checking for bzero... yes
updating cache ./config.cache
creating ./config.status
creating makefile
creating machine.h
Extensions to basic version: use configure --with-opt1 --with-opt2
  Option:
    --with-complex     incorporate complex functions
    --with-sparse      incorporate sparse matrix functions
    --with-all         both of the above
    --with-unroll      unroll low level loops on vectors
    --with-munroll     unroll low level loops on matrices
    --with-float       single precision
    --with-double      double precision (default)
Re-run configure with these options if you want them
+ make -j8 all
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H err.c
err.c:31:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   31 | static char rcsid[] = "$Id: err.c,v 1.6 1995/01/30 14:49:14 des Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H submat.c
submat.c:32:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   32 | static char rcsid[] = "$Id: submat.c,v 1.2 1994/01/13 05:28:12 des Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H copy.c
copy.c: In function 'vm_move':
copy.c:228:10: warning: variable 'dim0' set but not used [-Wunused-but-set-variable]
  228 |     int  dim0, i;
      |          ^~~~
At top level:
copy.c:27:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   27 | static char rcsid[] = "$Id: copy.c,v 1.2 1994/01/13 05:37:14 des Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H pxop.c
pxop.c:33:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   33 | static char rcsid[] = "$Id: pxop.c,v 1.6 1995/06/08 14:57:11 des Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H machine.c
machine.c:34:14: warning: 'rcsid' defined but not used [-Wunused-variable]
   34 | static char *rcsid = "$Id: machine.c,v 1.4 1994/01/13 05:28:56 des Exp $";
      |              ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H init.c
init.c:33:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   33 | static char rcsid[] = "$Id: init.c,v 1.6 1994/01/13 05:36:58 des Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H otherio.c
otherio.c:31:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   31 | static char rcsid[] = "$Id: otherio.c,v 1.2 1994/01/13 05:34:52 des Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H vecop.c
vecop.c: In function 'v_linlist':
vecop.c:315:11: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  315 |    while (par = va_arg(ap,VEC *)) {   /* NULL ends the list*/
      |           ^~~
At top level:
vecop.c:32:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   32 | static char rcsid[] = "$Id: vecop.c,v 1.5 1996/08/20 18:18:10 stewart Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H memory.c
memory.c: In function 'm_resize':
memory.c:318:13: warning: operation on 'A->me' may be undefined [-Wsequence-point]
  318 |       A->me = RENEW(A->me,new_m,Real *);
memory.c:334:15: warning: operation on 'A->base' may be undefined [-Wsequence-point]
  334 |       A->base = RENEW(A->base,new_size,Real);
memory.c: In function 'px_resize':
memory.c:456:14: warning: operation on 'px->pe' may be undefined [-Wsequence-point]
  456 |       px->pe = RENEW(px->pe,new_size,unsigned int);
memory.c: In function 'v_resize':
memory.c:505:13: warning: operation on 'x->ve' may be undefined [-Wsequence-point]
  505 |       x->ve = RENEW(x->ve,new_dim,Real);
memory.c: In function 'v_get_vars':
memory.c:548:11: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  548 |    while (par = va_arg(ap,VEC **)) {   /* NULL ends the list*/
      |           ^~~
memory.c: In function 'iv_get_vars':
memory.c:565:11: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  565 |    while (par = va_arg(ap,IVEC **)) {   /* NULL ends the list*/
      |           ^~~
memory.c: In function 'm_get_vars':
memory.c:581:11: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  581 |    while (par = va_arg(ap,MAT **)) {   /* NULL ends the list*/
      |           ^~~
memory.c: In function 'px_get_vars':
memory.c:597:11: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  597 |    while (par = va_arg(ap,PERM **)) {   /* NULL ends the list*/
      |           ^~~
memory.c: In function 'v_resize_vars':
memory.c:629:11: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  629 |    while (par = va_arg(ap,VEC **)) {   /* NULL ends the list*/
      |           ^~~
memory.c: In function 'iv_resize_vars':
memory.c:647:11: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  647 |    while (par = va_arg(ap,IVEC **)) {   /* NULL ends the list*/
      |           ^~~
memory.c: In function 'm_resize_vars':
memory.c:663:11: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  663 |    while (par = va_arg(ap,MAT **)) {   /* NULL ends the list*/
      |           ^~~
memory.c: In function 'px_resize_vars':
memory.c:680:11: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  680 |    while (par = va_arg(ap,PERM **)) {   /* NULL ends the list*/
      |           ^~~
memory.c: In function 'v_free_vars':
memory.c:711:11: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  711 |    while (par = va_arg(ap,VEC **)) {   /* NULL ends the list*/
      |           ^~~
memory.c: In function 'iv_free_vars':
memory.c:731:11: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  731 |    while (par = va_arg(ap,IVEC **)) {   /* NULL ends the list*/
      |           ^~~
memory.c: In function 'px_free_vars':
memory.c:751:11: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  751 |    while (par = va_arg(ap,PERM **)) {   /* NULL ends the list*/
      |           ^~~
memory.c: In function 'm_free_vars':
memory.c:770:11: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  770 |    while (par = va_arg(ap,MAT **)) {   /* NULL ends the list*/
      |           ^~~
At top level:
memory.c:32:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   32 | static char rcsid[] = "$Id: memory.c,v 1.13 1994/04/05 02:10:37 des Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H matop.c
matop.c:33:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   33 | static char rcsid[] = "$Id: matop.c,v 1.4 1995/03/27 15:43:57 des Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H ivecop.c
ivecop.c: In function 'iv_resize':
ivecop.c:128:15: warning: operation on 'iv->ive' may be undefined [-Wsequence-point]
  128 |       iv->ive = RENEW(iv->ive,new_dim,int);
At top level:
ivecop.c:34:16: warning: 'line' defined but not used [-Wunused-variable]
   34 | static char    line[MAXLINE];
      |                ^~~~
ivecop.c:32:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   32 | static char rcsid[] = "$Id: ivecop.c,v 1.6 1996/08/20 18:19:21 stewart Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H matrixio.c
matrixio.c: In function 'im_finput':
matrixio.c:150:4: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  150 |    fscanf(fp,"%c",&c);
      |    ^~~~~~~~~~~~~~~~~~
At top level:
matrixio.c:34:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   34 | static char rcsid[] = "$Id: matrixio.c,v 1.4 1994/01/13 05:31:10 des Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H matlab.c
matlab.c: In function 'm_load':
matlab.c:193:7: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  193 |       fread(&d_temp,sizeof(double),1,fp);
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
matlab.c:196:7: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  196 |       fread(&f_temp,sizeof(float),1,fp);
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
matlab.c:211:7: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  211 |       fread(&d_temp,sizeof(double),1,fp);
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
matlab.c:213:7: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  213 |       fread(&f_temp,sizeof(float),1,fp);
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
At top level:
matlab.c:39:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   39 | static char rcsid[] = "$Id: matlab.c,v 1.8 1995/02/14 20:12:36 des Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H version.c
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H meminfo.c
meminfo.c:45:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   45 | static char rcsid[] = "$Id: meminfo.c,v 1.1 1994/01/13 05:31:39 des Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H memstat.c
memstat.c: In function 'mem_stat_reg_vars':
memstat.c:379:11: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  379 |    while (par = va_arg(ap,void **)) {   /* NULL ends the list*/
      |           ^~~
At top level:
memstat.c:43:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   43 | static char rcsid[] = "$Id: memstat.c,v 1.1 1994/01/13 05:32:44 des Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H givens.c
givens.c:37:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   37 | static char rcsid[] = "$Id: givens.c,v 1.3 1995/03/27 15:41:15 des Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H hsehldr.c
hsehldr.c:36:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   36 | static char rcsid[] = "$Id: hsehldr.c,v 1.2 1994/01/13 05:36:29 des Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H lufactor.c
lufactor.c:32:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   32 | static char rcsid[] = "$Id: lufactor.c,v 1.10 1995/05/16 17:26:44 des Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H bkpfacto.c
bkpfacto.c: In function 'interchange':
bkpfacto.c:54:9: warning: variable 'A_me' set but not used [-Wunused-but-set-variable]
   54 |  Real **A_me, tmp;
      |         ^~~~
bkpfacto.c: In function 'BKPfactor':
bkpfacto.c:111:9: warning: variable 'A_me' set but not used [-Wunused-but-set-variable]
  111 |  Real **A_me, aii, aip1, aip1i, lambda, sigma, tmp;
      |         ^~~~
bkpfacto.c: In function 'BKPsolve':
bkpfacto.c:243:49: warning: variable 'tmp_ve' set but not used [-Wunused-but-set-variable]
  243 |  Real **A_me, a11, a12, a22, b1, b2, det, sum, *tmp_ve, tmp_diag;
      |                                                 ^~~~~~
bkpfacto.c:243:9: warning: variable 'A_me' set but not used [-Wunused-but-set-variable]
  243 |  Real **A_me, a11, a12, a22, b1, b2, det, sum, *tmp_ve, tmp_diag;
      |         ^~~~
At top level:
bkpfacto.c:31:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   31 | static char rcsid[] = "$Id: bkpfacto.c,v 1.7 1994/01/13 05:45:50 des Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H update.c
update.c:32:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   32 | static char rcsid[] = "$Id: update.c,v 1.2 1994/01/13 05:26:06 des Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H solve.c
solve.c:32:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   32 | static char rcsid[] = "$Id: solve.c,v 1.3 1994/01/13 05:29:57 des Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H chfactor.c
chfactor.c:32:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   32 | static char rcsid[] = "$Id: chfactor.c,v 1.2 1994/01/13 05:36:36 des Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H hessen.c
hessen.c:33:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   33 | static char rcsid[] = "$Id: hessen.c,v 1.2 1994/01/13 05:36:24 des Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H norm.c
norm.c:30:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   30 | static char rcsid[] = "$Id: norm.c,v 1.6 1994/01/13 05:34:35 des Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H fft.c
fft.c:33:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   33 | static char rcsid[] = "$Id: fft.c,v 1.4 1996/08/20 14:21:05 stewart Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H qrfactor.c
qrfactor.c:41:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   41 | static char rcsid[] = "$Id: qrfactor.c,v 1.5 1994/01/13 05:35:07 des Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H symmeig.c
symmeig.c:37:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   37 | static char rcsid[] = "$Id: symmeig.c,v 1.6 1995/03/27 15:45:55 des Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H svd.c
svd.c:37:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   37 | static char rcsid[] = "$Id: svd.c,v 1.7 1995/09/08 14:45:43 des Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H mfunc.c
mfunc.c:38:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   38 | static char rcsid[] = "$Id: mfunc.c,v 1.2 1994/11/01 05:57:56 des Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H sparseio.c
sparseio.c: In function 'sp_finput':
sparseio.c:247:14: warning: operation on 'scratch' may be undefined [-Wsequence-point]
  247 |      scratch = RENEW(scratch,2*scratch_len,row_elt);
sparseio.c:325:14: warning: operation on 'scratch' may be undefined [-Wsequence-point]
  325 |      scratch = RENEW(scratch,2*scratch_len,row_elt);
sparseio.c:297:3: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  297 |   fscanf(fp,"SparseMatrix:");
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~
At top level:
sparseio.c:36:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   36 | static char rcsid[] = "$Id: sparseio.c,v 1.4 1994/01/13 05:34:25 des Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H sprow.c
sprow.c: In function 'sprow_xpd':
sprow.c:218:14: warning: operation on 'r->elt' may be undefined [-Wsequence-point]
  218 |       r->elt = RENEW(r->elt,newlen,row_elt);
sprow.c: In function 'sprow_resize':
sprow.c:268:14: warning: operation on 'r->elt' may be undefined [-Wsequence-point]
  268 |       r->elt = RENEW(r->elt,n,row_elt);
sprow.c: In function 'sprow_set_val':
sprow.c:752:17: warning: operation on 'r->elt' may be undefined [-Wsequence-point]
  752 |          r->elt = RENEW(r->elt,new_len,row_elt);
At top level:
sprow.c:38:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   38 | static char rcsid[] = "$Id: sprow.c,v 1.1 1994/01/13 05:35:36 des Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H spswap.c
spswap.c:33:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   33 | static char rcsid[] = "$Id: spswap.c,v 1.3 1994/01/13 05:44:43 des Exp $";
      |             ^~~~~
spswap.c: In function 'chase_col':
spswap.c:154:14: warning: 'e' may be used uninitialized in this function [-Wmaybe-uninitialized]
  154 |     row_elt *e;
      |              ^
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H splufctr.c
splufctr.c: In function 'spILUfactor':
splufctr.c:329:30: warning: variable 'm' set but not used [-Wunused-but-set-variable]
  329 |     int  i, k, idx, idx_piv, m, n, old_idx, old_idx_piv;
      |                              ^
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H sparse.c
sparse.c: In function 'sp_set_val':
sparse.c:108:10: warning: operation on 'r->elt' may be undefined [-Wsequence-point]
  108 |   r->elt = RENEW(r->elt,new_len,row_elt);
sparse.c: In function 'sp_mv_mlt':
sparse.c:140:21: warning: variable 'n' set but not used [-Wunused-but-set-variable]
  140 |    int i, j_idx, m, n, max_idx;
      |                     ^
sparse.c: In function 'sp_vm_mlt':
sparse.c:180:21: warning: variable 'n' set but not used [-Wunused-but-set-variable]
  180 |    int i, j_idx, m, n, max_idx;
      |                     ^
sparse.c: In function 'sp_copy2':
sparse.c:756:16: warning: operation on 'OUT->row' may be undefined [-Wsequence-point]
  756 |       OUT->row = RENEW(OUT->row,A->m,SPROW);
sparse.c: In function 'sp_resize':
sparse.c:842:14: warning: operation on 'A->row' may be undefined [-Wsequence-point]
  842 |       A->row = RENEW(A->row,(unsigned)m,SPROW);
sparse.c:869:20: warning: operation on 'A->start_row' may be undefined [-Wsequence-point]
  869 |       A->start_row = RENEW(A->start_row,(unsigned)n,int);
sparse.c:870:20: warning: operation on 'A->start_idx' may be undefined [-Wsequence-point]
  870 |       A->start_idx = RENEW(A->start_idx,(unsigned)n,int);
sparse.c: In function 'sp_mlt':
sparse.c:940:17: warning: unused variable 'k' [-Wunused-variable]
  940 |   int     i, j, k, idx, cp;
      |                 ^
sparse.c: In function 'sp_get_vars':
sparse.c:997:11: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  997 |    while (par = va_arg(ap,SPMAT **)) {   /* NULL ends the list*/
      |           ^~~
sparse.c: In function 'sp_resize_vars':
sparse.c:1027:11: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
 1027 |    while (par = va_arg(ap,SPMAT **)) {   /* NULL ends the list*/
      |           ^~~
sparse.c: In function 'sp_free_vars':
sparse.c:1056:11: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
 1056 |    while (par = va_arg(ap,SPMAT **)) {   /* NULL ends the list*/
      |           ^~~
At top level:
sparse.c:39:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   39 | static char rcsid[] = "$Id: sparse.c,v 1.10 1994/03/08 05:46:07 des Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H iter0.c
iter0.c: In function 'iter_copy2':
iter0.c:243:21: warning: operation on 'ip2->shared_x' may be undefined [-Wsequence-point]
  243 |       ip2->shared_x = ip2->shared_x = FALSE;
At top level:
iter0.c:44:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   44 | static char rcsid[] = "$Id: iter0.c,v 1.3 1995/01/30 14:50:56 des Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H schur.c
schur.c: In function 'hhldr3cols':
schur.c:73:9: warning: variable 'A_me' set but not used [-Wunused-but-set-variable]
   73 |  Real **A_me, ip, prod;
      |         ^~~~
schur.c: In function 'hhldr3rows':
schur.c:122:9: warning: variable 'A_me' set but not used [-Wunused-but-set-variable]
  122 |  Real **A_me, ip, prod;
      |         ^~~~
schur.c: In function 'schur':
schur.c:162:44: warning: unused variable 't' [-Wunused-variable]
  162 |     Real beta2, c, discrim, dummy, nu1, s, t, tmp, x, y, z;
      |                                            ^
At top level:
schur.c:39:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   39 | static char rcsid[] = "$Id: schur.c,v 1.7 1994/03/17 05:36:53 des Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H zcopy.c
zcopy.c: In function 'zvm_move':
zcopy.c:202:10: warning: variable 'dim0' set but not used [-Wunused-but-set-variable]
  202 |     int  dim0, i;
      |          ^~~~
At top level:
zcopy.c:27:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   27 | static char rcsid[] = "$Id: zcopy.c,v 1.1 1994/01/13 04:28:42 des Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H spchfctr.c
spchfctr.c: In function 'spICHfactor':
spchfctr.c:409:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
  409 |  int k, m, n, nxt_row, nxt_idx, diag_idx;
      |            ^
At top level:
spchfctr.c:33:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   33 | static char rcsid[] = "$Id: spchfctr.c,v 1.5 1996/08/20 19:45:33 stewart Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H zmachine.c
zmachine.c:34:14: warning: 'rcsid' defined but not used [-Wunused-variable]
   34 | static char *rcsid = "$Id: zmachine.c,v 1.1 1994/01/13 04:25:41 des Exp $";
      |              ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H itersym.c
itersym.c:42:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   42 | static char rcsid[] = "$Id: itersym.c,v 1.2 1995/01/30 14:55:54 des Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H bdfactor.c
bdfactor.c:33:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   33 | static char rcsid[] = "$Id: ";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H zmemory.c
zmemory.c: In function 'zm_resize':
zmemory.c:279:13: warning: operation on 'A->me' may be undefined [-Wsequence-point]
  279 |       A->me = RENEW(A->me,new_m,complex_ *);
zmemory.c:295:15: warning: operation on 'A->base' may be undefined [-Wsequence-point]
  295 |       A->base = RENEW(A->base,new_size,complex_);
zmemory.c: In function 'zv_resize':
zmemory.c:418:13: warning: operation on 'x->ve' may be undefined [-Wsequence-point]
  418 |       x->ve = RENEW(x->ve,new_dim,complex_);
zmemory.c: In function 'zv_get_vars':
zmemory.c:458:11: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  458 |    while (par = va_arg(ap,ZVEC **)) {   /* NULL ends the list*/
      |           ^~~
zmemory.c: In function 'zm_get_vars':
zmemory.c:476:11: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  476 |    while (par = va_arg(ap,ZMAT **)) {   /* NULL ends the list*/
      |           ^~~
zmemory.c: In function 'zv_resize_vars':
zmemory.c:508:11: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  508 |    while (par = va_arg(ap,ZVEC **)) {   /* NULL ends the list*/
      |           ^~~
zmemory.c: In function 'zm_resize_vars':
zmemory.c:526:11: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  526 |    while (par = va_arg(ap,ZMAT **)) {   /* NULL ends the list*/
      |           ^~~
zmemory.c: In function 'zv_free_vars':
zmemory.c:557:11: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  557 |    while (par = va_arg(ap,ZVEC **)) {   /* NULL ends the list*/
      |           ^~~
zmemory.c: In function 'zm_free_vars':
zmemory.c:578:11: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  578 |    while (par = va_arg(ap,ZMAT **)) {   /* NULL ends the list*/
      |           ^~~
At top level:
zmemory.c:34:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   34 | static char rcsid[] = "$Id: zmemory.c,v 1.2 1994/04/05 02:13:14 des Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H zmatio.c
zmatio.c: In function 'izm_finput':
zmatio.c:150:4: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  150 |    fscanf(fp,"%c",&c);
      |    ^~~~~~~~~~~~~~~~~~
At top level:
zmatio.c:32:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   32 | static char rcsid[] = "$Id: zmatio.c,v 1.1 1994/01/13 04:25:18 des Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H zvecop.c
zvecop.c: In function 'zv_linlist':
zvecop.c:280:11: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  280 |    while (par = va_arg(ap,ZVEC *)) {   /* NULL ends the list*/
      |           ^~~
At top level:
zvecop.c:30:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   30 | static char rcsid[] = "$Id: zvecop.c,v 1.3 1997/10/07 16:13:54 stewart Exp stewart $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H iternsym.c
iternsym.c:902:13: warning: 'test_mgcr' defined but not used [-Wunused-function]
  902 | static void test_mgcr(ITER *ip, int i, MAT *Q, MAT *R)
      |             ^~~~~~~~~
iternsym.c:594:13: warning: 'test_gmres' defined but not used [-Wunused-function]
  594 | static void test_gmres(ITER *ip, int i, MAT *Q, MAT *R,
      |             ^~~~~~~~~~
iternsym.c:42:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   42 | static char rcsid[] = "$Header: iternsym.c,v 1.6 1995/01/30 14:53:01 des Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H zfunc.c
zfunc.c:34:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   34 | static char rcsid[] = "$Id: zfunc.c,v 1.3 1995/04/07 16:27:25 des Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H zlufctr.c
zlufctr.c:31:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   31 | static char rcsid[] = "$Id: zlufctr.c,v 1.3 1996/08/20 20:07:09 stewart Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H zmatop.c
zmatop.c:31:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   31 | static char rcsid[] = "$Id: zmatop.c,v 1.2 1995/03/27 15:49:03 des Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H zhsehldr.c
zhsehldr.c: In function 'zhhtrcols':
zhsehldr.c:184:6: warning: unused variable 'i' [-Wunused-variable]
  184 |  int i /*, k */;
      |      ^
zhsehldr.c:183:11: warning: unused variable 'scale' [-Wunused-variable]
  183 |  complex_ scale;
      |           ^~~~~
At top level:
zhsehldr.c:37:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   37 | static char rcsid[] = "$Id: zhsehldr.c,v 1.2 1994/04/07 01:43:47 des Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H znorm.c
znorm.c:31:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   31 | static char rcsid[] = "$Id: znorm.c,v 1.1 1994/01/13 04:21:31 des Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H zgivens.c
zgivens.c:35:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   35 | static char rcsid[] = "$Id: ";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H spbkp.c
spbkp.c: In function 'spBKPfactor':
spbkp.c:614:10: warning: variable 'row_num' set but not used [-Wunused-but-set-variable]
  614 |     int  row_num;
      |          ^~~~~~~
spbkp.c:612:35: warning: variable 'r' set but not used [-Wunused-but-set-variable]
  612 |     int  i, j, k, l, n, onebyone, r;
      |                                   ^
At top level:
spbkp.c:34:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   34 | static char rcsid[] = "$Id: spbkp.c,v 1.6 1996/08/20 19:53:10 stewart Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
ar ru meschach.a copy.o err.o matrixio.o memory.o vecop.o matop.o pxop.o submat.o init.o otherio.o machine.o matlab.o ivecop.o version.o meminfo.o memstat.o
ar: `u' modifier ignored since `D' is the default (see `U')
ar: creating meschach.a
ranlib meschach.a
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
ar ru meschach.a zmachine.o zcopy.o zmatio.o zmemory.o zvecop.o zmatop.o znorm.o zfunc.o 
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib meschach.a
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H zmatlab.c
zmatlab.c: In function 'zv_save':
zmatlab.c:97:12: warning: unused variable 'j' [-Wunused-variable]
   97 |     int i, j;
      |            ^
zmatlab.c: In function 'zm_load':
zmatlab.c:189:6: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  189 |      fread(&d_temp,sizeof(double),1,fp);
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
zmatlab.c:192:6: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  192 |      fread(&f_temp,sizeof(float),1,fp);
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
zmatlab.c:207:3: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  207 |   fread(&d_temp,sizeof(double),1,fp);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
zmatlab.c:210:3: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  210 |   fread(&f_temp,sizeof(float),1,fp);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
At top level:
zmatlab.c:40:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   40 | static char rcsid[] = "$Id: zmatlab.c,v 1.2 1995/02/14 20:13:27 des Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
ar ru meschach.a lufactor.o bkpfacto.o chfactor.o qrfactor.o solve.o hsehldr.o givens.o update.o norm.o hessen.o symmeig.o schur.o svd.o fft.o mfunc.o bdfactor.o
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib meschach.a
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
ar ru meschach.a sparse.o sprow.o sparseio.o spchfctr.o splufctr.o spbkp.o spswap.o iter0.o itersym.o iternsym.o
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib meschach.a
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H zhessen.c
zhessen.c:34:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   34 | static char rcsid[] = "$Id: zhessen.c,v 1.2 1995/03/27 15:47:50 des Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H zsolve.c
zsolve.c:32:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   32 | static char rcsid[] = "$Id: zsolve.c,v 1.1 1994/01/13 04:20:33 des Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H zqrfctr.c
zqrfctr.c:41:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   41 | static char rcsid[] = "$Id: zqrfctr.c,v 1.1 1994/01/13 04:21:22 des Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H zschur.c
zschur.c:40:13: warning: 'rcsid' defined but not used [-Wunused-variable]
   40 | static char rcsid[] = "$Id: zschur.c,v 1.4 1995/04/07 16:28:58 des Exp $";
      |             ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
make: Entering directory '/usr/src/RPM/BUILD/meschach-1.2'
ar ru meschach.a zlufctr.o zsolve.o zmatlab.o zhsehldr.o zqrfctr.o zgivens.o  zhessen.o zschur.o
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib meschach.a
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.93480
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/meschach-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/meschach-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd meschach-1.2
+ gcc -shared -Wl,-whole-archive meschach.a -Wl,-no-whole-archive -o libmeschach.so.0 -Wl,-soname,libmeschach.so.0 -lm
+ install -d /usr/src/tmp/meschach-buildroot/usr/lib
+ install -d /usr/src/tmp/meschach-buildroot/usr/include/meschach
+ install -m644 libmeschach.so.0 /usr/src/tmp/meschach-buildroot/usr/lib
+ ln -s libmeschach.so.0 /usr/src/tmp/meschach-buildroot/usr/lib/libmeschach.so
+ install -p -m644 err.h iter.h machine.h matlab.h matrix.h matrix2.h meminfo.h oldnames.h sparse.h sparse2.h zmatrix.h zmatrix2.h /usr/src/tmp/meschach-buildroot/usr/include/meschach
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/meschach-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/meschach-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/meschach-buildroot/ (default)
Compressing files in /usr/src/tmp/meschach-buildroot (auto)
Adjusting library links in /usr/src/tmp/meschach-buildroot
./usr/lib: (from <cmdline>:0)
	libmeschach.so.0 -> libmeschach.so.0
Verifying ELF objects in /usr/src/tmp/meschach-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Processing files: libmeschach-1.2-alt1.b.3
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.42023
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd meschach-1.2
+ DOCDIR=/usr/src/tmp/meschach-buildroot/usr/share/doc/libmeschach-1.2
+ export DOCDIR
+ rm -rf /usr/src/tmp/meschach-buildroot/usr/share/doc/libmeschach-1.2
+ /bin/mkdir -p /usr/src/tmp/meschach-buildroot/usr/share/doc/libmeschach-1.2
+ cp -prL README copyright /usr/src/tmp/meschach-buildroot/usr/share/doc/libmeschach-1.2
+ chmod -R go-w /usr/src/tmp/meschach-buildroot/usr/share/doc/libmeschach-1.2
+ chmod -R a+rX /usr/src/tmp/meschach-buildroot/usr/share/doc/libmeschach-1.2
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.aaEnJy
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell)
lib.prov: /usr/src/tmp/meschach-buildroot/usr/lib/libmeschach.so.0: 464 symbols, 19 bpp
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.t3Omdx
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: libmeschach.so.0 = set:md46SFzRqIh9Wn1oS6t9BxwCD9ZEb5ZjSiyBaXsRO13qR0T9KsClzL3pcUN4YgLi3Gpvd3E3yxgVtxOFkOGHPQs3RqH61FNZobSRpy5rjJkm3yEYyO8zVZAqcnyCrQfRqyOaZbPIkWV0jvvWBvkJij5aWTVWDkQ8TZmkaewSLaS3CDGEjYduk3r0j6Sw61iNgAqtC1TAICs34dcGHkvXSPvUcUvaNoZrvOZhqGtdYzuraj4m4qE5IFMymQZaxzW1s84tUhFZmpkqRsYwSMBY3JS4MgKsp3s3Q4TnGrslDTfxWiYRc8Vo4bnOMzmQDbb5wQJKTTPuqAKMHqQHCEpqvEQZguja5waZLGcpZy3W4PdXLqiNWUeLkSu7wTlR8rrBx4FJvKPiMnoiAarL6UZ98NAXOinoIV5Pmwyi9J6YlaoRrMMKmAeyg32BA4zCXEOHQwH7VIJb4fLaEtFTVMqdSZGReAZIfFCct9qCfOCWMfZcpcEwT2QZ9ECuCNE537wVOHMw2ZsxxTMORP29lcdIrkPhvWtZkKo4rBudnK4vceHY9iig8qZ4mEBS3kDiRd0DxgylwElwwTn2AR290iFvWnTUBm6yEW6MxyzNchZ5Zx01fzvTMTIHj39dZbrLK1rIDHtrOt0cS2B4U9CMh9DA7aMIfjI2AAzANj9GaKvHx6kfFjZbU75NtyGiHElUwFD1lz83os7jUX5VaTR2AQcZCtaKYsYwZ0hZbnOgYf63IeZ9idoumbVZfkvLpwserha3sByTBY9FdMTRBJwyZg3z0JCynGBWjjm9LweZpAOrq8hRCZgZf0ckILMZcZwYfwdnJHBsApvtpOeZJJYqET8VJW1b4qGj7JM51b6E5QeSeBELwHSqhwUZvigNUg4gsppOcQi0hgxHuKlrLpMLLBx8q1
Requires: libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.11), 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.W3q7Xv
Creating libmeschach-debuginfo package
Processing files: libmeschach-devel-1.2-alt1.b.3
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.82133
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd meschach-1.2
+ DOCDIR=/usr/src/tmp/meschach-buildroot/usr/share/doc/libmeschach-devel-1.2
+ export DOCDIR
+ rm -rf /usr/src/tmp/meschach-buildroot/usr/share/doc/libmeschach-devel-1.2
+ /bin/mkdir -p /usr/src/tmp/meschach-buildroot/usr/share/doc/libmeschach-devel-1.2
+ cp -prL DOC/fnindex.txt DOC/tutorial.txt /usr/src/tmp/meschach-buildroot/usr/share/doc/libmeschach-devel-1.2
+ chmod -R go-w /usr/src/tmp/meschach-buildroot/usr/share/doc/libmeschach-devel-1.2
+ chmod -R a+rX /usr/src/tmp/meschach-buildroot/usr/share/doc/libmeschach-devel-1.2
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5DfXkw
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.yqi4wy
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: libmeschach = 1.2-alt1.b.3, /usr/lib/libmeschach.so.0
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5rpZ0v
Processing files: libmeschach-debuginfo-1.2-alt1.b.3
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.TwbXzy
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.yCLfQy
find-requires: running scripts (debuginfo)
Provides: debug(libmeschach.so.0)
Requires: libmeschach = 1.2-alt1.b.3, debug(libc.so.6), debug(libm.so.6)
Removing 1 extra deps from libmeschach-devel due to dependency on libmeschach
Wrote: /usr/src/RPM/RPMS/i586/libmeschach-1.2-alt1.b.3.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/libmeschach-devel-1.2-alt1.b.3.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/libmeschach-debuginfo-1.2-alt1.b.3.i586.rpm (w2.lzdio)
15.26user 3.68system 0:15.16elapsed 124%CPU (0avgtext+0avgdata 34132maxresident)k
0inputs+0outputs (0major+677839minor)pagefaults 0swaps
/.out/libmeschach-1.2-alt1.b.3.i586.rpm: license not found in '/usr/share/license' directory: Free
/.out/libmeschach-devel-1.2-alt1.b.3.i586.rpm: license not found in '/usr/share/license' directory: Free
/.out/libmeschach-debuginfo-1.2-alt1.b.3.i586.rpm: license not found in '/usr/share/license' directory: Free
17.03user 6.94system 0:20.15elapsed 118%CPU (0avgtext+0avgdata 34132maxresident)k
0inputs+0outputs (0major+869887minor)pagefaults 0swaps
--- libmeschach-1.2-alt1.b.3.i586.rpm.repo	2011-03-21 06:49:32.000000000 +0000
+++ libmeschach-1.2-alt1.b.3.i586.rpm.hasher	2021-09-18 10:22:35.054372666 +0000
@@ -9,2 +9,3 @@
 Requires: libc.so.6(GLIBC_2.3.4)  
+Requires: libc.so.6(GLIBC_2.4)  
 Requires: libc.so.6(GLIBC_2.7)  
@@ -12,2 +13,3 @@
 Requires: libm.so.6(GLIBC_2.1)  
+Requires: libm.so.6(GLIBC_2.29)  
 Requires: rtld(GNU_HASH)  
@@ -16,3 +18,3 @@
 Provides: libmeschach = 1.2-alt1.b.3
-File: /usr/lib/libmeschach.so.0	100644	root:root	79d1e9a5cd60d1f06d37b16bf42f756c	
+File: /usr/lib/libmeschach.so.0	100644	root:root	829e99a282f19c8fd401f99235ec7ed1	
 File: /usr/share/doc/libmeschach-1.2	40755	root:root		
@@ -20,2 +22,2 @@
 File: /usr/share/doc/libmeschach-1.2/copyright	100644	root:root	98220960a34b3711870046daf7f19a7c	
-RPMIdentity: 57b009fde59dc6ebd750b02d5d499fe1ab548a63ebb0341e6688f187d8f17acbcf683940e62f4715c2d10dd2c58272bfae37d561dd095755f206a31c534ab978
+RPMIdentity: 821a722dbf95fd2f4cce076f617d9d3d34c0719b890bed774a22c05583172aef10d3fda11107105d405a3789d90b938f684e42649feadf11fc6f6dcfb8c394d9
--- libmeschach-debuginfo-1.2-alt1.b.3.i586.rpm.repo	2011-03-21 06:49:32.000000000 +0000
+++ libmeschach-debuginfo-1.2-alt1.b.3.i586.rpm.hasher	2021-09-18 10:22:35.173371863 +0000
@@ -1,6 +1,5 @@
-/usr/lib/debug/.build-id/dd	40755	root:root	
-/usr/lib/debug/.build-id/dd/3149eb0da4c597be3254192f17f7ec749606ae	120777	root:root	../../../libmeschach.so.0
-/usr/lib/debug/.build-id/dd/3149eb0da4c597be3254192f17f7ec749606ae.debug	120777	root:root	../../usr/lib/libmeschach.so.0.debug
+/usr/lib/debug/.build-id/a2	40755	root:root	
+/usr/lib/debug/.build-id/a2/f3acfee68f377224b5b540c0e168af9d56daf3	120777	root:root	../../../libmeschach.so.0
+/usr/lib/debug/.build-id/a2/f3acfee68f377224b5b540c0e168af9d56daf3.debug	120777	root:root	../../usr/lib/libmeschach.so.0.debug
 /usr/lib/debug/usr/lib/libmeschach.so.0.debug	100644	root:root	
-/usr/lib/debug/usr/lib/libmeschach.so.debug	120777	root:root	libmeschach.so.0.debug
 /usr/src/debug/meschach-1.2	40755	root:root	
@@ -24,2 +23,3 @@
 /usr/src/debug/meschach-1.2/machine.c	100644	root:root	
+/usr/src/debug/meschach-1.2/machine.h	100644	root:root	
 /usr/src/debug/meschach-1.2/matlab.c	100644	root:root	
@@ -28,2 +28,3 @@
 /usr/src/debug/meschach-1.2/matrix.h	100644	root:root	
+/usr/src/debug/meschach-1.2/matrix2.h	100644	root:root	
 /usr/src/debug/meschach-1.2/matrixio.c	100644	root:root	
@@ -42,2 +43,3 @@
 /usr/src/debug/meschach-1.2/sparse.h	100644	root:root	
+/usr/src/debug/meschach-1.2/sparse2.h	100644	root:root	
 /usr/src/debug/meschach-1.2/sparseio.c	100644	root:root	
@@ -65,2 +67,3 @@
 /usr/src/debug/meschach-1.2/zmatrix.h	100644	root:root	
+/usr/src/debug/meschach-1.2/zmatrix2.h	100644	root:root	
 /usr/src/debug/meschach-1.2/zmemory.c	100644	root:root	
@@ -77,7 +80,6 @@
 Provides: libmeschach-debuginfo = 1.2-alt1.b.3
-File: /usr/lib/debug/.build-id/dd	40755	root:root		
-File: /usr/lib/debug/.build-id/dd/3149eb0da4c597be3254192f17f7ec749606ae	120777	root:root		../../../libmeschach.so.0
-File: /usr/lib/debug/.build-id/dd/3149eb0da4c597be3254192f17f7ec749606ae.debug	120777	root:root		../../usr/lib/libmeschach.so.0.debug
-File: /usr/lib/debug/usr/lib/libmeschach.so.0.debug	100644	root:root	b94c6049189b0f83d0ec90edb66ef0f1	
-File: /usr/lib/debug/usr/lib/libmeschach.so.debug	120777	root:root		libmeschach.so.0.debug
+File: /usr/lib/debug/.build-id/a2	40755	root:root		
+File: /usr/lib/debug/.build-id/a2/f3acfee68f377224b5b540c0e168af9d56daf3	120777	root:root		../../../libmeschach.so.0
+File: /usr/lib/debug/.build-id/a2/f3acfee68f377224b5b540c0e168af9d56daf3.debug	120777	root:root		../../usr/lib/libmeschach.so.0.debug
+File: /usr/lib/debug/usr/lib/libmeschach.so.0.debug	100644	root:root	13028bccc7e64dbb58dbc28076fe7753	
 File: /usr/src/debug/meschach-1.2	40755	root:root		
@@ -101,2 +103,3 @@
 File: /usr/src/debug/meschach-1.2/machine.c	100644	root:root	b57260e16ad7c4d0851121e37ee256a8	
+File: /usr/src/debug/meschach-1.2/machine.h	100644	root:root	53074f9871b51cc450d658bbae7648d4	
 File: /usr/src/debug/meschach-1.2/matlab.c	100644	root:root	6b4d17ae50a8ce7f25bd9de1c0cb522a	
@@ -105,2 +108,3 @@
 File: /usr/src/debug/meschach-1.2/matrix.h	100644	root:root	53a128fe388d66bffc1094656afba743	
+File: /usr/src/debug/meschach-1.2/matrix2.h	100644	root:root	f797dbd496e3e7429aa0d37f0be370ac	
 File: /usr/src/debug/meschach-1.2/matrixio.c	100644	root:root	76f513d3a6cec168db5d133383dc2bcc	
@@ -119,2 +123,3 @@
 File: /usr/src/debug/meschach-1.2/sparse.h	100644	root:root	a3d4a548f216c3c7622bdea078523f9f	
+File: /usr/src/debug/meschach-1.2/sparse2.h	100644	root:root	a2723058d3a00540921ba82c3d6a99b5	
 File: /usr/src/debug/meschach-1.2/sparseio.c	100644	root:root	c24a45545783ee0285232b0d94dc9c44	
@@ -142,2 +147,3 @@
 File: /usr/src/debug/meschach-1.2/zmatrix.h	100644	root:root	70282ae3c72801510eed1863f9caaed3	
+File: /usr/src/debug/meschach-1.2/zmatrix2.h	100644	root:root	df569e4e2820aa26b357a346664484e6	
 File: /usr/src/debug/meschach-1.2/zmemory.c	100644	root:root	0f9a234f069939e256a0861762a51d27	
@@ -148,2 +154,2 @@
 File: /usr/src/debug/meschach-1.2/zvecop.c	100644	root:root	c0c392e517b96c9ec051a62def3e1a2b	
-RPMIdentity: 40d00efea451a27ce21ba0e9fa68f5aa325986a96d6e4e2a695537e2ca2f357188f7ed6b6dfa1820118625da6f0205e25bdcc1cc2241208979aef03b70b2cebb
+RPMIdentity: fb4f31867b1d8085e594148d2e8614befaaaf17daea8ac270d16ecb9ebd532c209c1a1eba115ef4da445eb6c3f28920f041b0e687ea542440c655e3114ca32e4
--- libmeschach-devel-1.2-alt1.b.3.i586.rpm.repo	2011-03-21 06:49:32.000000000 +0000
+++ libmeschach-devel-1.2-alt1.b.3.i586.rpm.hasher	2021-09-18 10:22:35.309370946 +0000
@@ -37,2 +37,2 @@
 File: /usr/share/doc/libmeschach-devel-1.2/tutorial.txt	100644	root:root	a678f8297eefb9a971b943013cf471cb	
-RPMIdentity: 85a056ee289fe0e576b0589da0671f2088ee23fcdc226b6eba79f262ad1ddf44c89ec40de0a03d6cd4a4f982dd03bc44beaddc2fdb7c5456c5d8896ced11f987
+RPMIdentity: 37a7e20143b3e4bc7991bd62fd2d2970f9752936bd4f25cf2e53c8409209bfd20e020cce7665667e742d27d1376dde709a2c9a32a49e52b80490cec3cae2a819