Bug#860604: python-escript: FTBFS: escriptcore/src/BinaryDataReadyOps.cpp:314:40: error: unused variable 'valcount' [-Werror=unused-variable]

Lucas Nussbaum lucas at debian.org
Wed Apr 19 06:12:49 UTC 2017


Source: python-escript
Version: 5.0-2
Severity: serious
Tags: stretch sid
User: debian-qa at lists.debian.org
Usertags: qa-ftbfs-20170418 qa-ftbfs
Justification: FTBFS in stretch on amd64

Hi,

During a rebuild of all packages in stretch (in a stretch chroot, not a
sid chroot), your package failed to build on amd64.

Relevant part (hopefully):
> g++ -o debian/tmp2/posix/paso/src/Options.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include paso/src/Options.cpp
> escriptcore/src/BinaryDataReadyOps.cpp: In instantiation of 'void escript::binaryOpDataReadyHelperEET(escript::DataExpanded&, const escript::DataExpanded&, const escript::DataTagged&, escript::ES_optype) [with ResSCALAR = std::complex<double>; LSCALAR = std::complex<double>; RSCALAR = std::complex<double>]':
> escriptcore/src/BinaryDataReadyOps.cpp:344:118:   required from here
> escriptcore/src/BinaryDataReadyOps.cpp:314:40: error: unused variable 'valcount' [-Werror=unused-variable]
>    DataTypes::RealVectorType::size_type valcount=res.getNumDPPSample()*DataTypes::noValues(res.getShape());
>                                         ^~~~~~~~
> escriptcore/src/BinaryDataReadyOps.cpp: In instantiation of 'void escript::binaryOpDataReadyHelperEET(escript::DataExpanded&, const escript::DataExpanded&, const escript::DataTagged&, escript::ES_optype) [with ResSCALAR = std::complex<double>; LSCALAR = std::complex<double>; RSCALAR = double]':
> escriptcore/src/BinaryDataReadyOps.cpp:348:118:   required from here
> escriptcore/src/BinaryDataReadyOps.cpp:314:40: error: unused variable 'valcount' [-Werror=unused-variable]
> escriptcore/src/BinaryDataReadyOps.cpp: In instantiation of 'void escript::binaryOpDataReadyHelperEET(escript::DataExpanded&, const escript::DataExpanded&, const escript::DataTagged&, escript::ES_optype) [with ResSCALAR = std::complex<double>; LSCALAR = double; RSCALAR = std::complex<double>]':
> escriptcore/src/BinaryDataReadyOps.cpp:355:118:   required from here
> escriptcore/src/BinaryDataReadyOps.cpp:314:40: error: unused variable 'valcount' [-Werror=unused-variable]
> escriptcore/src/BinaryDataReadyOps.cpp: In instantiation of 'void escript::binaryOpDataReadyHelperEET(escript::DataExpanded&, const escript::DataExpanded&, const escript::DataTagged&, escript::ES_optype) [with ResSCALAR = double; LSCALAR = double; RSCALAR = double]':
> escriptcore/src/BinaryDataReadyOps.cpp:359:118:   required from here
> escriptcore/src/BinaryDataReadyOps.cpp:314:40: error: unused variable 'valcount' [-Werror=unused-variable]
> escriptcore/src/BinaryDataReadyOps.cpp: In instantiation of 'void escript::binaryOpDataReadyHelperETE(escript::DataExpanded&, const escript::DataTagged&, const escript::DataExpanded&, escript::ES_optype) [with ResSCALAR = std::complex<double>; LSCALAR = std::complex<double>; RSCALAR = std::complex<double>]':
> escriptcore/src/BinaryDataReadyOps.cpp:402:118:   required from here
> escriptcore/src/BinaryDataReadyOps.cpp:372:40: error: unused variable 'valcount' [-Werror=unused-variable]
>    DataTypes::RealVectorType::size_type valcount=res.getNumDPPSample()*DataTypes::noValues(res.getShape());
>                                         ^~~~~~~~
> escriptcore/src/BinaryDataReadyOps.cpp: In instantiation of 'void escript::binaryOpDataReadyHelperETE(escript::DataExpanded&, const escript::DataTagged&, const escript::DataExpanded&, escript::ES_optype) [with ResSCALAR = std::complex<double>; LSCALAR = std::complex<double>; RSCALAR = double]':
> escriptcore/src/BinaryDataReadyOps.cpp:406:118:   required from here
> escriptcore/src/BinaryDataReadyOps.cpp:372:40: error: unused variable 'valcount' [-Werror=unused-variable]
> escriptcore/src/BinaryDataReadyOps.cpp: In instantiation of 'void escript::binaryOpDataReadyHelperETE(escript::DataExpanded&, const escript::DataTagged&, const escript::DataExpanded&, escript::ES_optype) [with ResSCALAR = std::complex<double>; LSCALAR = double; RSCALAR = std::complex<double>]':
> escriptcore/src/BinaryDataReadyOps.cpp:413:118:   required from here
> escriptcore/src/BinaryDataReadyOps.cpp:372:40: error: unused variable 'valcount' [-Werror=unused-variable]
> escriptcore/src/BinaryDataReadyOps.cpp: In instantiation of 'void escript::binaryOpDataReadyHelperETE(escript::DataExpanded&, const escript::DataTagged&, const escript::DataExpanded&, escript::ES_optype) [with ResSCALAR = double; LSCALAR = double; RSCALAR = double]':
> escriptcore/src/BinaryDataReadyOps.cpp:417:118:   required from here
> escriptcore/src/BinaryDataReadyOps.cpp:372:40: error: unused variable 'valcount' [-Werror=unused-variable]
> g++ -o debian/tmp2/posix/paso/src/PCG.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include paso/src/PCG.cpp
> g++ -o debian/tmp2/posix/paso/src/PasoUtil.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include paso/src/PasoUtil.cpp
> g++ -o debian/tmp2/posix/paso/src/Pattern.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include paso/src/Pattern.cpp
> g++ -o debian/tmp2/posix/paso/src/Pattern_mis.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include paso/src/Pattern_mis.cpp
> g++ -o debian/tmp2/posix/paso/src/Pattern_reduceBandwidth.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include paso/src/Pattern_reduceBandwidth.cpp
> g++ -o debian/tmp2/posix/paso/src/Preconditioner.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include paso/src/Preconditioner.cpp
> g++ -o debian/tmp2/posix/paso/src/ReactiveSolver.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include paso/src/ReactiveSolver.cpp
> g++ -o debian/tmp2/posix/paso/src/SchurComplement.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include paso/src/SchurComplement.cpp
> g++ -o debian/tmp2/posix/paso/src/Smoother.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include paso/src/Smoother.cpp
> g++ -o debian/tmp2/posix/paso/src/Solver.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include paso/src/Solver.cpp
> g++ -o debian/tmp2/posix/paso/src/Solver_Function.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include paso/src/Solver_Function.cpp
> g++ -o debian/tmp2/posix/paso/src/SparseMatrix.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include paso/src/SparseMatrix.cpp
> g++ -o debian/tmp2/posix/paso/src/SparseMatrix_getSubmatrix.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include paso/src/SparseMatrix_getSubmatrix.cpp
> g++ -o debian/tmp2/posix/paso/src/SparseMatrix_nullifyRowsAndCols.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include paso/src/SparseMatrix_nullifyRowsAndCols.cpp
> g++ -o debian/tmp2/posix/paso/src/SparseMatrix_saveHB.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include paso/src/SparseMatrix_saveHB.cpp
> g++ -o debian/tmp2/posix/paso/src/SparseMatrix_MatrixMatrix.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include paso/src/SparseMatrix_MatrixMatrix.cpp
> g++ -o debian/tmp2/posix/paso/src/SparseMatrix_MatrixMatrixTranspose.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include paso/src/SparseMatrix_MatrixMatrixTranspose.cpp
> g++ -o debian/tmp2/posix/paso/src/SparseMatrix_MatrixVector.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include paso/src/SparseMatrix_MatrixVector.cpp
> g++ -o debian/tmp2/posix/paso/src/SystemMatrix.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include paso/src/SystemMatrix.cpp
> g++ -o debian/tmp2/posix/paso/src/SystemMatrix_MatrixVector.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include paso/src/SystemMatrix_MatrixVector.cpp
> g++ -o debian/tmp2/posix/paso/src/SystemMatrix_copyRemoteCoupleBlock.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include paso/src/SystemMatrix_copyRemoteCoupleBlock.cpp
> g++ -o debian/tmp2/posix/paso/src/SystemMatrix_debug.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include paso/src/SystemMatrix_debug.cpp
> g++ -o debian/tmp2/posix/paso/src/SystemMatrix_extendedRows.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include paso/src/SystemMatrix_extendedRows.cpp
> g++ -o debian/tmp2/posix/paso/src/SystemMatrix_loadMM.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include paso/src/SystemMatrix_loadMM.cpp
> g++ -o debian/tmp2/posix/paso/src/SystemMatrix_mergeMainAndCouple.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include paso/src/SystemMatrix_mergeMainAndCouple.cpp
> g++ -o debian/tmp2/posix/paso/src/SystemMatrixPattern.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include paso/src/SystemMatrixPattern.cpp
> g++ -o debian/tmp2/posix/paso/src/SystemMatrixPattern_unrollBlocks.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include paso/src/SystemMatrixPattern_unrollBlocks.cpp
> g++ -o debian/tmp2/posix/paso/src/Transport.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include paso/src/Transport.cpp
> g++ -o debian/tmp2/posix/paso/src/Transport_solve.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include paso/src/Transport_solve.cpp
> g++ -o debian/tmp2/posix/paso/src/BOOMERAMG.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include paso/src/BOOMERAMG.cpp
> g++ -o debian/tmp2/posix/paso/src/ILU.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include paso/src/ILU.cpp
> g++ -o debian/tmp2/posix/paso/src/MINRES.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include paso/src/MINRES.cpp
> g++ -o debian/tmp2/posix/paso/src/RILU.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include paso/src/RILU.cpp
> g++ -o debian/tmp2/posix/paso/src/TFQMR.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include paso/src/TFQMR.cpp
> g++ -o debian/tmp2/posix/paso/src/UMFPACK.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include paso/src/UMFPACK.cpp
> g++ -o debian/tmp2/posix/paso/src/mmio.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include paso/src/mmio.cpp
> g++ -o debian/tmp2/posix/paso/src/performance.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include paso/src/performance.cpp
> g++ -o debian/tmp2/posix/paso/src/solve.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include paso/src/solve.cpp
> Install file: "dudley/src/Assemble.h" as "debian/stage2/include/dudley/Assemble.h"
> Install file: "dudley/src/DomainFactory.h" as "debian/stage2/include/dudley/DomainFactory.h"
> Install file: "dudley/src/Dudley.h" as "debian/stage2/include/dudley/Dudley.h"
> Install file: "dudley/src/DudleyDomain.h" as "debian/stage2/include/dudley/DudleyDomain.h"
> Install file: "dudley/src/DudleyException.h" as "debian/stage2/include/dudley/DudleyException.h"
> Install file: "dudley/src/DudleyVersion.h" as "debian/stage2/include/dudley/DudleyVersion.h"
> Install file: "dudley/src/ElementFile.h" as "debian/stage2/include/dudley/ElementFile.h"
> Install file: "dudley/src/ElementType.h" as "debian/stage2/include/dudley/ElementType.h"
> Install file: "dudley/src/IndexList.h" as "debian/stage2/include/dudley/IndexList.h"
> Install file: "dudley/src/NodeFile.h" as "debian/stage2/include/dudley/NodeFile.h"
> Install file: "dudley/src/NodeMapping.h" as "debian/stage2/include/dudley/NodeMapping.h"
> Install file: "dudley/src/ShapeTable.h" as "debian/stage2/include/dudley/ShapeTable.h"
> Install file: "dudley/src/Util.h" as "debian/stage2/include/dudley/Util.h"
> g++ -o debian/tmp2/posix/dudley/src/Assemble_AverageElementData.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include dudley/src/Assemble_AverageElementData.cpp
> g++ -o debian/tmp2/posix/dudley/src/Assemble_CopyElementData.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include dudley/src/Assemble_CopyElementData.cpp
> g++ -o debian/tmp2/posix/dudley/src/Assemble_CopyNodalData.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include dudley/src/Assemble_CopyNodalData.cpp
> g++ -o debian/tmp2/posix/dudley/src/Assemble_LumpedSystem.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include dudley/src/Assemble_LumpedSystem.cpp
> g++ -o debian/tmp2/posix/dudley/src/Assemble_NodeCoordinates.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include dudley/src/Assemble_NodeCoordinates.cpp
> g++ -o debian/tmp2/posix/dudley/src/Assemble_PDE.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include dudley/src/Assemble_PDE.cpp
> g++ -o debian/tmp2/posix/dudley/src/Assemble_PDE_Points.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include dudley/src/Assemble_PDE_Points.cpp
> g++ -o debian/tmp2/posix/dudley/src/Assemble_PDE_Single_2D.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include dudley/src/Assemble_PDE_Single_2D.cpp
> g++ -o debian/tmp2/posix/dudley/src/Assemble_PDE_Single_3D.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include dudley/src/Assemble_PDE_Single_3D.cpp
> g++ -o debian/tmp2/posix/dudley/src/Assemble_PDE_System_2D.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include dudley/src/Assemble_PDE_System_2D.cpp
> g++ -o debian/tmp2/posix/dudley/src/Assemble_PDE_System_3D.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include dudley/src/Assemble_PDE_System_3D.cpp
> g++ -o debian/tmp2/posix/dudley/src/Assemble_addToSystemMatrix.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include dudley/src/Assemble_addToSystemMatrix.cpp
> g++ -o debian/tmp2/posix/dudley/src/Assemble_getAssembleParameters.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include dudley/src/Assemble_getAssembleParameters.cpp
> g++ -o debian/tmp2/posix/dudley/src/Assemble_getNormal.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include dudley/src/Assemble_getNormal.cpp
> g++ -o debian/tmp2/posix/dudley/src/Assemble_getSize.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include dudley/src/Assemble_getSize.cpp
> g++ -o debian/tmp2/posix/dudley/src/Assemble_integrate.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include dudley/src/Assemble_integrate.cpp
> g++ -o debian/tmp2/posix/dudley/src/Assemble_interpolate.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include dudley/src/Assemble_interpolate.cpp
> cc1plus: all warnings being treated as errors
> g++ -o debian/tmp2/posix/dudley/src/DomainFactory.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include dudley/src/DomainFactory.cpp
> g++ -o debian/tmp2/posix/dudley/src/DudleyDomain.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include dudley/src/DudleyDomain.cpp
> g++ -o debian/tmp2/posix/dudley/src/ElementFile.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include dudley/src/ElementFile.cpp
> g++ -o debian/tmp2/posix/dudley/src/ElementFile_createColoring.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include dudley/src/ElementFile_createColoring.cpp
> g++ -o debian/tmp2/posix/dudley/src/ElementFile_distributeByRankOfDOF.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include dudley/src/ElementFile_distributeByRankOfDOF.cpp
> g++ -o debian/tmp2/posix/dudley/src/ElementFile_jacobians.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include dudley/src/ElementFile_jacobians.cpp
> g++ -o debian/tmp2/posix/dudley/src/IndexList.os -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -std=c++11 -pedantic -Wall -fPIC -Wno-unknown-pragmas -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing -finline-functions -isystem /usr/include/python2.7 -isystem /usr/include/boost -Werror -fPIC -DSVN_VERSION=6403 -DHAVE_GETHOSTNAME -DHAVE_BYTESWAP_H -DESYS_HAVE_NUMPY_H -DESYS_HAVE_NETCDF -DESYS_HAVE_PASO -DESYS_HAVE_DUDLEY -DESYS_HAVE_FINLEY -DESYS_HAVE_RIPLEY -DESYS_HAVE_SPECKLEY -DESYS_HAVE_WEIPA -Idebian/stage2/include -I/usr/include dudley/src/IndexList.cpp
> scons: *** [debian/tmp2/posix/escriptcore/src/BinaryDataReadyOps.os] Error 1
> scons: building terminated because of errors.
> 
> *** Config Summary (see config.log and <prefix>/lib/buildvars for details) ***
> Escript revision 6403
>   Install prefix:  /<<PKGBUILDDIR>>/debian/stage2
>           Python:  /usr/bin/python (Version 2.7.13)
>            boost:  /usr (Version 1.62.0)
>            numpy:  YES (with headers)
>   Solver library:  paso
>    Direct solver:  NONE
>          domains:  dudley, finley, ripley, speckley
>            weipa:  YES
>           openmp:  YES
>           netcdf:  YES
> 
>   DISABLED features: boomeramg cppunit cuda debug gdal gmsh gzip lapack mkl mpi papi parmetis pyproj scipy silo sympy trilinos umfpack visit
>   Treating warnings as errors
> 
> WARNING: Cannot import scipy. NetCDF sources will not be available for inversions.
> WARNING: Cannot import pyproj. Inversions may not work.
> WARNING: Cannot import gdal. Inversions will not honour WKT coordinate system information.
> WARNING: Cannot import sympy. Symbolic toolbox and nonlinear PDEs will not be available.
> WARNING: matplotlib not found, will skip some unit tests
> WARNING: gmsh not available. Skipping tests usersguide/trapezoid.py usersguide/quad.py usersguide/brick.py usersguide/refine.py cookbook/example04a.py cookbook/example04b.py cookbook/example05a.py cookbook/example05b.py cookbook/example05c.py cookbook/example06.py cookbook/example08c.py cookbook/example09m.py cookbook/example09a.py cookbook/example10m.py inversion/dc_forward.py!
> 
> ERROR: build stopped due to errors
> 
> debian/rules:55: recipe for target 'override_dh_auto_build' failed
> make[1]: *** [override_dh_auto_build] Error 2

The full build log is available from:
   http://aws-logs.debian.net/2017/04/18/python-escript_5.0-2_testing.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



More information about the debian-science-maintainers mailing list