<86>Apr 14 00:34:59 userdel[11655]: delete user 'rooter' <86>Apr 14 00:34:59 userdel[11655]: removed group 'rooter' owned by 'rooter' <86>Apr 14 00:34:59 groupadd[11662]: group added to /etc/group: name=rooter, GID=603 <86>Apr 14 00:34:59 groupadd[11662]: group added to /etc/gshadow: name=rooter <86>Apr 14 00:34:59 groupadd[11662]: new group: name=rooter, GID=603 <86>Apr 14 00:34:59 useradd[11672]: new user: name=rooter, UID=603, GID=603, home=/root, shell=/bin/bash <86>Apr 14 00:34:59 userdel[11686]: delete user 'builder' <86>Apr 14 00:34:59 userdel[11686]: removed group 'builder' owned by 'builder' <86>Apr 14 00:34:59 userdel[11686]: removed shadow group 'builder' owned by 'builder' <86>Apr 14 00:34:59 groupadd[11699]: group added to /etc/group: name=builder, GID=604 <86>Apr 14 00:34:59 groupadd[11699]: group added to /etc/gshadow: name=builder <86>Apr 14 00:34:59 groupadd[11699]: new group: name=builder, GID=604 <86>Apr 14 00:34:59 useradd[11706]: new user: name=builder, UID=604, GID=604, home=/usr/src, shell=/bin/bash Installing meschach-1.2-alt1.b.3.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.2901 + 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.2901 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd meschach-1.2 + CFLAGS='-pipe -Wall -g -O2' + export CFLAGS + CXXFLAGS='-pipe -Wall -g -O2' + export CXXFLAGS + FFLAGS='-pipe -Wall -g -O2' + export FFLAGS + '[' -n '' ']' ++ printf %s '-pipe -Wall -g -O2' ++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g' + ASFLAGS= + export ASFLAGS + export lt_cv_deplibs_check_method=pass_all + lt_cv_deplibs_check_method=pass_all + readlink -e -- ./configure + xargs -ri dirname -- '{}' + 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 + ./configure --build=x86_64-alt-linux --host=x86_64-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --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 ) works... yes checking whether the C compiler (gcc -pipe -Wall -g -O2 ) 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 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 $"; ^ 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 $"; ^ 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 $"; ^ 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 $"; ^ 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 $"; ^ 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); ^ 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 $"; ^ gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H init.c 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 $"; ^ gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H otherio.c gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H machine.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 $"; ^ 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 $"; ^ gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H matlab.c 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 $"; ^ gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H ivecop.c gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H version.c 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]; ^ 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 $"; ^ gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H meminfo.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] 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 memstat.c gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H lufactor.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 $"; ^ 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 $"; ^ 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 $"; ^ 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 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 gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H hsehldr.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; ^ 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 givens.c 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 update.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 $"; ^ 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 $"; ^ 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 $"; ^ gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H norm.c gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H hessen.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 $"; ^ 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 $"; ^ 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 $"; ^ gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H symmeig.c 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 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; ^ 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; ^ 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 $"; ^ 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 mfunc.c gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H bdfactor.c 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 $"; ^ 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 $"; ^ gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H sparse.c 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 $"; ^ gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H sprow.c bdfactor.c:33:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: "; ^ 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] 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:"); ^ 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 $"; ^ 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 $"; ^ 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 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; ^ gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H spbkp.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 $"; ^ 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 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: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 $"; ^ 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 $"; ^ 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 iternsym.c gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H zmachine.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; ^ gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H zcopy.c 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 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 $"; ^ 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) ^ gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H zmemory.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 zvecop.c gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H zmatop.c 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 $"; ^ 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 $"; ^ gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H zfunc.c 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 $"; ^ 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 $"; ^ gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H zlufctr.c 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 zsolve.c gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H zmatlab.c 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 $"; ^ 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); ^ 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 zhsehldr.c gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H zqrfctr.c 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 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 $"; ^ zgivens.c:35:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: "; ^ 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 $"; ^ 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 $"; ^ 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 $"; ^ 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: 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 ranlib meschach.a 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.48345 + 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/lib64 + install -d /usr/src/tmp/meschach-buildroot/usr/include/meschach + install -m644 libmeschach.so.0 /usr/src/tmp/meschach-buildroot/usr/lib64 + ln -s libmeschach.so.0 /usr/src/tmp/meschach-buildroot/usr/lib64/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/lib64: 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.68924 + 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.N62C97 find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) lib.prov: /usr/src/tmp/meschach-buildroot/usr/lib64/libmeschach.so.0: 464 symbols, 19 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.t3hdHI find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Provides: libmeschach.so.0()(64bit) = set:md46SFzRqIh9Wn1oS6t9BxwCD9ZEb5ZjSiyBaXsRO13qR0T9KsClzL3pcUN4YgLi3Gpvd3E3yxgVtxOFkOGHPQs3RqH61FNZobSRpy5rjJkm3yEYyO8zVZAqcnyCrQfRqyOaZbPIkWV0jvvWBvkJij5aWTVWDkQ8TZmkaewSLaS3CDGEjYduk3r0j6Sw61iNgAqtC1TAICs34dcGHkvXSPvUcUvaNoZrvOZhqGtdYzuraj4m4qE5IFMymQZaxzW1s84tUhFZmpkqRsYwSMBY3JS4MgKsp3s3Q4TnGrslDTfxWiYRc8Vo4bnOMzmQDbb5wQJKTTPuqAKMHqQHCEpqvEQZguja5waZLGcpZy3W4PdXLqiNWUeLkSu7wTlR8rrBx4FJvKPiMnoiAarL6UZ98NAXOinoIV5Pmwyi9J6YlaoRrMMKmAeyg32BA4zCXEOHQwH7VIJb4fLaEtFTVMqdSZGReAZIfFCct9qCfOCWMfZcpcEwT2QZ9ECuCNE537wVOHMw2ZsxxTMORP29lcdIrkPhvWtZkKo4rBudnK4vceHY9iig8qZ4mEBS3kDiRd0DxgylwElwwTn2AR290iFvWnTUBm6yEW6MxyzNchZ5Zx01fzvTMTIHj39dZbrLK1rIDHtrOt0cS2B4U9CMh9DA7aMIfjI2AAzANj9GaKvHx6kfFjZbU75NtyGiHElUwFD1lz83os7jUX5VaTR2AQcZCtaKYsYwZ0hZbnOgYf63IeZ9idoumbVZfkvLpwserha3sByTBY9FdMTRBJwyZg3z0JCynGBWjjm9LweZpAOrq8hRCZgZf0ckILMZcZwYfwdnJHBsApvtpOeZJJYqET8VJW1b4qGj7JM51b6E5QeSeBELwHSqhwUZvigNUg4gsppOcQi0hgxHuKlrLpMLLBx8q1 Requires: libc.so.6(GLIBC_2.11)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), libm.so.6(GLIBC_2.2.5)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.yP79Vl Creating libmeschach-debuginfo package Processing files: libmeschach-devel-1.2-alt1.b.3 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.51299 + 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.eMyb51 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.N7NpVK 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/lib64/libmeschach.so.0 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.QeJ3sw 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.eoFUIk find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.MnjXFb find-requires: running scripts (debuginfo) Provides: debug64(libmeschach.so.0) Requires: libmeschach = 1.2-alt1.b.3, debug64(libc.so.6), debug64(libm.so.6) Removing 1 extra deps from libmeschach-devel due to dependency on libmeschach Wrote: /usr/src/RPM/RPMS/x86_64/libmeschach-1.2-alt1.b.3.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/libmeschach-devel-1.2-alt1.b.3.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/libmeschach-debuginfo-1.2-alt1.b.3.x86_64.rpm 19.28user 3.74system 0:14.79elapsed 155%CPU (0avgtext+0avgdata 43204maxresident)k 0inputs+0outputs (0major+636831minor)pagefaults 0swaps 21.30user 7.50system 0:20.42elapsed 141%CPU (0avgtext+0avgdata 43204maxresident)k 0inputs+0outputs (0major+802041minor)pagefaults 0swaps --- libmeschach-debuginfo-1.2-alt1.b.3.x86_64.rpm.repo 2011-03-21 06:49:32.000000000 +0000 +++ libmeschach-debuginfo-1.2-alt1.b.3.x86_64.rpm.hasher 2019-04-14 00:35:16.903231670 +0000 @@ -1,3 +1,2 @@ /usr/lib/debug/usr/lib64/libmeschach.so.0.debug 100644 -/usr/lib/debug/usr/lib64/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