<86>Feb 17 06:11:19 userdel[9258]: delete user 'rooter' <86>Feb 17 06:11:19 groupadd[9277]: group added to /etc/group: name=rooter, GID=651 <86>Feb 17 06:11:19 groupadd[9277]: group added to /etc/gshadow: name=rooter <86>Feb 17 06:11:19 groupadd[9277]: new group: name=rooter, GID=651 <86>Feb 17 06:11:19 useradd[9294]: new user: name=rooter, UID=651, GID=651, home=/root, shell=/bin/bash <86>Feb 17 06:11:19 userdel[9340]: delete user 'builder' <86>Feb 17 06:11:19 userdel[9340]: removed group 'builder' owned by 'builder' <86>Feb 17 06:11:19 userdel[9340]: removed shadow group 'builder' owned by 'builder' <86>Feb 17 06:11:19 groupadd[9388]: group added to /etc/group: name=builder, GID=652 <86>Feb 17 06:11:19 groupadd[9388]: group added to /etc/gshadow: name=builder <86>Feb 17 06:11:19 groupadd[9388]: new group: name=builder, GID=652 <86>Feb 17 06:11:19 useradd[9403]: new user: name=builder, UID=652, GID=652, home=/usr/src, shell=/bin/bash 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.87810 + 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.87810 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd meschach-1.2 + CFLAGS='-pipe -Wall -g -O2 -march=i586 -mtune=generic' + export CFLAGS + CXXFLAGS='-pipe -Wall -g -O2 -march=i586 -mtune=generic' + export CXXFLAGS + FFLAGS='-pipe -Wall -g -O2 -march=i586 -mtune=generic' + export FFLAGS + '[' -n '' ']' ++ printf %s '-pipe -Wall -g -O2 -march=i586 -mtune=generic' ++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g' + ASFLAGS=' -march=i586 -mtune=generic' + export ASFLAGS + export lt_cv_deplibs_check_method=pass_all + lt_cv_deplibs_check_method=pass_all + readlink -e -- ./configure + xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n' + sort -u + xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess + xargs -ri dirname -- '{}' + ./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 --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 -Wall -g -O2 -march=i586 -mtune=generic ) works... yes checking whether the C compiler (gcc -pipe -Wall -g -O2 -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] main() ^ gcc -o macheps fmacheps.c fmacheps.c:37:1: warning: return type defaults to 'int' [-Wimplicit-int] main() ^ computing M_MAX_INT gcc -o maxint maxint.c maxint.c:27:1: warning: return type defaults to 'int' [-Wimplicit-int] main() ^ maxint.c: In function 'main': maxint.c:37:5: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration] printf("%d\n", old_i); ^ maxint.c:37:5: warning: incompatible implicit declaration of built-in function 'printf' maxint.c:37:5: note: include '' or provide a declaration of 'printf' 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 + '[' -n '' ']' + NPROCS=8 + make -j8 all make: Entering directory `/usr/src/RPM/BUILD/meschach-1.2' gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H copy.c gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H err.c gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H matrixio.c gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H memory.c gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H vecop.c gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H matop.c gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H pxop.c gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H submat.c matrixio.c:34:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: matrixio.c,v 1.4 1994/01/13 05:31:10 des Exp $"; ^ matrixio.c: In function 'im_finput': matrixio.c:150:4: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp,"%c",&c); ^ copy.c: In function 'vm_move': copy.c:228:10: warning: variable 'dim0' set but not used [-Wunused-but-set-variable] int dim0, i; ^ copy.c: At top level: copy.c:27:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: copy.c,v 1.2 1994/01/13 05:37:14 des Exp $"; ^ matop.c:33:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: matop.c,v 1.4 1995/03/27 15:43:57 des Exp $"; ^ err.c:31:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: err.c,v 1.6 1995/01/30 14:49:14 des Exp $"; ^ memory.c: In function 'm_resize': memory.c:318:13: warning: operation on 'A->me' may be undefined [-Wsequence-point] A->me = RENEW(A->me,new_m,Real *); ^ memory.c:334:15: warning: operation on 'A->base' may be undefined [-Wsequence-point] 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] 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] x->ve = RENEW(x->ve,new_dim,Real); ^ memory.c: In function 'v_get_vars': memory.c:548:4: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (par = va_arg(ap,VEC **)) { /* NULL ends the list*/ ^ memory.c: In function 'iv_get_vars': memory.c:565:4: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (par = va_arg(ap,IVEC **)) { /* NULL ends the list*/ ^ memory.c: In function 'm_get_vars': memory.c:581:4: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (par = va_arg(ap,MAT **)) { /* NULL ends the list*/ ^ memory.c: In function 'px_get_vars': memory.c:597:4: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (par = va_arg(ap,PERM **)) { /* NULL ends the list*/ ^ memory.c: In function 'v_resize_vars': memory.c:629:4: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (par = va_arg(ap,VEC **)) { /* NULL ends the list*/ ^ memory.c: In function 'iv_resize_vars': memory.c:647:4: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (par = va_arg(ap,IVEC **)) { /* NULL ends the list*/ ^ memory.c: In function 'm_resize_vars': memory.c:663:4: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (par = va_arg(ap,MAT **)) { /* NULL ends the list*/ ^ memory.c: In function 'px_resize_vars': memory.c:680:4: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (par = va_arg(ap,PERM **)) { /* NULL ends the list*/ ^ memory.c: In function 'v_free_vars': memory.c:711:4: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (par = va_arg(ap,VEC **)) { /* NULL ends the list*/ ^ memory.c: In function 'iv_free_vars': memory.c:731:4: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (par = va_arg(ap,IVEC **)) { /* NULL ends the list*/ ^ memory.c: In function 'px_free_vars': memory.c:751:4: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (par = va_arg(ap,PERM **)) { /* NULL ends the list*/ ^ memory.c: In function 'm_free_vars': memory.c:770:4: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (par = va_arg(ap,MAT **)) { /* NULL ends the list*/ ^ memory.c: At top level: memory.c:32:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: memory.c,v 1.13 1994/04/05 02:10:37 des Exp $"; ^ vecop.c: In function 'v_linlist': vecop.c:315:4: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (par = va_arg(ap,VEC *)) { /* NULL ends the list*/ ^ vecop.c: At top level: vecop.c:32:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: vecop.c,v 1.5 1996/08/20 18:18:10 stewart Exp $"; ^ pxop.c:33:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: pxop.c,v 1.6 1995/06/08 14:57:11 des Exp $"; ^ submat.c:32:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: submat.c,v 1.2 1994/01/13 05:28:12 des Exp $"; ^ gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H init.c gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H otherio.c init.c:33:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: init.c,v 1.6 1994/01/13 05:36:58 des Exp $"; ^ gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H machine.c gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H matlab.c gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H ivecop.c otherio.c:31:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: otherio.c,v 1.2 1994/01/13 05:34:52 des Exp $"; ^ machine.c:34:14: warning: 'rcsid' defined but not used [-Wunused-variable] static char *rcsid = "$Id: machine.c,v 1.4 1994/01/13 05:28:56 des Exp $"; ^ ivecop.c: In function 'iv_resize': ivecop.c:128:15: warning: operation on 'iv->ive' may be undefined [-Wsequence-point] iv->ive = RENEW(iv->ive,new_dim,int); ^ ivecop.c: At top level: ivecop.c:32:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: ivecop.c,v 1.6 1996/08/20 18:19:21 stewart Exp $"; ^ ivecop.c:34:16: warning: 'line' defined but not used [-Wunused-variable] static char line[MAXLINE]; ^ gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H version.c matlab.c:39:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: matlab.c,v 1.8 1995/02/14 20:12:36 des Exp $"; ^ matlab.c: In function 'm_load': matlab.c:193:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 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] 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] 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] fread(&f_temp,sizeof(float),1,fp); ^ gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H meminfo.c gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H memstat.c meminfo.c:45:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: meminfo.c,v 1.1 1994/01/13 05:31:39 des Exp $"; ^ gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H lufactor.c gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H bkpfacto.c gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H chfactor.c memstat.c: In function 'mem_stat_reg_vars': memstat.c:379:4: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (par = va_arg(ap,void **)) { /* NULL ends the list*/ ^ memstat.c: At top level: memstat.c:43:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: memstat.c,v 1.1 1994/01/13 05:32:44 des Exp $"; ^ gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H qrfactor.c gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H solve.c bkpfacto.c: In function 'interchange': bkpfacto.c:54:9: warning: variable 'A_me' set but not used [-Wunused-but-set-variable] 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] Real **A_me, aii, aip1, aip1i, lambda, sigma, tmp; ^ lufactor.c:32:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: lufactor.c,v 1.10 1995/05/16 17:26:44 des Exp $"; ^ bkpfacto.c: In function 'BKPsolve': bkpfacto.c:243:49: warning: variable 'tmp_ve' set but not used [-Wunused-but-set-variable] 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] Real **A_me, a11, a12, a22, b1, b2, det, sum, *tmp_ve, tmp_diag; ^ bkpfacto.c: At top level: bkpfacto.c:31:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: bkpfacto.c,v 1.7 1994/01/13 05:45:50 des Exp $"; ^ gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H hsehldr.c qrfactor.c:41:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: qrfactor.c,v 1.5 1994/01/13 05:35:07 des Exp $"; ^ chfactor.c:32:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: chfactor.c,v 1.2 1994/01/13 05:36:36 des Exp $"; ^ gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H givens.c gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H update.c gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H norm.c solve.c:32:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: solve.c,v 1.3 1994/01/13 05:29:57 des Exp $"; ^ norm.c:30:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: norm.c,v 1.6 1994/01/13 05:34:35 des Exp $"; ^ gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H hessen.c hsehldr.c:36:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: hsehldr.c,v 1.2 1994/01/13 05:36:29 des Exp $"; ^ gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H symmeig.c update.c:32:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: update.c,v 1.2 1994/01/13 05:26:06 des Exp $"; ^ hessen.c:33:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: hessen.c,v 1.2 1994/01/13 05:36:24 des Exp $"; ^ givens.c:37:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: givens.c,v 1.3 1995/03/27 15:41:15 des Exp $"; ^ symmeig.c:37:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: symmeig.c,v 1.6 1995/03/27 15:45:55 des Exp $"; ^ gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H schur.c gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H svd.c gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H fft.c gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H mfunc.c svd.c:37:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: svd.c,v 1.7 1995/09/08 14:45:43 des Exp $"; ^ schur.c: In function 'hhldr3cols': schur.c:73:9: warning: variable 'A_me' set but not used [-Wunused-but-set-variable] 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] Real **A_me, ip, prod; ^ gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H bdfactor.c schur.c: In function 'schur': schur.c:162:44: warning: unused variable 't' [-Wunused-variable] Real beta2, c, discrim, dummy, nu1, s, t, tmp, x, y, z; ^ gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H sparse.c schur.c: At top level: schur.c:39:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: schur.c,v 1.7 1994/03/17 05:36:53 des Exp $"; ^ gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H sprow.c gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H sparseio.c sprow.c: In function 'sprow_xpd': sprow.c:218:14: warning: operation on 'r->elt' may be undefined [-Wsequence-point] 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] 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] r->elt = RENEW(r->elt,new_len,row_elt); ^ sprow.c: At top level: sprow.c:38:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: sprow.c,v 1.1 1994/01/13 05:35:36 des Exp $"; ^ sparse.c: In function 'sp_set_val': sparse.c:108:10: warning: operation on 'r->elt' may be undefined [-Wsequence-point] 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] 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] 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] 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] A->row = RENEW(A->row,(unsigned)m,SPROW); ^ sparse.c:869:20: warning: operation on 'A->start_row' may be undefined [-Wsequence-point] 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] 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] int i, j, k, idx, cp; ^ sparse.c: In function 'sp_get_vars': sparse.c:997:4: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (par = va_arg(ap,SPMAT **)) { /* NULL ends the list*/ ^ sparse.c: In function 'sp_resize_vars': sparse.c:1027:4: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (par = va_arg(ap,SPMAT **)) { /* NULL ends the list*/ ^ sparse.c: In function 'sp_free_vars': sparse.c:1056:4: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (par = va_arg(ap,SPMAT **)) { /* NULL ends the list*/ ^ sparse.c: At top level: sparse.c:39:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: sparse.c,v 1.10 1994/03/08 05:46:07 des Exp $"; ^ fft.c:33:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: fft.c,v 1.4 1996/08/20 14:21:05 stewart Exp $"; ^ bdfactor.c:33:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: "; ^ mfunc.c:38:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: mfunc.c,v 1.2 1994/11/01 05:57:56 des Exp $"; ^ sparseio.c: In function 'sp_finput': sparseio.c:247:14: warning: operation on 'scratch' may be undefined [-Wsequence-point] scratch = RENEW(scratch,2*scratch_len,row_elt); ^ sparseio.c:325:14: warning: operation on 'scratch' may be undefined [-Wsequence-point] scratch = RENEW(scratch,2*scratch_len,row_elt); ^ sparseio.c: At top level: sparseio.c:36:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: sparseio.c,v 1.4 1994/01/13 05:34:25 des Exp $"; ^ sparseio.c: In function 'sp_finput': sparseio.c:297:3: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp,"SparseMatrix:"); ^ gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H spchfctr.c gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H splufctr.c gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H spbkp.c splufctr.c: In function 'spILUfactor': splufctr.c:329:30: warning: variable 'm' set but not used [-Wunused-but-set-variable] int i, k, idx, idx_piv, m, n, old_idx, old_idx_piv; ^ spbkp.c: In function 'spBKPfactor': spbkp.c:614:10: warning: variable 'row_num' set but not used [-Wunused-but-set-variable] int row_num; ^ spbkp.c:612:35: warning: variable 'r' set but not used [-Wunused-but-set-variable] int i, j, k, l, n, onebyone, r; ^ spbkp.c: At top level: spbkp.c:34:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: spbkp.c,v 1.6 1996/08/20 19:53:10 stewart Exp $"; ^ gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H spswap.c spchfctr.c: In function 'spICHfactor': spchfctr.c:409:12: warning: variable 'n' set but not used [-Wunused-but-set-variable] int k, m, n, nxt_row, nxt_idx, diag_idx; ^ spchfctr.c: At top level: spchfctr.c:33:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: spchfctr.c,v 1.5 1996/08/20 19:45:33 stewart Exp $"; ^ spswap.c:33:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: spswap.c,v 1.3 1994/01/13 05:44:43 des Exp $"; ^ gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H iter0.c gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H itersym.c spswap.c: In function 'chase_col': spswap.c:154:14: warning: 'e' may be used uninitialized in this function [-Wmaybe-uninitialized] row_elt *e; ^ iter0.c: In function 'iter_copy2': iter0.c:243:21: warning: operation on 'ip2->shared_x' may be undefined [-Wsequence-point] ip2->shared_x = ip2->shared_x = FALSE; ^ iter0.c: At top level: iter0.c:44:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: iter0.c,v 1.3 1995/01/30 14:50:56 des Exp $"; ^ gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H iternsym.c itersym.c:42:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: itersym.c,v 1.2 1995/01/30 14:55:54 des Exp $"; ^ gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H zmachine.c iternsym.c:42:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Header: iternsym.c,v 1.6 1995/01/30 14:53:01 des Exp $"; ^ iternsym.c:594:13: warning: 'test_gmres' defined but not used [-Wunused-function] static void test_gmres(ITER *ip, int i, MAT *Q, MAT *R, ^ iternsym.c:902:13: warning: 'test_mgcr' defined but not used [-Wunused-function] static void test_mgcr(ITER *ip, int i, MAT *Q, MAT *R) ^ zmachine.c:34:14: warning: 'rcsid' defined but not used [-Wunused-variable] static char *rcsid = "$Id: zmachine.c,v 1.1 1994/01/13 04:25:41 des Exp $"; ^ gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H zcopy.c gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H zmatio.c zcopy.c: In function 'zvm_move': zcopy.c:202:10: warning: variable 'dim0' set but not used [-Wunused-but-set-variable] int dim0, i; ^ zcopy.c: At top level: zcopy.c:27:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: zcopy.c,v 1.1 1994/01/13 04:28:42 des Exp $"; ^ gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H zmemory.c gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H zvecop.c zmatio.c:32:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: zmatio.c,v 1.1 1994/01/13 04:25:18 des Exp $"; ^ zmatio.c: In function 'izm_finput': zmatio.c:150:4: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp,"%c",&c); ^ gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H zmatop.c zmemory.c: In function 'zm_resize': zmemory.c:279:13: warning: operation on 'A->me' may be undefined [-Wsequence-point] A->me = RENEW(A->me,new_m,complex_ *); ^ zmemory.c:295:15: warning: operation on 'A->base' may be undefined [-Wsequence-point] 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] x->ve = RENEW(x->ve,new_dim,complex_); ^ zmemory.c: In function 'zv_get_vars': zmemory.c:458:4: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (par = va_arg(ap,ZVEC **)) { /* NULL ends the list*/ ^ zmemory.c: In function 'zm_get_vars': zmemory.c:476:4: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (par = va_arg(ap,ZMAT **)) { /* NULL ends the list*/ ^ zmemory.c: In function 'zv_resize_vars': zmemory.c:508:4: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (par = va_arg(ap,ZVEC **)) { /* NULL ends the list*/ ^ zmemory.c: In function 'zm_resize_vars': zmemory.c:526:4: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (par = va_arg(ap,ZMAT **)) { /* NULL ends the list*/ ^ zmemory.c: In function 'zv_free_vars': zmemory.c:557:4: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (par = va_arg(ap,ZVEC **)) { /* NULL ends the list*/ ^ zmemory.c: In function 'zm_free_vars': zmemory.c:578:4: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (par = va_arg(ap,ZMAT **)) { /* NULL ends the list*/ ^ zmemory.c: At top level: zmemory.c:34:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: zmemory.c,v 1.2 1994/04/05 02:13:14 des Exp $"; ^ zmatop.c:31:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: zmatop.c,v 1.2 1995/03/27 15:49:03 des Exp $"; ^ gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H znorm.c zvecop.c: In function 'zv_linlist': zvecop.c:280:4: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (par = va_arg(ap,ZVEC *)) { /* NULL ends the list*/ ^ zvecop.c: At top level: zvecop.c:30:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: zvecop.c,v 1.3 1997/10/07 16:13:54 stewart Exp stewart $"; ^ gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H zfunc.c znorm.c:31:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: znorm.c,v 1.1 1994/01/13 04:21:31 des Exp $"; ^ zfunc.c:34:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: zfunc.c,v 1.3 1995/04/07 16:27:25 des Exp $"; ^ 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] static char rcsid[] = "$Id: zlufctr.c,v 1.3 1996/08/20 20:07:09 stewart Exp $"; ^ gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H zsolve.c gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H zmatlab.c gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H zhsehldr.c gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H zqrfctr.c zmatlab.c: In function 'zv_save': zmatlab.c:97:12: warning: unused variable 'j' [-Wunused-variable] int i, j; ^ zmatlab.c: At top level: zmatlab.c:40:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: zmatlab.c,v 1.2 1995/02/14 20:13:27 des Exp $"; ^ zmatlab.c: In function 'zm_load': zmatlab.c:189:6: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 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] 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] 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] fread(&f_temp,sizeof(float),1,fp); ^ zqrfctr.c:41:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: zqrfctr.c,v 1.1 1994/01/13 04:21:22 des Exp $"; ^ zhsehldr.c: In function 'zhhtrcols': zhsehldr.c:184:6: warning: unused variable 'i' [-Wunused-variable] int i /*, k */; ^ zhsehldr.c:183:11: warning: unused variable 'scale' [-Wunused-variable] complex_ scale; ^ zhsehldr.c: At top level: zhsehldr.c:37:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: zhsehldr.c,v 1.2 1994/04/07 01:43:47 des Exp $"; ^ zsolve.c:32:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: zsolve.c,v 1.1 1994/01/13 04:20:33 des Exp $"; ^ gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H zgivens.c gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H zhessen.c gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H zschur.c 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 zgivens.c:35:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: "; ^ ar: creating meschach.a ranlib meschach.a ar ru meschach.a zmachine.o zcopy.o zmatio.o zmemory.o zvecop.o zmatop.o znorm.o zfunc.o ranlib meschach.a 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 zschur.c:40:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: zschur.c,v 1.4 1995/04/07 16:28:58 des Exp $"; ^ ranlib meschach.a zhessen.c:34:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: zhessen.c,v 1.2 1995/03/27 15:47:50 des Exp $"; ^ ar ru meschach.a zlufctr.o zsolve.o zmatlab.o zhsehldr.o zqrfctr.o zgivens.o zhessen.o zschur.o ranlib meschach.a ar ru meschach.a sparse.o sprow.o sparseio.o spchfctr.o splufctr.o spbkp.o spswap.o iter0.o itersym.o iternsym.o 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.33008 + 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 + 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) Compressing files in /usr/src/tmp/meschach-buildroot (auto) Adjusting library links in /usr/src/tmp/meschach-buildroot ./usr/lib: 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) Hardlinking identical .pyc and .pyo files Processing files: libmeschach-1.2-alt1.b.3 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.78049 + 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.XwBLMX find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3sfl3V find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) 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.7), libm.so.6(GLIBC_2.0), libm.so.6(GLIBC_2.1), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.IeZS91 Creating libmeschach-debuginfo package Processing files: libmeschach-devel-1.2-alt1.b.3 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.17859 + 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.haZ1Ak find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.D4YDRL find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) 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.dD3lqj 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.aP6xg4 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.4wYnJU 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 Wrote: /usr/src/RPM/RPMS/i586/libmeschach-devel-1.2-alt1.b.3.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/libmeschach-debuginfo-1.2-alt1.b.3.i586.rpm 12.02user 1.27system 0:17.11elapsed 77%CPU (0avgtext+0avgdata 33432maxresident)k 0inputs+0outputs (0major+579714minor)pagefaults 0swaps 18.31user 3.15system 0:27.88elapsed 76%CPU (0avgtext+0avgdata 125192maxresident)k 0inputs+0outputs (0major+864247minor)pagefaults 0swaps --- 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 2019-02-17 06:11:39.882936425 +0000 @@ -1,3 +1,2 @@ /usr/lib/debug/usr/lib/libmeschach.so.0.debug 100644 -/usr/lib/debug/usr/lib/libmeschach.so.debug 120777 libmeschach.so.0.debug /usr/src/debug/meschach-1.2 40755 @@ -21,2 +20,3 @@ /usr/src/debug/meschach-1.2/machine.c 100644 +/usr/src/debug/meschach-1.2/machine.h 100644 /usr/src/debug/meschach-1.2/matlab.c 100644 @@ -25,2 +25,3 @@ /usr/src/debug/meschach-1.2/matrix.h 100644 +/usr/src/debug/meschach-1.2/matrix2.h 100644 /usr/src/debug/meschach-1.2/matrixio.c 100644 @@ -39,2 +40,3 @@ /usr/src/debug/meschach-1.2/sparse.h 100644 +/usr/src/debug/meschach-1.2/sparse2.h 100644 /usr/src/debug/meschach-1.2/sparseio.c 100644 @@ -62,2 +64,3 @@ /usr/src/debug/meschach-1.2/zmatrix.h 100644 +/usr/src/debug/meschach-1.2/zmatrix2.h 100644 /usr/src/debug/meschach-1.2/zmemory.c 100644