<86>Nov 10 00:21:33 userdel[450188]: delete user 'rooter' <86>Nov 10 00:21:33 userdel[450188]: removed group 'rooter' owned by 'rooter' <86>Nov 10 00:21:33 userdel[450188]: removed shadow group 'rooter' owned by 'rooter' <86>Nov 10 00:21:33 groupadd[450199]: group added to /etc/group: name=rooter, GID=921 <86>Nov 10 00:21:33 groupadd[450199]: group added to /etc/gshadow: name=rooter <86>Nov 10 00:21:33 groupadd[450199]: new group: name=rooter, GID=921 <86>Nov 10 00:21:33 useradd[450210]: new user: name=rooter, UID=921, GID=921, home=/root, shell=/bin/bash <86>Nov 10 00:21:33 userdel[450225]: delete user 'builder' <86>Nov 10 00:21:33 userdel[450225]: removed group 'builder' owned by 'builder' <86>Nov 10 00:21:33 groupadd[450238]: group added to /etc/group: name=builder, GID=922 <86>Nov 10 00:21:33 groupadd[450238]: group added to /etc/gshadow: name=builder <86>Nov 10 00:21:33 groupadd[450238]: new group: name=builder, GID=922 <86>Nov 10 00:21:33 useradd[450249]: new user: name=builder, UID=922, GID=922, 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>Nov 10 00:21:34 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>Nov 10 00:21:35 rpmi: libstdc++11-devel-11.2.1-alt1 sisyphus+285602.200.1.1 1632233545 installed <13>Nov 10 00:21:35 rpmi: gcc11-c++-11.2.1-alt1 sisyphus+285602.200.1.1 1632233545 installed <13>Nov 10 00:21:35 rpmi: gcc-c++-11-alt1 sisyphus+285602.400.1.1 1632238564 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.88691 + 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.88691 + 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 -j16 -f nm_gnu.mak -j16 '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 newmat6.cpp: In member function 'void NEWMAT::CroutMatrix::operator=(const NEWMAT::CroutMatrix&)': newmat6.cpp:431:13: error: ordered comparison of pointer with integer zero ('int*' and 'int') 431 | if (indx > 0) { delete [] indx; indx = 0; } | ~~~~~^~~ make: *** [nm_gnu.mak:10: newmat6.o] Error 1 make: Leaving directory '/usr/src/RPM/BUILD/newmat' make: *** Waiting for unfinished jobs.... 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 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 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 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 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 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 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 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 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 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 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 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 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 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 hholder.cpp make: Leaving directory '/usr/src/RPM/BUILD/newmat' error: Bad exit status from /usr/src/tmp/rpm-tmp.88691 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.88691 (%build) Command exited with non-zero status 1 7.55user 1.14system 0:00.68elapsed 1264%CPU (0avgtext+0avgdata 88284maxresident)k 0inputs+0outputs (0major+288315minor)pagefaults 0swaps hsh-rebuild: rebuild of `libnewmat-11beta-alt4.src.rpm' failed. Command exited with non-zero status 1 10.23user 3.61system 0:05.13elapsed 269%CPU (0avgtext+0avgdata 104848maxresident)k 28160inputs+0outputs (30636major+495200minor)pagefaults 0swaps