<86>Aug 31 04:17:28 userdel[2531724]: delete user 'rooter' <86>Aug 31 04:17:28 groupadd[2531740]: group added to /etc/group: name=rooter, GID=666 <86>Aug 31 04:17:28 groupadd[2531740]: group added to /etc/gshadow: name=rooter <86>Aug 31 04:17:28 groupadd[2531740]: new group: name=rooter, GID=666 <86>Aug 31 04:17:28 useradd[2531751]: new user: name=rooter, UID=666, GID=666, home=/root, shell=/bin/bash <86>Aug 31 04:17:28 userdel[2531774]: delete user 'builder' <86>Aug 31 04:17:28 userdel[2531774]: removed group 'builder' owned by 'builder' <86>Aug 31 04:17:28 userdel[2531774]: removed shadow group 'builder' owned by 'builder' <86>Aug 31 04:17:28 groupadd[2531790]: group added to /etc/group: name=builder, GID=667 <86>Aug 31 04:17:28 groupadd[2531790]: group added to /etc/gshadow: name=builder <86>Aug 31 04:17:28 groupadd[2531790]: new group: name=builder, GID=667 <86>Aug 31 04:17:28 useradd[2531808]: new user: name=builder, UID=667, GID=667, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/libnewmat-11beta-alt4.src.rpm: license not found in '/usr/share/license' directory: Public /usr/src/in/srpm/libnewmat-11beta-alt4.src.rpm: license not found in '/usr/share/license' directory: Use <13>Aug 31 04:17:30 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>Aug 31 04:17:30 rpmi: libstdc++10-devel-10.3.1-alt3 sisyphus+281519.340.4.1 1627909997 installed <13>Aug 31 04:17:31 rpmi: gcc10-c++-10.3.1-alt3 sisyphus+281519.340.4.1 1627909997 installed <13>Aug 31 04:17:31 rpmi: gcc-c++-10-alt2 sisyphus+281519.400.4.1 1627910688 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/libnewmat-11beta-alt4.nosrc.rpm (w1.gzdio) Installing libnewmat-11beta-alt4.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.8555 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + install -p -m644 /usr/src/RPM/SOURCES/Makefile.Newmat . + install -p -m644 /usr/src/RPM/SOURCES/include.h.newmat11 . + echo 'Patch #0 (newmat-11-beta-alt-version.patch):' Patch #0 (newmat-11-beta-alt-version.patch): + /usr/bin/patch -p0 patching file Makefile.Newmat + cd /usr/src/RPM/BUILD + rm -rf newmat + echo 'Source #0 (newmat11.tar.gz):' Source #0 (newmat11.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/newmat11.tar.gz + /bin/tar -xf - + cd newmat + /bin/chmod -c -Rf u+rwX,go-w . + mv ../Makefile.Newmat Makefile + mv -f ../include.h.newmat11 include.h + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.8555 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd newmat + echo 'libnewmat.so.11.0: $(newmat_lobj)' + echo ' $(CXX) $(LDFLAGS) -shared -Wl,-soname,libnewmat.so.11 -o $@ $^' + make -j8 -f nm_gnu.mak -j8 'CXXFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC' libnewmat.so.11.0 make: Entering directory '/usr/src/RPM/BUILD/newmat' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -c newmat6.cpp make: Leaving directory '/usr/src/RPM/BUILD/newmat' make: Entering directory '/usr/src/RPM/BUILD/newmat' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -c newmat3.cpp newmat3.cpp: In member function 'virtual void NEWMAT::SymmetricBandMatrix::GetRow(NEWMAT::MatrixRowCol&)': newmat3.cpp:670:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 670 | if (s>0) w -= s; mrc.storage = w; int w2 = w-w1; | ^~ newmat3.cpp:670:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 670 | if (s>0) w -= s; mrc.storage = w; int w2 = w-w1; | ^~~ newmat3.cpp: In member function 'virtual void NEWMAT::SymmetricBandMatrix::GetCol(NEWMAT::MatrixRowCol&)': newmat3.cpp:711:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 711 | if (s>0) w -= s; mrc.storage = w; int w2 = w-w1; | ^~ newmat3.cpp:711:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 711 | if (s>0) w -= s; mrc.storage = w; int w2 = w-w1; | ^~~ newmat3.cpp: In member function 'virtual void NEWMAT::SymmetricBandMatrix::GetCol(NEWMAT::MatrixColX&)': newmat3.cpp:761:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 761 | if (s>0) w -= s; mrc.storage = w; int w2 = w-w1; | ^~ newmat3.cpp:761:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 761 | if (s>0) w -= s; mrc.storage = w; int w2 = w-w1; | ^~~ make: Leaving directory '/usr/src/RPM/BUILD/newmat' make: Entering directory '/usr/src/RPM/BUILD/newmat' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -c newmat1.cpp make: Leaving directory '/usr/src/RPM/BUILD/newmat' make: Entering directory '/usr/src/RPM/BUILD/newmat' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -c newmat5.cpp make: Leaving directory '/usr/src/RPM/BUILD/newmat' make: Entering directory '/usr/src/RPM/BUILD/newmat' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -c newmat7.cpp newmat7.cpp: In member function 'virtual NEWMAT::GeneralMatrix* NEWMAT::AddedMatrix::Evaluate(NEWMAT::MatrixType)': newmat7.cpp:562:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 562 | if (!c1) gm1->tDelete(); if (!c2) gm2->tDelete(); | ^~ newmat7.cpp:562:38: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 562 | if (!c1) gm1->tDelete(); if (!c2) gm2->tDelete(); | ^~ newmat7.cpp:566:10: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 566 | if (!c1) gm1->tDelete(); if (!c2) gm2->tDelete(); | ^~ newmat7.cpp:566:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 566 | if (!c1) gm1->tDelete(); if (!c2) gm2->tDelete(); | ^~ newmat7.cpp: In member function 'virtual NEWMAT::GeneralMatrix* NEWMAT::SubtractedMatrix::Evaluate(NEWMAT::MatrixType)': newmat7.cpp:626:10: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 626 | if (!c1) gm1->tDelete(); gmx = gm2; | ^~ newmat7.cpp:626:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 626 | if (!c1) gm1->tDelete(); gmx = gm2; | ^~~ newmat7.cpp:635:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 635 | if (!c1) gm1->tDelete(); if (!c2) gm2->tDelete(); | ^~ newmat7.cpp:635:38: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 635 | if (!c1) gm1->tDelete(); if (!c2) gm2->tDelete(); | ^~ newmat7.cpp:639:10: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 639 | if (!c1) gm1->tDelete(); if (!c2) gm2->tDelete(); | ^~ newmat7.cpp:639:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 639 | if (!c1) gm1->tDelete(); if (!c2) gm2->tDelete(); | ^~ newmat7.cpp: In member function 'virtual NEWMAT::GeneralMatrix* NEWMAT::SPMatrix::Evaluate(NEWMAT::MatrixType)': newmat7.cpp:705:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 705 | if (!c1) gm1->tDelete(); if (!c2) gm2->tDelete(); | ^~ newmat7.cpp:705:38: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 705 | if (!c1) gm1->tDelete(); if (!c2) gm2->tDelete(); | ^~ newmat7.cpp:709:10: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 709 | if (!c1) gm1->tDelete(); if (!c2) gm2->tDelete(); | ^~ newmat7.cpp:709:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 709 | if (!c1) gm1->tDelete(); if (!c2) gm2->tDelete(); | ^~ newmat7.cpp: In function 'bool NEWMAT::RealEqual(RBD_COMMON::Real*, RBD_COMMON::Real*, int)': newmat7.cpp:789:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 789 | if (*s1++ != *s2++) return false; if (*s1++ != *s2++) return false; | ^~ newmat7.cpp:789:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 789 | if (*s1++ != *s2++) return false; if (*s1++ != *s2++) return false; | ^~ newmat7.cpp:790:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 790 | if (*s1++ != *s2++) return false; if (*s1++ != *s2++) return false; | ^~ newmat7.cpp:790:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 790 | if (*s1++ != *s2++) return false; if (*s1++ != *s2++) return false; | ^~ newmat7.cpp: In function 'bool NEWMAT::intEqual(int*, int*, int)': newmat7.cpp:801:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 801 | if (*s1++ != *s2++) return false; if (*s1++ != *s2++) return false; | ^~ newmat7.cpp:801:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 801 | if (*s1++ != *s2++) return false; if (*s1++ != *s2++) return false; | ^~ newmat7.cpp:802:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 802 | if (*s1++ != *s2++) return false; if (*s1++ != *s2++) return false; | ^~ newmat7.cpp:802:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 802 | if (*s1++ != *s2++) return false; if (*s1++ != *s2++) return false; | ^~ newmat7.cpp: In member function 'bool NEWMAT::GeneralMatrix::is_zero() const': newmat7.cpp:879:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 879 | if (*s++) return false; if (*s++) return false; | ^~ newmat7.cpp:879:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 879 | if (*s++) return false; if (*s++) return false; | ^~ newmat7.cpp:880:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 880 | if (*s++) return false; if (*s++) return false; | ^~ newmat7.cpp:880:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 880 | if (*s++) return false; if (*s++) return false; | ^~ make: Leaving directory '/usr/src/RPM/BUILD/newmat' make: Entering directory '/usr/src/RPM/BUILD/newmat' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -c newmat2.cpp newmat2.cpp: In member function 'void NEWMAT::MatrixRowCol::Add(const NEWMAT::MatrixRowCol&)': newmat2.cpp:41:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 41 | if (f < skip) f = skip; if (l > lx) l = lx; l -= f; | ^~ newmat2.cpp:41:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 41 | if (f < skip) f = skip; if (l > lx) l = lx; l -= f; | ^~ newmat2.cpp: In member function 'void NEWMAT::MatrixRowCol::AddScaled(const NEWMAT::MatrixRowCol&, RBD_COMMON::Real)': newmat2.cpp:52:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 52 | if (f < skip) f = skip; if (l > lx) l = lx; l -= f; | ^~ newmat2.cpp:52:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 52 | if (f < skip) f = skip; if (l > lx) l = lx; l -= f; | ^~ newmat2.cpp: In member function 'void NEWMAT::MatrixRowCol::Sub(const NEWMAT::MatrixRowCol&)': newmat2.cpp:63:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 63 | if (f < skip) f = skip; if (l > lx) l = lx; l -= f; | ^~ newmat2.cpp:63:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 63 | if (f < skip) f = skip; if (l > lx) l = lx; l -= f; | ^~ newmat2.cpp: In member function 'void NEWMAT::MatrixRowCol::Inject(const NEWMAT::MatrixRowCol&)': newmat2.cpp:74:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 74 | if (f < skip) f = skip; if (l > lx) l = lx; l -= f; | ^~ newmat2.cpp:74:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 74 | if (f < skip) f = skip; if (l > lx) l = lx; l -= f; | ^~ newmat2.cpp: In function 'RBD_COMMON::Real NEWMAT::DotProd(const NEWMAT::MatrixRowCol&, const NEWMAT::MatrixRowCol&)': newmat2.cpp:85:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 85 | if (f < f2) f = f2; if (l > l2) l = l2; l -= f; | ^~ newmat2.cpp:85:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 85 | if (f < f2) f = f2; if (l > l2) l = l2; l -= f; | ^~ newmat2.cpp: In member function 'void NEWMAT::MatrixRowCol::Add(const NEWMAT::MatrixRowCol&, const NEWMAT::MatrixRowCol&)': newmat2.cpp:99:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 99 | if (f1l) l1=l; | ^~ newmat2.cpp:99:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 99 | if (f1l) l1=l; | ^~ newmat2.cpp:101:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 101 | if (f2l) l2=l; | ^~ newmat2.cpp:101:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 101 | if (f2l) l2=l; | ^~ newmat2.cpp: In member function 'void NEWMAT::MatrixRowCol::Sub(const NEWMAT::MatrixRowCol&, const NEWMAT::MatrixRowCol&)': newmat2.cpp:171:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 171 | if (f1l) l1=l; | ^~ newmat2.cpp:171:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 171 | if (f1l) l1=l; | ^~ newmat2.cpp:173:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 173 | if (f2l) l2=l; | ^~ newmat2.cpp:173:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 173 | if (f2l) l2=l; | ^~ newmat2.cpp: In member function 'void NEWMAT::MatrixRowCol::Multiply(const NEWMAT::MatrixRowCol&, const NEWMAT::MatrixRowCol&)': newmat2.cpp:335:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 335 | if (f1l) l1=l; | ^~ newmat2.cpp:335:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 335 | if (f1l) l1=l; | ^~ newmat2.cpp:337:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 337 | if (f2l) l2=l; | ^~ newmat2.cpp:337:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 337 | if (f2l) l2=l; | ^~ newmat2.cpp:339:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 339 | if (f1l2) l1 = l2; | ^~ newmat2.cpp:339:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 339 | if (f1l2) l1 = l2; | ^~ make: Leaving directory '/usr/src/RPM/BUILD/newmat' make: Entering directory '/usr/src/RPM/BUILD/newmat' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -c newmatex.cpp make: Leaving directory '/usr/src/RPM/BUILD/newmat' make: Entering directory '/usr/src/RPM/BUILD/newmat' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -c bandmat.cpp bandmat.cpp: In member function 'virtual NEWMAT::LogAndSign NEWMAT::BandLUMatrix::log_determinant() const': bandmat.cpp:362:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 362 | if (!d) sum.ChangeSign(); return sum; | ^~ bandmat.cpp:362:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 362 | if (!d) sum.ChangeSign(); return sum; | ^~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/newmat' make: Entering directory '/usr/src/RPM/BUILD/newmat' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -c newmat8.cpp newmat8.cpp: In member function 'virtual NEWMAT::LogAndSign NEWMAT::CroutMatrix::log_determinant() const': newmat8.cpp:715:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 715 | if (!d) sum.ChangeSign(); return sum; | ^~ newmat8.cpp:715:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 715 | if (!d) sum.ChangeSign(); return sum; | ^~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/newmat' make: Entering directory '/usr/src/RPM/BUILD/newmat' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -c newmat4.cpp make: Leaving directory '/usr/src/RPM/BUILD/newmat' make: Entering directory '/usr/src/RPM/BUILD/newmat' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -c submat.cpp make: Leaving directory '/usr/src/RPM/BUILD/newmat' make: Entering directory '/usr/src/RPM/BUILD/newmat' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -c myexcept.cpp make: Leaving directory '/usr/src/RPM/BUILD/newmat' make: Entering directory '/usr/src/RPM/BUILD/newmat' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -c evalue.cpp make: Leaving directory '/usr/src/RPM/BUILD/newmat' make: Entering directory '/usr/src/RPM/BUILD/newmat' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -c fft.cpp make: Leaving directory '/usr/src/RPM/BUILD/newmat' make: Entering directory '/usr/src/RPM/BUILD/newmat' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -c cholesky.cpp make: Leaving directory '/usr/src/RPM/BUILD/newmat' make: Entering directory '/usr/src/RPM/BUILD/newmat' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -c sort.cpp make: Leaving directory '/usr/src/RPM/BUILD/newmat' make: Entering directory '/usr/src/RPM/BUILD/newmat' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -c hholder.cpp make: Leaving directory '/usr/src/RPM/BUILD/newmat' make: Entering directory '/usr/src/RPM/BUILD/newmat' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -c newfft.cpp make: Leaving directory '/usr/src/RPM/BUILD/newmat' make: Entering directory '/usr/src/RPM/BUILD/newmat' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -c svd.cpp make: Leaving directory '/usr/src/RPM/BUILD/newmat' make: Entering directory '/usr/src/RPM/BUILD/newmat' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -c jacobi.cpp make: Leaving directory '/usr/src/RPM/BUILD/newmat' make: Entering directory '/usr/src/RPM/BUILD/newmat' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -c nm_misc.cpp make: Leaving directory '/usr/src/RPM/BUILD/newmat' make: Entering directory '/usr/src/RPM/BUILD/newmat' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -c newmatrm.cpp make: Leaving directory '/usr/src/RPM/BUILD/newmat' make: Entering directory '/usr/src/RPM/BUILD/newmat' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -c newmat9.cpp make: Leaving directory '/usr/src/RPM/BUILD/newmat' make: Entering directory '/usr/src/RPM/BUILD/newmat' g++ -shared -Wl,-soname,libnewmat.so.11 -o libnewmat.so.11.0 newmat1.o newmat2.o newmat3.o newmat4.o newmat5.o newmat6.o newmat7.o newmat8.o newmatex.o bandmat.o submat.o myexcept.o cholesky.o evalue.o fft.o hholder.o jacobi.o newfft.o sort.o svd.o nm_misc.o newmatrm.o newmat9.o make: Leaving directory '/usr/src/RPM/BUILD/newmat' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.80290 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/libnewmat-buildroot + : + /bin/rm -rf -- /usr/src/tmp/libnewmat-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd newmat + install -p -D libnewmat.so.11.0 /usr/src/tmp/libnewmat-buildroot//usr/lib64/libnewmat.so.11.0 + pushd /usr/src/tmp/libnewmat-buildroot//usr/lib64 ~/tmp/libnewmat-buildroot/usr/lib64 ~/RPM/BUILD/newmat + ln -s libnewmat.so.11.0 libnewmat.so.11 + ln -s libnewmat.so.11.0 libnewmat.so + popd ~/RPM/BUILD/newmat + install -d /usr/src/tmp/libnewmat-buildroot//usr/include/newmat + install -m 0644 -p controlw.h include.h myexcept.h newmat.h newmatap.h newmatio.h newmatnl.h newmatrc.h newmatrm.h precisio.h solution.h tmt.h /usr/src/tmp/libnewmat-buildroot//usr/include/newmat + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/libnewmat-buildroot (auto) mode of './usr/lib64/libnewmat.so.11.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/libnewmat-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/libnewmat-buildroot/ (default) Compressing files in /usr/src/tmp/libnewmat-buildroot (auto) Adjusting library links in /usr/src/tmp/libnewmat-buildroot ./usr/lib64: (from :0) libnewmat.so.11 -> libnewmat.so.11.0 Verifying ELF objects in /usr/src/tmp/libnewmat-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: libnewmat-11beta-alt4 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.80290 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd newmat + DOCDIR=/usr/src/tmp/libnewmat-buildroot/usr/share/doc/libnewmat-11beta + export DOCDIR + rm -rf /usr/src/tmp/libnewmat-buildroot/usr/share/doc/libnewmat-11beta + /bin/mkdir -p /usr/src/tmp/libnewmat-buildroot/usr/share/doc/libnewmat-11beta + cp -prL nm11.htm readme.txt /usr/src/tmp/libnewmat-buildroot/usr/share/doc/libnewmat-11beta + chmod -R go-w /usr/src/tmp/libnewmat-buildroot/usr/share/doc/libnewmat-11beta + chmod -R a+rX /usr/src/tmp/libnewmat-buildroot/usr/share/doc/libnewmat-11beta + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.QVmlBB find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) lib.prov: /usr/src/tmp/libnewmat-buildroot/usr/lib64/libnewmat.so.11: 931 symbols, 20 bpp warning: hash collision: _ZN6NEWMAT12BandLUMatrix6GetRowERNS_12MatrixRowColE _ZN6NEWMAT3SVDERKNS_6MatrixERNS_14DiagonalMatrixE Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.xtq4IC find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: libnewmat.so.11()(64bit) = set:ndmP9HJPuydrfny1PUCzQNKENkfntmvjwZt7xVpB9k4fAgI4SSfNTiL8xElNZ8s49F8nu3LMcayHXZ3XVLaQPZFo7ksdHFRIeaXv1L18kXCcayZJe84Cxq3jJ0ZIEsXXR9UpSJQcKZfGhpFO8j4Un1Ti3RQSIMA4J1MoesmlQsvdBIFw4wENFkc9ClSsAZes50mhdBZywgoZrwluZ9TeFZJFnu9G60dUvkZskGneARgZsblAW8Guf32AtjrSpzT3KRKaDGizcNVOPNnPZpCwyuu80Ry41GR1rK7fuyypixJkV9GcD9As6c5ytvyM3hCSsp69JrFLWskmgmbeaNmFX9EZE7yDo1omWh516GSi3ZblETl503QxkKjuUAZ68Ot5YnQ1uoQfMs9gahA4dLb0AsJQCoO9enn9zL5CKFe4NPuTomAbNBn5GKRY9czZu8dI9rcZpqGSte84ffKMvmGCP4dynmZCp6lVenug097YABigh8LpBAL48C4YPd077xekMSgGYqKuku5ZdvkZ1rB3PnOwViR5pbGYJJzqUm0e7nKTgrFgWqQcB1zkcNRbDymHrrTW8PZ58yENLUcQP2WkMZehi1o7aZpyrPXrlScNCPLyUq4rd0EsW84tlje9yhDLZFJangse53PXv2N6LDxGZcABuxS9bzhMTXGNfe35ZeEgZwPGBO0XId8CNA08lpFRJ5BQcq8zGf4GleHPZHeF1Y8dGW5kjwskOTnxdzmSNN1rDe3yswo4qxnEqCp6X3m5iQtClR8UYYaZqZ1QKEZmW9mTlaCYsD3jgcfZ2pl9BXkUHYGXCRB9raAyOaoTlVsD8NFvFV5ZAXasU8s6FnHMBZwHECnGwjNbW3MWAEMDoDv0Zr5O6LeaH5TLrnXVikol0Cprz4S5aDigsdY9vsX5xYsszH9DpoeNn6UVAbq3CwO1Kay0XLUnZn4bISFr963JcQGpDESIvq3jAr33bYgBAbpPzZ27CoYfQXDiAJh3Gztd6gRufmEUuoSMCZyvaUZxEh4g9j2lwZDiALWBtHAHQWjWH6oWxsklDPZ21DQPUHQg33B065Nrj8ECMdVMqhTivpou9cXlHiK3SLHW5iEWxBpjLG1lJ9NPcDepsJ8FNQNwIrftL34Z2gDnxKtRo9cZn17GQdWDHDjZdIjDlnPZB3g86ZiRWc4evZyukdACiiVmCRvD7CyhkxkGIwNEyFkbqze94YqSctma555HfPvFhFi8DFwJtiBIJ0PHa1VyfpFixiDxIVJGhZdk6UPc6Qfwecog6u3872HJ4InplzBj6TvnGGOk3Wm1y4B4EyMbSZsRuoivYzvyIrmvQJZnU4MlmDZnaDyevOX3evi0S2jMW2KcWlKKef6jTKEPv8FrBKfjAZaLzioV2MMo0ZrpZ7FTJNw5UQJfKq9wMGTdWWlx0UdlmBqqyDXRzaJRvPUC9XEZknYKPsakHY86ZLijtgfdkgIKqRz9H75JflI1dBOmMAQi0ltoy5deQr76Yr1dShvkoRlgnPfwTJOBtg36pmI1vxjAVzpYdn69HAF7yy5x5btJztjEWi9CGfrcAWWADBFHW7IgidnPBOrHW5AbAzS0LAOUyPXlpLTspTvVNIpJpmMAq76DoBN8PzN8ipg5ZrhAaSIhOS2VXpkZCdvlQ6gsqoiNjpUjYpoA9TcfM3kwaGKGKsYqOcRRkMWDZemLISZfUp4oMCnsZk5FxCIhprtX7ue9UAAjZigQDwToeXtzAfHuiiVfXDpydZc1uk9J355km75iTWfheWXVrfwkBBQUu93sL0EuKonXNj7O6ENU2T5tLc07anVaTJSsvHnt9r0 Requires: libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.4)(64bit), libgcc_s.so.1(GCC_3.0)(64bit), libgcc_s.so.1(GCC_3.3.1)(64bit), libm.so.6(GLIBC_2.2.5)(64bit), libm.so.6(GLIBC_2.29)(64bit), libstdc++.so.6(CXXABI_1.3)(64bit), libstdc++.so.6(CXXABI_1.3.8)(64bit), libstdc++.so.6(CXXABI_1.3.9)(64bit), libstdc++.so.6(GLIBCXX_3.4)(64bit), libstdc++.so.6(GLIBCXX_3.4.9)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.LjmH0B Creating libnewmat-debuginfo package Processing files: libnewmat-devel-11beta-alt4 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.vwmwoB 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.rMiMTA find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) /usr/src/tmp/libnewmat-buildroot/usr/include/newmat/newmat.h:12:10: fatal error: iostream: No such file or directory 12 | #include | ^~~~~~~~~~ compilation terminated. cpp.req: /usr/src/tmp/libnewmat-buildroot/usr/include/newmat/newmat.h: cpp failed, trying c++ mode Requires: libnewmat = 11beta-alt4, /usr/lib64/libnewmat.so.11.0 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.VjmtUE Processing files: libnewmat-debuginfo-11beta-alt4 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.wmsfGE find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ZlhNpD find-requires: running scripts (debuginfo) Provides: debug64(libnewmat.so.11) Requires: libnewmat = 11beta-alt4, debug64(libc.so.6), debug64(libgcc_s.so.1), debug64(libm.so.6), debug64(libstdc++.so.6) Removing 1 extra deps from libnewmat-devel due to dependency on libnewmat Wrote: /usr/src/RPM/RPMS/x86_64/libnewmat-11beta-alt4.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libnewmat-devel-11beta-alt4.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libnewmat-debuginfo-11beta-alt4.x86_64.rpm (w2.lzdio) 17.91user 2.03system 0:18.88elapsed 105%CPU (0avgtext+0avgdata 85768maxresident)k 0inputs+0outputs (0major+802786minor)pagefaults 0swaps /.out/libnewmat-11beta-alt4.x86_64.rpm: license not found in '/usr/share/license' directory: Public /.out/libnewmat-11beta-alt4.x86_64.rpm: license not found in '/usr/share/license' directory: Use /.out/libnewmat-devel-11beta-alt4.x86_64.rpm: license not found in '/usr/share/license' directory: Public /.out/libnewmat-devel-11beta-alt4.x86_64.rpm: license not found in '/usr/share/license' directory: Use /.out/libnewmat-debuginfo-11beta-alt4.x86_64.rpm: license not found in '/usr/share/license' directory: Public /.out/libnewmat-debuginfo-11beta-alt4.x86_64.rpm: license not found in '/usr/share/license' directory: Use 22.27user 4.68system 0:26.00elapsed 103%CPU (0avgtext+0avgdata 101964maxresident)k 0inputs+0outputs (0major+1104511minor)pagefaults 0swaps --- libnewmat-11beta-alt4.x86_64.rpm.repo 2011-02-10 13:53:11.000000000 +0000 +++ libnewmat-11beta-alt4.x86_64.rpm.hasher 2021-08-31 04:17:53.085346843 +0000 @@ -5,6 +5,12 @@ /usr/share/doc/libnewmat-11beta/readme.txt 100644 root:root +Requires: libc.so.6(GLIBC_2.14)(64bit) Requires: libc.so.6(GLIBC_2.2.5)(64bit) +Requires: libc.so.6(GLIBC_2.4)(64bit) Requires: libgcc_s.so.1(GCC_3.0)(64bit) +Requires: libgcc_s.so.1(GCC_3.3.1)(64bit) Requires: libm.so.6(GLIBC_2.2.5)(64bit) +Requires: libm.so.6(GLIBC_2.29)(64bit) Requires: libstdc++.so.6(CXXABI_1.3)(64bit) +Requires: libstdc++.so.6(CXXABI_1.3.8)(64bit) +Requires: libstdc++.so.6(CXXABI_1.3.9)(64bit) Requires: libstdc++.so.6(GLIBCXX_3.4)(64bit) @@ -13,6 +19,6 @@ Requires: rpmlib(PayloadIsLzma) -Provides: libnewmat.so.11()(64bit) = set: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 +Provides: libnewmat.so.11()(64bit) = set:ndmP9HJPuydrfny1PUCzQNKENkfntmvjwZt7xVpB9k4fAgI4SSfNTiL8xElNZ8s49F8nu3LMcayHXZ3XVLaQPZFo7ksdHFRIeaXv1L18kXCcayZJe84Cxq3jJ0ZIEsXXR9UpSJQcKZfGhpFO8j4Un1Ti3RQSIMA4J1MoesmlQsvdBIFw4wENFkc9ClSsAZes50mhdBZywgoZrwluZ9TeFZJFnu9G60dUvkZskGneARgZsblAW8Guf32AtjrSpzT3KRKaDGizcNVOPNnPZpCwyuu80Ry41GR1rK7fuyypixJkV9GcD9As6c5ytvyM3hCSsp69JrFLWskmgmbeaNmFX9EZE7yDo1omWh516GSi3ZblETl503QxkKjuUAZ68Ot5YnQ1uoQfMs9gahA4dLb0AsJQCoO9enn9zL5CKFe4NPuTomAbNBn5GKRY9czZu8dI9rcZpqGSte84ffKMvmGCP4dynmZCp6lVenug097YABigh8LpBAL48C4YPd077xekMSgGYqKuku5ZdvkZ1rB3PnOwViR5pbGYJJzqUm0e7nKTgrFgWqQcB1zkcNRbDymHrrTW8PZ58yENLUcQP2WkMZehi1o7aZpyrPXrlScNCPLyUq4rd0EsW84tlje9yhDLZFJangse53PXv2N6LDxGZcABuxS9bzhMTXGNfe35ZeEgZwPGBO0XId8CNA08lpFRJ5BQcq8zGf4GleHPZHeF1Y8dGW5kjwskOTnxdzmSNN1rDe3yswo4qxnEqCp6X3m5iQtClR8UYYaZqZ1QKEZmW9mTlaCYsD3jgcfZ2pl9BXkUHYGXCRB9raAyOaoTlVsD8NFvFV5ZAXasU8s6FnHMBZwHECnGwjNbW3MWAEMDoDv0Zr5O6LeaH5TLrnXVikol0Cprz4S5aDigsdY9vsX5xYsszH9DpoeNn6UVAbq3CwO1Kay0XLUnZn4bISFr963JcQGpDESIvq3jAr33bYgBAbpPzZ27CoYfQXDiAJh3Gztd6gRufmEUuoSMCZyvaUZxEh4g9j2lwZDiALWBtHAHQWjWH6oWxsklDPZ21DQPUHQg33B065Nrj8ECMdVMqhTivpou9cXlHiK3SLHW5iEWxBpjLG1lJ9NPcDepsJ8FNQNwIrftL34Z2gDnxKtRo9cZn17GQdWDHDjZdIjDlnPZB3g86ZiRWc4evZyukdACiiVmCRvD7CyhkxkGIwNEyFkbqze94YqSctma555HfPvFhFi8DFwJtiBIJ0PHa1VyfpFixiDxIVJGhZdk6UPc6Qfwecog6u3872HJ4InplzBj6TvnGGOk3Wm1y4B4EyMbSZsRuoivYzvyIrmvQJZnU4MlmDZnaDyevOX3evi0S2jMW2KcWlKKef6jTKEPv8FrBKfjAZaLzioV2MMo0ZrpZ7FTJNw5UQJfKq9wMGTdWWlx0UdlmBqqyDXRzaJRvPUC9XEZknYKPsakHY86ZLijtgfdkgIKqRz9H75JflI1dBOmMAQi0ltoy5deQr76Yr1dShvkoRlgnPfwTJOBtg36pmI1vxjAVzpYdn69HAF7yy5x5btJztjEWi9CGfrcAWWADBFHW7IgidnPBOrHW5AbAzS0LAOUyPXlpLTspTvVNIpJpmMAq76DoBN8PzN8ipg5ZrhAaSIhOS2VXpkZCdvlQ6gsqoiNjpUjYpoA9TcfM3kwaGKGKsYqOcRRkMWDZemLISZfUp4oMCnsZk5FxCIhprtX7ue9UAAjZigQDwToeXtzAfHuiiVfXDpydZc1uk9J355km75iTWfheWXVrfwkBBQUu93sL0EuKonXNj7O6ENU2T5tLc07anVaTJSsvHnt9r0 Provides: libnewmat = 11beta-alt4 File: /usr/lib64/libnewmat.so.11 120777 root:root libnewmat.so.11.0 -File: /usr/lib64/libnewmat.so.11.0 100644 root:root fe2985d509f402fc496094b3c75540a9 +File: /usr/lib64/libnewmat.so.11.0 100644 root:root 8aa5ca302b7c68a76fbb9784154478c3 File: /usr/share/doc/libnewmat-11beta 40755 root:root @@ -20,2 +26,2 @@ File: /usr/share/doc/libnewmat-11beta/readme.txt 100644 root:root 376277c6ebae8da9e13b81beec5a6205 -RPMIdentity: b4fada9be2757c50aae21b4c3a7f90e127595c20940154711e9fdabf086cbce37665ca592ff213164d973bd31b9fa5f1f4212bbf67c2875fadf5597f3520ee0d +RPMIdentity: 1f28c7d8fbe7b23d798485c9f3e4fe75f313eb038b08d662ed49bee74f9263b1360d540dc63863f688e5a71cfb43d18f295875f83730c220799a8d1dfcebaba9 --- libnewmat-debuginfo-11beta-alt4.x86_64.rpm.repo 2011-02-10 13:53:11.000000000 +0000 +++ libnewmat-debuginfo-11beta-alt4.x86_64.rpm.hasher 2021-08-31 04:17:53.155347507 +0000 @@ -1,7 +1,6 @@ -/usr/lib/debug/.build-id/2d 40755 root:root -/usr/lib/debug/.build-id/2d/481c6ef471e98f976d1b0642b22957071433a3 120777 root:root ../../../../lib64/libnewmat.so.11.0 -/usr/lib/debug/.build-id/2d/481c6ef471e98f976d1b0642b22957071433a3.debug 120777 root:root ../../usr/lib64/libnewmat.so.11.0.debug +/usr/lib/debug/.build-id/bf 40755 root:root +/usr/lib/debug/.build-id/bf/58da05577caa143c8e892142e9845cc9c38d12 120777 root:root ../../../../lib64/libnewmat.so.11.0 +/usr/lib/debug/.build-id/bf/58da05577caa143c8e892142e9845cc9c38d12.debug 120777 root:root ../../usr/lib64/libnewmat.so.11.0.debug /usr/lib/debug/usr/lib64/libnewmat.so.11.0.debug 100644 root:root /usr/lib/debug/usr/lib64/libnewmat.so.11.debug 120777 root:root libnewmat.so.11.0.debug -/usr/lib/debug/usr/lib64/libnewmat.so.debug 120777 root:root libnewmat.so.11.0.debug /usr/src/debug/newmat 40755 root:root @@ -46,8 +45,7 @@ Provides: libnewmat-debuginfo = 11beta-alt4 -File: /usr/lib/debug/.build-id/2d 40755 root:root -File: /usr/lib/debug/.build-id/2d/481c6ef471e98f976d1b0642b22957071433a3 120777 root:root ../../../../lib64/libnewmat.so.11.0 -File: /usr/lib/debug/.build-id/2d/481c6ef471e98f976d1b0642b22957071433a3.debug 120777 root:root ../../usr/lib64/libnewmat.so.11.0.debug -File: /usr/lib/debug/usr/lib64/libnewmat.so.11.0.debug 100644 root:root 0106550596849f72b966db75fbb37632 +File: /usr/lib/debug/.build-id/bf 40755 root:root +File: /usr/lib/debug/.build-id/bf/58da05577caa143c8e892142e9845cc9c38d12 120777 root:root ../../../../lib64/libnewmat.so.11.0 +File: /usr/lib/debug/.build-id/bf/58da05577caa143c8e892142e9845cc9c38d12.debug 120777 root:root ../../usr/lib64/libnewmat.so.11.0.debug +File: /usr/lib/debug/usr/lib64/libnewmat.so.11.0.debug 100644 root:root 119aac2883cae50f44c6c783453f74ae File: /usr/lib/debug/usr/lib64/libnewmat.so.11.debug 120777 root:root libnewmat.so.11.0.debug -File: /usr/lib/debug/usr/lib64/libnewmat.so.debug 120777 root:root libnewmat.so.11.0.debug File: /usr/src/debug/newmat 40755 root:root @@ -84,2 +82,2 @@ File: /usr/src/debug/newmat/svd.cpp 100644 root:root 1a5780de37d51a7e23b461c2a54a50e2 -RPMIdentity: d29b97fbf4cf043a8f5458f55441461da482be89e7e456f7bd8b3781f3e0097e0b0a07487890586e3f20a3b68cfb171f68f15a9a0a5f706593d0d12141689c32 +RPMIdentity: 903b5c27c53adf39c18a24e30063731513795ff19c27fdfc720d5b40577462b9465b0473cb3ad9adeccec65544f813b6899c31e9f633919783ebb6b8880d8c73 --- libnewmat-devel-11beta-alt4.x86_64.rpm.repo 2011-02-10 13:53:11.000000000 +0000 +++ libnewmat-devel-11beta-alt4.x86_64.rpm.hasher 2021-08-31 04:17:53.231348228 +0000 @@ -31,2 +31,2 @@ File: /usr/lib64/libnewmat.so 120777 root:root libnewmat.so.11.0 -RPMIdentity: 0e0cd1b1ad50827ed668f8450db4d2aa82cee00ca55152c68d859f2aa8254d538ee4f4cb247969e0fd8c72d3b5ec47d857acac890bf4fc19ceb3e113b3128fb4 +RPMIdentity: b8db5b1338eca28bf43963c3543be404f98c25159975fe23d40cb5975fca55187c7cd06a77545d1e107e847f97cd62d3854f047484210bab9071f483808739ca