Your message dated Mon, 20 Aug 2018 13:52:01 +0000
with message-id <e1frkbb-0003ya...@fasolo.debian.org>
and subject line Bug#897840: fixed in python-escript 5.1-7
has caused the Debian Bug report #897840,
regarding python-escript: ftbfs with GCC-8
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
897840: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897840
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:python-escript
Version: 5.1-6
Severity: normal
Tags: sid buster
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-8
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-8/g++-8, but succeeds to build with gcc-7/g++-7. The
severity of this report will be raised before the buster release.
The full build log can be found at:
http://aws-logs.debian.net/2018/05/01/gcc8/python-escript_5.1-6_unstable_gcc8.log.gz
The last lines of the build log are at the end of this report.
To build with GCC 8, either set CC=gcc-8 CXX=g++-8 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-8/porting_to.html
[...]
^
escriptcore/src/Data.cpp: In member function 'boost::python::api::object
escript::Data::__rdiv__(const boost::python::api::object&)':
escriptcore/src/Data.cpp:5966:26: error: catching polymorphic type 'class
escript::DataException' by value [-Werror=catch-value=]
catch (DataException e)
^
escriptcore/src/DataAbstract.cpp: In member function 'escript::DataAbstract_ptr
escript::DataAbstract::getPtr()':
escriptcore/src/DataAbstract.cpp:44:30: error: catching polymorphic type 'class
boost::bad_weak_ptr' by value [-Werror=catch-value=]
catch (boost::bad_weak_ptr p)
^
escriptcore/src/DataAbstract.cpp: In member function
'escript::const_DataAbstract_ptr escript::DataAbstract::getPtr() const':
escriptcore/src/DataAbstract.cpp:56:30: error: catching polymorphic type 'class
boost::bad_weak_ptr' by value [-Werror=catch-value=]
catch (boost::bad_weak_ptr p)
^
cc1plus: all warnings being treated as errors
scons: *** [debian/tmp2/posix/escriptcore/src/AbstractSystemMatrix.os] Error 1
cc1plus: all warnings being treated as errors
scons: *** [debian/tmp2/posix/escriptcore/src/DataAbstract.os] Error 1
cc1plus: all warnings being treated as errors
scons: *** [debian/tmp2/posix/escriptcore/src/Data.os] Error 1
scons: building terminated because of errors.
*** Config Summary (see config.log and <prefix>/lib/buildvars for details) ***
Escript revision 6608
Install prefix: /<<PKGBUILDDIR>>/debian/stage2
Python: /usr/bin/python (Version 2.7.15)
boost: /usr (Version 1.62.0)
numpy: YES (with headers)
Solver library: paso
Direct solver: NONE
domains: dudley, finley, ripley, speckley
netcdf: YES (3)
weipa: YES
openmp: 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
make[1]: *** [debian/rules:60: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:30: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit
status 2
--- End Message ---
--- Begin Message ---
Source: python-escript
Source-Version: 5.1-7
We believe that the bug you reported is fixed in the latest version of
python-escript, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 897...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Alastair McKinstry <mckins...@debian.org> (supplier of updated python-escript
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Mon, 20 Aug 2018 08:54:06 +0100
Source: python-escript
Binary: python-escript python-escript-mpi python3-escript python3-escript-mpi
python-escript-doc
Architecture: source amd64 all
Version: 5.1-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Alastair McKinstry <mckins...@debian.org>
Description:
python-escript - Escript/Finley finite elements Python2 system (with OpenMP)
python-escript-doc - Documentation for Escript/Finley
python-escript-mpi - Escript/Finley finite elements Python2 system (OpenMP +
MPI)
python3-escript - Escript/Finley finite elements Python3 system (with OpenMP)
python3-escript-mpi - Escript/Finley finite elements Python3 system (OpenMP +
MPI)
Closes: 897840
Changes:
python-escript (5.1-7) unstable; urgency=medium
.
* Team upload
* exception.patch: fix FTBFS with gcc 8. Closes: #897840
* Standards-Version: 4.2.0
Checksums-Sha1:
51bd334e5f3fa6804d31a244a269dce432fd7be1 2642 python-escript_5.1-7.dsc
55d24bfa7e50ea18daa681056acb0465d80f0f56 13796
python-escript_5.1-7.debian.tar.xz
cb137ee6cb5d01f49df9d719495bec17d7a25c2a 39928904
python-escript-dbgsym_5.1-7_amd64.deb
3a0f825ef1d837dc3393a3bab6d382bb00e6c22e 13741260
python-escript-doc_5.1-7_all.deb
cbb8b8674653ce6ed17089c6d212e4568bc329b5 51620620
python-escript-mpi-dbgsym_5.1-7_amd64.deb
7fae7074842dee879a3ca419f882771ed128bb20 2922696
python-escript-mpi_5.1-7_amd64.deb
7c8231f56dc1a687fcf312eaa657a6197d80bd3c 15476
python-escript_5.1-7_amd64.buildinfo
d3b3df8480f7d5e6a5bcdc1ad7deb42a27c5cb2c 2702828 python-escript_5.1-7_amd64.deb
6882bf8b0f1b2d92f4b3041c9bc6588d4b31ed8f 40212480
python3-escript-dbgsym_5.1-7_amd64.deb
672376a4b2d43cb6f8096345af38b65dfb1701b9 51912040
python3-escript-mpi-dbgsym_5.1-7_amd64.deb
8fba2d146b74aa50a0e06319d963489a625ed4f3 2922304
python3-escript-mpi_5.1-7_amd64.deb
7f4dda9e5db0674c136c72b0680eee85474593c4 2701872
python3-escript_5.1-7_amd64.deb
Checksums-Sha256:
06775dcd00b4f7819ee291176808a2a9441d98a4bc13247008d71f916f7d27b0 2642
python-escript_5.1-7.dsc
55ea8b85ac5e9d5d65bde29044380a1dcd7551fd16323c78a9cf1b3ede16e916 13796
python-escript_5.1-7.debian.tar.xz
8dd4b785d7a735dfb547098418d4ef5f51cb09c4dee3605015fc99787b3454b4 39928904
python-escript-dbgsym_5.1-7_amd64.deb
b951c05c3383fcf2623b9527192922c42ec228c46e4c7df87c37a990519c90e3 13741260
python-escript-doc_5.1-7_all.deb
1430418fc824de7943156399354ba52c93bf3cb3b480e55d4f5a0133abb3f127 51620620
python-escript-mpi-dbgsym_5.1-7_amd64.deb
3263cfcbbe95285449aacd366640e53306fefdc4bfaaec6b54683097ffd8fe23 2922696
python-escript-mpi_5.1-7_amd64.deb
9048ff90471dee5a2fe92eb5e9dd9ef29f5c3b8a65b33b666b319051191b1101 15476
python-escript_5.1-7_amd64.buildinfo
95867927cafb6dcdf6dc25f70af3c033518fc4a0dc485ea552fbb9b45e8ddc73 2702828
python-escript_5.1-7_amd64.deb
13f3fae4f8803946300c464e2f94ab2837d3caa5212b7bafda38c2a3c7e17039 40212480
python3-escript-dbgsym_5.1-7_amd64.deb
bc795e02c6fc096b4b5255822dcb391dc7a96813a266c1388b8d7874d0184904 51912040
python3-escript-mpi-dbgsym_5.1-7_amd64.deb
1df41b93a55bda951ebb3b258bc141536accd27f3ac744e9e9046757b1df24d2 2922304
python3-escript-mpi_5.1-7_amd64.deb
5502332fafddd5ff6f48baa822b3817dd9dad48f8ffe7985cfca305f9b57ea4c 2701872
python3-escript_5.1-7_amd64.deb
Files:
7d1b3e40b29bf9003a05178bf4aa28ee 2642 science optional python-escript_5.1-7.dsc
9dde4d816d6da9f691277447dc875fb2 13796 science optional
python-escript_5.1-7.debian.tar.xz
7f1b66679bb5c3bfbb0c7536e38b27e3 39928904 debug optional
python-escript-dbgsym_5.1-7_amd64.deb
d6a8d504c072b92cbd5d60b8a15dec8f 13741260 doc optional
python-escript-doc_5.1-7_all.deb
fe034178681f662e6407f330aedef3d9 51620620 debug optional
python-escript-mpi-dbgsym_5.1-7_amd64.deb
152cd68ed56c9183c7f1b13e7629e5d0 2922696 python optional
python-escript-mpi_5.1-7_amd64.deb
71c6b22cbaa09332c4665020163964a6 15476 science optional
python-escript_5.1-7_amd64.buildinfo
3cabbf3f2e93604b1dec5a23bc41013e 2702828 python optional
python-escript_5.1-7_amd64.deb
b45535d29ebbdf5332a148b1dc10ad5b 40212480 debug optional
python3-escript-dbgsym_5.1-7_amd64.deb
c67c1f40199eb4f39dea1f1f2bea88a9 51912040 debug optional
python3-escript-mpi-dbgsym_5.1-7_amd64.deb
02d01bee92e052adad58764caa8eb951 2922304 python optional
python3-escript-mpi_5.1-7_amd64.deb
225772168f2c6581f2242992b52fa5a2 2701872 python optional
python3-escript_5.1-7_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAlt6vC4ACgkQy+a7Tl2a
06XtCQ/+K33ZqVU4GDF+aqxqXALlz+6foSrUEh58YmPbs5SK/KzcVmLb1aFrjEQq
Zw+4dsn1o3ASqFhNJqzsatNcAxuy/7fbjE35u/J/1AfXnb4GehNDVKEUP2NQE+3R
Y8hBfFYS3hTzalxt7N+d/kM1qJPC2h1vJeESwLQbjh2okv1BG22UvXZFATVF1Res
fZy+Da4jb6t311puouSRpO0tcbTEoiyOz+w8B0jVSlGQWc0hIDonolvElSVay2J0
lPRZiFrZ66CBOk4yGBeCs9XoCPe3ZJYXWXPROELphkoAiHAmnaI+JpJi4K1GOnEw
I02GVEnWB4JjF/lanPBuSVEsHnfTfEBJZWzOnn1VWyJFSgQ2gS+AnraILj7NR9sr
pMs2AKhk+GCNuCo0R+pVJ2wrxl7/4ekkCBuh9eTD69v+9RDib6xJaZfLUuH63hoE
gIxMi9JZ7jrzjgQpIL4Ov4DExdKb5XV5LAcjVKPz7jsskQC0SevDItt6/UnzHthz
TGLNB4VTEuTT5InGcdBKm4zarof4HCh6oKJ3NLDljqg8PtbmSED7/M8NTjpcVyZ5
moGX6BmBxxRW4XrFQL1h8PDQMKzWuT8dPRbzGmBh5z7NfCzP7HwuF/EJt3vbiB+O
MUQNfHen6X2p0/oKsoWpqpyakzjrRAS5Q2+BC9W4Utwd+wliyDU=
=WjBj
-----END PGP SIGNATURE-----
--- End Message ---