<86>Jun 16 01:04:19 userdel[283233]: delete user 'rooter' <86>Jun 16 01:04:19 userdel[283233]: removed group 'rooter' owned by 'rooter' <86>Jun 16 01:04:19 userdel[283233]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 16 01:04:19 groupadd[283239]: group added to /etc/group: name=rooter, GID=1289 <86>Jun 16 01:04:19 groupadd[283239]: group added to /etc/gshadow: name=rooter <86>Jun 16 01:04:19 groupadd[283239]: new group: name=rooter, GID=1289 <86>Jun 16 01:04:19 useradd[283243]: new user: name=rooter, UID=1289, GID=1289, home=/root, shell=/bin/bash <86>Jun 16 01:04:19 userdel[283251]: delete user 'builder' <86>Jun 16 01:04:19 userdel[283251]: removed group 'builder' owned by 'builder' <86>Jun 16 01:04:19 userdel[283251]: removed shadow group 'builder' owned by 'builder' <86>Jun 16 01:04:19 groupadd[283260]: group added to /etc/group: name=builder, GID=1290 <86>Jun 16 01:04:19 groupadd[283260]: group added to /etc/gshadow: name=builder <86>Jun 16 01:04:19 groupadd[283260]: new group: name=builder, GID=1290 <86>Jun 16 01:04:19 useradd[283266]: new user: name=builder, UID=1290, GID=1290, 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>Jun 16 01:04:24 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>Jun 16 01:04:24 rpmi: libstdc++10-devel-10.3.1-alt2 sisyphus+277353.100.2.1 1625525890 installed <13>Jun 16 01:04:25 rpmi: gcc10-c++-10.3.1-alt2 sisyphus+277353.100.2.1 1625525890 installed <13>Jun 16 01:04:25 rpmi: gcc-c++-10-alt1 sisyphus+263054.200.3.1 1607517515 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.19633 + 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.19633 + 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 -fPIC' libnewmat.so.11.0 make: Entering directory '/usr/src/RPM/BUILD/newmat' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -fPIC -c newmat9.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 -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 -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 -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 -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 -fPIC -c newfft.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.64724 + 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.88688 + 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.iVCXEq find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) lib.prov: /usr/src/tmp/libnewmat-buildroot/usr/lib64/libnewmat.so.11: 1117 symbols, 21 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.up33up 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: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 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), 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.7aZZbo 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.40sDgp 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.llezEq 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.CdwjZn Processing files: libnewmat-debuginfo-11beta-alt4 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zkh4Cq find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.OtsFFp 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.43user 2.67system 0:14.05elapsed 143%CPU (0avgtext+0avgdata 101672maxresident)k 0inputs+0outputs (0major+771445minor)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 5.00user 1.97system 0:25.60elapsed 27%CPU (0avgtext+0avgdata 128772maxresident)k 0inputs+0outputs (0major+195173minor)pagefaults 0swaps --- libnewmat-11beta-alt4.x86_64.rpm.repo 2011-02-10 13:53:11.000000000 +0000 +++ libnewmat-11beta-alt4.x86_64.rpm.hasher 2024-06-16 01:04:41.547475097 +0000 @@ -5,6 +5,11 @@ /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: 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 +18,6 @@ Requires: rpmlib(PayloadIsLzma) -Provides: libnewmat.so.11()(64bit) = set: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 +Provides: libnewmat.so.11()(64bit) = set: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 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 132d71a3d4cd795fa274c82fa58a75f1 File: /usr/share/doc/libnewmat-11beta 40755 root:root @@ -20,2 +25,2 @@ File: /usr/share/doc/libnewmat-11beta/readme.txt 100644 root:root 376277c6ebae8da9e13b81beec5a6205 -RPMIdentity: b4fada9be2757c50aae21b4c3a7f90e127595c20940154711e9fdabf086cbce37665ca592ff213164d973bd31b9fa5f1f4212bbf67c2875fadf5597f3520ee0d +RPMIdentity: f66b341aecd3705e9fc430a99c9a92ca265fbdfb42cd23879039a7e3bb0b4a310345833ac404f8cafaf23e2e55c7ecc90b9fe8494c8705b2dcdb262e986172d6 --- libnewmat-debuginfo-11beta-alt4.x86_64.rpm.repo 2011-02-10 13:53:11.000000000 +0000 +++ libnewmat-debuginfo-11beta-alt4.x86_64.rpm.hasher 2024-06-16 01:04:41.632475489 +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/2f 40755 root:root +/usr/lib/debug/.build-id/2f/15a861e6bd5e1cf6a1dc5c7ad59ea9df42194b 120777 root:root ../../../../lib64/libnewmat.so.11.0 +/usr/lib/debug/.build-id/2f/15a861e6bd5e1cf6a1dc5c7ad59ea9df42194b.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/2f 40755 root:root +File: /usr/lib/debug/.build-id/2f/15a861e6bd5e1cf6a1dc5c7ad59ea9df42194b 120777 root:root ../../../../lib64/libnewmat.so.11.0 +File: /usr/lib/debug/.build-id/2f/15a861e6bd5e1cf6a1dc5c7ad59ea9df42194b.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 f59943412066c4abd4b9917ac8523fd5 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: 11071d079ac50d7514622826e019e20669f5b8e92eaa393ed5acc6a90dd4447de39e8fc806d4ac37f018e1e8dca946acbfcab6714dadc3791083643f90472c06 --- libnewmat-devel-11beta-alt4.x86_64.rpm.repo 2011-02-10 13:53:11.000000000 +0000 +++ libnewmat-devel-11beta-alt4.x86_64.rpm.hasher 2024-06-16 01:04:41.718475886 +0000 @@ -31,2 +31,2 @@ File: /usr/lib64/libnewmat.so 120777 root:root libnewmat.so.11.0 -RPMIdentity: 0e0cd1b1ad50827ed668f8450db4d2aa82cee00ca55152c68d859f2aa8254d538ee4f4cb247969e0fd8c72d3b5ec47d857acac890bf4fc19ceb3e113b3128fb4 +RPMIdentity: b8db5b1338eca28bf43963c3543be404f98c25159975fe23d40cb5975fca55187c7cd06a77545d1e107e847f97cd62d3854f047484210bab9071f483808739ca