==> Synchronizing chroot copy [/data/alhp-workspace/chroot/root] -> [worker-4]...done ==> Making package: genxrdpattern 1.1-2.1 (Mon Nov 29 06:44:50 2021) ==> Retrieving sources... -> Downloading genxrdpattern-1.1.tar.gz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 132 100 132 0 0 487 0 --:--:-- --:--:-- --:--:-- 488 100 6052 0 6052 0 0 10678 0 --:--:-- --:--:-- --:--:-- 10678 100 6052 0 6052 0 0 10678 0 --:--:-- --:--:-- --:--:-- 0 -> Downloading objcryst.tgz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 620 100 620 0 0 3112 0 --:--:-- --:--:-- --:--:-- 3115 100 14.4M 100 14.4M 0 0 16.4M 0 --:--:-- --:--:-- --:--:-- 16.4M ==> Validating source files with sha256sums... genxrdpattern-1.1.tar.gz ... Passed objcryst.tgz ... Passed ==> Making package: genxrdpattern 1.1-2.1 (Mon 29 Nov 2021 06:45:15 AM CET) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Packages (6) hicolor-icon-theme-0.17-2 jsoncpp-1.9.4-1 libnsl-2.0.0-1 libuv-1.42.0-1 rhash-1.4.2-1 cmake-3.22.0-1 Total Installed Size: 52.88 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing hicolor-icon-theme... installing jsoncpp... Optional dependencies for jsoncpp jsoncpp-doc: documentation installing libnsl... installing libuv... installing rhash... installing cmake... Optional dependencies for cmake qt6-base: cmake-gui [?25h==> Retrieving sources... -> Found genxrdpattern-1.1.tar.gz -> Found objcryst.tgz ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting genxrdpattern-1.1.tar.gz with bsdtar -> Extracting objcryst.tgz with bsdtar ==> Starting prepare()... ==> Starting build()... make -f gnu.mak wxcryst=0 opengl=0 fftw=0 cod=0 debug= -C src Fox-nogui make[1]: Entering directory '/startdir/src/objcryst/Fox/src' cd /startdir/src/objcryst/Fox/src/../.. make -f nm_gnu.mak -C /startdir/src/objcryst/Fox/src/../../newmat libnewmat.a make[2]: Entering directory '/startdir/src/objcryst/newmat' g++ -O2 -Wall -static -c newmat1.cpp g++ -O2 -Wall -static -c newmat2.cpp newmat2.cpp: In member function ‘void NEWMAT::MatrixRowCol::Add(const NEWMAT::MatrixRowCol&)’: newmat2.cpp:34:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 34 | if (f < skip) f = skip; if (l > lx) l = lx; l -= f; | ^~ newmat2.cpp:34:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 34 | 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:45:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 45 | if (f < skip) f = skip; if (l > lx) l = lx; l -= f; | ^~ newmat2.cpp:45:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 45 | 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:56:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 56 | if (f < skip) f = skip; if (l > lx) l = lx; l -= f; | ^~ newmat2.cpp:56:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 56 | 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:67:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 67 | if (f < skip) f = skip; if (l > lx) l = lx; l -= f; | ^~ newmat2.cpp:67:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 67 | 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:78:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 78 | if (f < f2) f = f2; if (l > l2) l = l2; l -= f; | ^~ newmat2.cpp:78:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 78 | 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:92:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 92 | if (f1l) l1=l; | ^~ newmat2.cpp:92:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 92 | if (f1l) l1=l; | ^~ newmat2.cpp:94:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 94 | if (f2l) l2=l; | ^~ newmat2.cpp:94:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 94 | if (f2l) l2=l; | ^~ newmat2.cpp: In member function ‘void NEWMAT::MatrixRowCol::Sub(const NEWMAT::MatrixRowCol&, const NEWMAT::MatrixRowCol&)’: newmat2.cpp:164:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 164 | if (f1l) l1=l; | ^~ newmat2.cpp:164:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 164 | if (f1l) l1=l; | ^~ newmat2.cpp:166:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 166 | if (f2l) l2=l; | ^~ newmat2.cpp:166:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 166 | if (f2l) l2=l; | ^~ newmat2.cpp: In member function ‘void NEWMAT::MatrixRowCol::Multiply(const NEWMAT::MatrixRowCol&, const NEWMAT::MatrixRowCol&)’: newmat2.cpp:328:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 328 | if (f1l) l1=l; | ^~ newmat2.cpp:328:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 328 | if (f1l) l1=l; | ^~ newmat2.cpp:330:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 330 | if (f2l) l2=l; | ^~ newmat2.cpp:330:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 330 | if (f2l) l2=l; | ^~ newmat2.cpp:332:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 332 | if (f1l2) l1 = l2; | ^~ newmat2.cpp:332:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 332 | if (f1l2) l1 = l2; | ^~ g++ -O2 -Wall -static -c newmat3.cpp newmat3.cpp: In member function ‘virtual void NEWMAT::SymmetricBandMatrix::GetRow(NEWMAT::MatrixRowCol&)’: newmat3.cpp:666:7: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 666 | if (s>0) w -= s; mrc.storage = w; int w2 = w-w1; | ^~ newmat3.cpp:666:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 666 | 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:707:7: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 707 | if (s>0) w -= s; mrc.storage = w; int w2 = w-w1; | ^~ newmat3.cpp:707:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 707 | 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:757:7: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 757 | if (s>0) w -= s; mrc.storage = w; int w2 = w-w1; | ^~ newmat3.cpp:757:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 757 | if (s>0) w -= s; mrc.storage = w; int w2 = w-w1; | ^~~ g++ -O2 -Wall -static -c newmat4.cpp g++ -O2 -Wall -static -c newmat5.cpp In file included from newmat.h:10, from newmat5.cpp:9: newmat5.cpp: In destructor ‘NEWMAT::MatrixInput::~MatrixInput()’: myexcept.h:181:18: warning: ‘throw’ will always call ‘terminate’ [-Wterminate] 181 | #define Throw(E) throw E newmat5.cpp:490:14: note: in expansion of macro ‘Throw’ 490 | if (n!=0) Throw(ProgramException("A list of values was too short")); | ^~~~~ myexcept.h:181:18: note: in C++11 destructors default to ‘noexcept’ 181 | #define Throw(E) throw E newmat5.cpp:490:14: note: in expansion of macro ‘Throw’ 490 | if (n!=0) Throw(ProgramException("A list of values was too short")); | ^~~~~ g++ -O2 -Wall -static -c newmat6.cpp newmat6.cpp: In member function ‘void NEWMAT::CroutMatrix::operator=(const NEWMAT::CroutMatrix&)’: newmat6.cpp:427:13: error: ordered comparison of pointer with integer zero (‘int*’ and ‘int’) 427 | if (indx > 0) { delete [] indx; indx = 0; } | ~~~~~^~~ make[2]: *** [nm_gnu.mak:10: newmat6.o] Error 1 make[2]: Leaving directory '/startdir/src/objcryst/newmat' make[1]: *** [/startdir/src/objcryst/Fox/src/../../ObjCryst/rules.mak:184: /startdir/src/objcryst/Fox/src/../../static-libs/lib/libnewmat.a] Error 2 make[1]: Leaving directory '/startdir/src/objcryst/Fox/src' make: *** [Makefile:19: Fox-nogui] Error 2 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Build failed, check /data/alhp-workspace/chroot/worker-4/build