Your message dated Thu, 11 Aug 2016 18:50:50 +0000
with message-id <[email protected]>
and subject line Bug#831149: fixed in python-escript 4.2.0.1-4
has caused the Debian Bug report #831149,
regarding python-escript: FTBFS with GCC 6: escriptcore/src/Data.cpp:1574:47:
error: no matching function for call to 'C_TensorUnaryOperation(const
escript::Data&, <unresolved overloaded function type>)'
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 [email protected]
immediately.)
--
831149: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831149
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-escript
Version: 4.2.0.1-3
Severity: serious
Tags: stretch sid
User: [email protected]
Usertags: qa-ftbfs-20160713 qa-ftbfs
Justification: FTBFS with GCC 6 on amd64
Hi,
During a rebuild of all packages in sid using the gcc-defaults package
available in experimental to make GCC default to version 6, your package failed
to build on amd64. For more information about GCC 6 and Stretch, see:
- https://wiki.debian.org/GCC6
- https://lists.debian.org/debian-devel-announce/2016/06/msg00007.html
Relevant part (hopefully):
> g++ -o debian/tmp2/posix/escriptcore/Data.os -c -g -O2
> -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3
> -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
> -Wdate-time -D_FORTIFY_SOURCE=2 -DSVN_VERSION=6110 -DHAVE_GETHOSTNAME
> -DHAVE_BYTESWAP_H -DHAVE_NUMPY_H -DUSE_NETCDF -Idebian/stage2/include
> -I/usr/include escriptcore/src/Data.cpp
> escriptcore/src/Data.cpp: In member function 'escript::Data
> escript::Data::erf() const':
> escriptcore/src/Data.cpp:1574:47: error: no matching function for call to
> 'C_TensorUnaryOperation(const escript::Data&, <unresolved overloaded function
> type>)'
> return C_TensorUnaryOperation(*this, ::erf);
> ^
> In file included from escriptcore/src/Data.cpp:20:0:
> escriptcore/src/Data.h:3197:1: note: candidate: template<class UnaryFunction>
> escript::Data escript::C_TensorUnaryOperation(const escript::Data&,
> UnaryFunction)
> C_TensorUnaryOperation(Data const &arg_0,
> ^~~~~~~~~~~~~~~~~~~~~~
> escriptcore/src/Data.h:3197:1: note: template argument
> deduction/substitution failed:
> escriptcore/src/Data.cpp:1574:47: note: couldn't deduce template parameter
> 'UnaryFunction'
> return C_TensorUnaryOperation(*this, ::erf);
> ^
> escriptcore/src/Data.cpp: In member function 'escript::Data
> escript::Data::asinh() const':
> escriptcore/src/Data.cpp:1585:49: error: no matching function for call to
> 'C_TensorUnaryOperation(const escript::Data&, <unresolved overloaded function
> type>)'
> return C_TensorUnaryOperation(*this, ::asinh);
> ^
> In file included from escriptcore/src/Data.cpp:20:0:
> escriptcore/src/Data.h:3197:1: note: candidate: template<class UnaryFunction>
> escript::Data escript::C_TensorUnaryOperation(const escript::Data&,
> UnaryFunction)
> C_TensorUnaryOperation(Data const &arg_0,
> ^~~~~~~~~~~~~~~~~~~~~~
> escriptcore/src/Data.h:3197:1: note: template argument
> deduction/substitution failed:
> escriptcore/src/Data.cpp:1585:49: note: couldn't deduce template parameter
> 'UnaryFunction'
> return C_TensorUnaryOperation(*this, ::asinh);
> ^
> escriptcore/src/Data.cpp: In member function 'escript::Data
> escript::Data::acosh() const':
> escriptcore/src/Data.cpp:1596:49: error: no matching function for call to
> 'C_TensorUnaryOperation(const escript::Data&, <unresolved overloaded function
> type>)'
> return C_TensorUnaryOperation(*this, ::acosh);
> ^
> In file included from escriptcore/src/Data.cpp:20:0:
> escriptcore/src/Data.h:3197:1: note: candidate: template<class UnaryFunction>
> escript::Data escript::C_TensorUnaryOperation(const escript::Data&,
> UnaryFunction)
> C_TensorUnaryOperation(Data const &arg_0,
> ^~~~~~~~~~~~~~~~~~~~~~
> escriptcore/src/Data.h:3197:1: note: template argument
> deduction/substitution failed:
> escriptcore/src/Data.cpp:1596:49: note: couldn't deduce template parameter
> 'UnaryFunction'
> return C_TensorUnaryOperation(*this, ::acosh);
> ^
> escriptcore/src/Data.cpp: In member function 'escript::Data
> escript::Data::atanh() const':
> escriptcore/src/Data.cpp:1607:49: error: no matching function for call to
> 'C_TensorUnaryOperation(const escript::Data&, <unresolved overloaded function
> type>)'
> return C_TensorUnaryOperation(*this, ::atanh);
> ^
> In file included from escriptcore/src/Data.cpp:20:0:
> escriptcore/src/Data.h:3197:1: note: candidate: template<class UnaryFunction>
> escript::Data escript::C_TensorUnaryOperation(const escript::Data&,
> UnaryFunction)
> C_TensorUnaryOperation(Data const &arg_0,
> ^~~~~~~~~~~~~~~~~~~~~~
> escriptcore/src/Data.h:3197:1: note: template argument
> deduction/substitution failed:
> escriptcore/src/Data.cpp:1607:49: note: couldn't deduce template parameter
> 'UnaryFunction'
> return C_TensorUnaryOperation(*this, ::atanh);
> ^
> scons: *** [debian/tmp2/posix/escriptcore/Data.os] Error 1
> scons: building terminated because of errors.
>
> *** Config Summary (see config.log and <prefix>/lib/buildvars for details) ***
> Escript/Finley revision 6110
> Install prefix: /«PKGBUILDDIR»/debian/stage2
> Python: /usr
> boost: /usr (Version 1.58.0)
> numpy: YES (with headers)
> MPI: NO
> ParMETIS: NO
> LAPACK: NO
> CUDA: NO
> openmp: YES
> netcdf: YES
> debug: NO
> boomeramg: NO
> cppunit: NO
> gdal: NO
> mkl: NO
> papi: NO
> pyproj: NO
> scipy: NO
> silo: NO
> sympy: NO
> umfpack: NO
> visit: NO
> gmsh: NO
> gzip: NO
> 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]: *** [override_dh_auto_build] Error 2
The full build log is available from:
http://people.debian.org/~lucas/logs/2016/07/13/python-escript_4.2.0.1-3_unstable_gcc6.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.
--- End Message ---
--- Begin Message ---
Source: python-escript
Source-Version: 4.2.0.1-4
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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Anton Gladky <[email protected]> (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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Thu, 11 Aug 2016 20:05:23 +0200
Source: python-escript
Binary: python-escript python-escript-mpi python3-escript python3-escript-mpi
python-escript-doc
Architecture: source
Version: 4.2.0.1-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<[email protected]>
Changed-By: Anton Gladky <[email protected]>
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: 831149
Changes:
python-escript (4.2.0.1-4) unstable; urgency=medium
.
[ Joel Fenwick ]
* [96dc875] Protect against g++-6 (Closes: #831149)
Checksums-Sha1:
a3d050936f5f3f516bad1457a64d85d028769c15 2643 python-escript_4.2.0.1-4.dsc
d03121688da4f5d0c394aa6a935f4a2c11e77390 10584
python-escript_4.2.0.1-4.debian.tar.xz
Checksums-Sha256:
7062e76805bc45d19cc725c08f5a6722413f783f82fd24b6b136e0763681c33a 2643
python-escript_4.2.0.1-4.dsc
692f474f6519810dcba44e11ccf255a1b599f3e3a42f53a179b7cc84ebdb8965 10584
python-escript_4.2.0.1-4.debian.tar.xz
Files:
e1a1d2a19b6d75ca6314e51a146e7a5a 2643 science extra
python-escript_4.2.0.1-4.dsc
d36510213157c0ebad60f9c056cea585 10584 science extra
python-escript_4.2.0.1-4.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBAgAGBQJXrMRoAAoJENPhc4PPp/8GE5wP/18Uc4bjOOUqbHg4gO70wAA3
QPuQpuvZ22jsLiXlhnpgF8676r4Cyjpbrgk7Nz1opPsG8P6aBs8bxRux0PNv5J4z
xuSQJR3vgJZWZ+bu8zNyEhNhwk5T9fm4dr2R3e+r8TXRVntKlSYKcOtumF4JCI6x
4u1c9QFhjPOdBE8yWNzBsp29dKGnM/54uYw/T1dNm8V/KRf6EOFexW9ACTh9VdTV
cvj148ATFe4ar1H98Il3F89R5BNqUJUpwufFsRnMFztwrws7VY/RfOPCJuX1/2z2
1NYnkCucvLkJZuHGC/iC/MinAbcLE/uHH6k3ZpVdpbDOXe639KX7jatdlhVeWjoi
wKrdyJdbWsKdTbtDZA6Fs6K6x1/1xFN8xroeNmR1LJ+225S73oJYHzQGQs+575oQ
OBHJ+DwibfMrmAQ0kFgpLVgWqdhdlufFnWpst7cyMPPOUEw2zQaCLHraZar9LBIr
cF954IbDnOne0Zai1pt+Zwrbod4JlmTpisDPexp4ztwb8Yw4IEjx7gD3NclMBHVY
pnDcEwW/wLC/4avsTObxCf7HWaOElYWb3qTEVblonUGfuhg2TFWrqwJBfgj6Y0qp
cmS1A9L626FSZluT2xDlt03YVYIgUxWeFjENSK40n87x6CDsOydqRaBhcSw9HiPz
4cTrZJKbhsG/WXScK2q8
=V/nT
-----END PGP SIGNATURE-----
--- End Message ---
--
debian-science-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers