Your message dated Sat, 02 Jul 2016 06:33:57 +0000
with message-id <e1bjev3-0005zo...@franck.debian.org>
and subject line Bug#811680: fixed in regina-normal 4.96-3
has caused the Debian Bug report #811680,
regarding FTBFS with GCC 6: could not convert a from x to y
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.)


-- 
811680: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811680
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: regina-normal
Version: 4.96-2.1
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-cannot-convert

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> [ 42%] Building CXX object 
> python/regina/CMakeFiles/engine.dir/__/dim2/dim2triangulation.cpp.o
> cd /<<PKGBUILDDIR>>/builds/debbuild/python/regina && /usr/bin/c++   
> -Dengine_EXPORTS -I/<<PKGBUILDDIR>>/builds/debbuild/python/regina 
> -I/<<PKGBUILDDIR>>/python/regina -I/usr/include/libxml2 
> -I/usr/include/x86_64-linux-gnu -I/<<PKGBUILDDIR>>/engine 
> -I/<<PKGBUILDDIR>>/builds/debbuild/engine -I/usr/include/python2.7  -O3 
> -DNDEBUG -fPIC   -o CMakeFiles/engine.dir/__/dim2/dim2triangulation.cpp.o -c 
> /<<PKGBUILDDIR>>/python/dim2/dim2triangulation.cpp
> In file included from 
> /<<PKGBUILDDIR>>/engine/algebra/ngrouppresentation.h:53:0,
>                  from /<<PKGBUILDDIR>>/python/dim2/dim2triangulation.cpp:36:
> /<<PKGBUILDDIR>>/engine/utilities/ptrutils.h:101:31: warning: 
> 'template<class> class std::auto_ptr' is deprecated 
> [-Wdeprecated-declarations]
>  inline T* clonePtr(const std::auto_ptr<T>& cloneMe) {
>                                ^~~~~~~~
> 
> In file included from /usr/include/c++/6/memory:81:0,
>                  from /usr/include/boost/function/function_base.hpp:16,
>                  from /usr/include/boost/function/detail/prologue.hpp:17,
>                  from /usr/include/boost/function/function_template.hpp:13,
>                  from /usr/include/boost/function/detail/maybe_include.hpp:13,
>                  from /usr/include/boost/function/function0.hpp:11,
>                  from /usr/include/boost/python/errors.hpp:13,
>                  from /usr/include/boost/python/handle.hpp:11,
>                  from /usr/include/boost/python/args_fwd.hpp:10,
>                  from /usr/include/boost/python/args.hpp:10,
>                  from /usr/include/boost/python.hpp:11,
>                  from /<<PKGBUILDDIR>>/python/dim2/dim2triangulation.cpp:35:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
>    template<typename> class auto_ptr;
>                             ^~~~~~~~
> 
> In file included from /<<PKGBUILDDIR>>/engine/maths/nmatrixint.h:47:0,
>                  from 
> /<<PKGBUILDDIR>>/engine/algebra/nmarkedabeliangroup.h:47,
>                  from /<<PKGBUILDDIR>>/engine/algebra/ngrouppresentation.h:54,
>                  from /<<PKGBUILDDIR>>/python/dim2/dim2triangulation.cpp:36:
> /<<PKGBUILDDIR>>/engine/maths/nmatrix.h:543:14: warning: 'template<class> 
> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
>          std::auto_ptr<NMatrixRing<T> > operator * (const NMatrixRing<T>& 
> other)
>               ^~~~~~~~
> 
> In file included from /usr/include/c++/6/memory:81:0,
>                  from /usr/include/boost/function/function_base.hpp:16,
>                  from /usr/include/boost/function/detail/prologue.hpp:17,
>                  from /usr/include/boost/function/function_template.hpp:13,
>                  from /usr/include/boost/function/detail/maybe_include.hpp:13,
>                  from /usr/include/boost/function/function0.hpp:11,
>                  from /usr/include/boost/python/errors.hpp:13,
>                  from /usr/include/boost/python/handle.hpp:11,
>                  from /usr/include/boost/python/args_fwd.hpp:10,
>                  from /usr/include/boost/python/args.hpp:10,
>                  from /usr/include/boost/python.hpp:11,
>                  from /<<PKGBUILDDIR>>/python/dim2/dim2triangulation.cpp:35:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
>    template<typename> class auto_ptr;
>                             ^~~~~~~~
> 
> In file included from /<<PKGBUILDDIR>>/engine/maths/nmatrixint.h:47:0,
>                  from 
> /<<PKGBUILDDIR>>/engine/algebra/nmarkedabeliangroup.h:47,
>                  from /<<PKGBUILDDIR>>/engine/algebra/ngrouppresentation.h:54,
>                  from /<<PKGBUILDDIR>>/python/dim2/dim2triangulation.cpp:36:
> /<<PKGBUILDDIR>>/engine/maths/nmatrix.h:580:14: warning: 'template<class> 
> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
>          std::auto_ptr<MatrixClass> multiplyAs(const NMatrixRing<T>& other)
>               ^~~~~~~~
....
>                  from /usr/include/boost/python/handle.hpp:11,
>                  from /usr/include/boost/python/args_fwd.hpp:10,
>                  from /usr/include/boost/python/args.hpp:10,
>                  from /usr/include/boost/python.hpp:11,
>                  from /<<PKGBUILDDIR>>/python/dim2/dim2triangulation.cpp:35:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
>    template<typename> class auto_ptr;
>                             ^~~~~~~~
> 
> In file included from /<<PKGBUILDDIR>>/engine/dim2/dim2triangulation.h:48:0,
>                  from /<<PKGBUILDDIR>>/python/dim2/dim2triangulation.cpp:38:
> /<<PKGBUILDDIR>>/engine/packet/npacket.h:171:14: warning: 'template<class> 
> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
>          std::auto_ptr<std::set<NPacketListener*> > listeners;
>               ^~~~~~~~
> 
> In file included from /usr/include/c++/6/memory:81:0,
>                  from /usr/include/boost/function/function_base.hpp:16,
>                  from /usr/include/boost/function/detail/prologue.hpp:17,
>                  from /usr/include/boost/function/function_template.hpp:13,
>                  from /usr/include/boost/function/detail/maybe_include.hpp:13,
>                  from /usr/include/boost/function/function0.hpp:11,
>                  from /usr/include/boost/python/errors.hpp:13,
>                  from /usr/include/boost/python/handle.hpp:11,
>                  from /usr/include/boost/python/args_fwd.hpp:10,
>                  from /usr/include/boost/python/args.hpp:10,
>                  from /usr/include/boost/python.hpp:11,
>                  from /<<PKGBUILDDIR>>/python/dim2/dim2triangulation.cpp:35:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
>    template<typename> class auto_ptr;
>                             ^~~~~~~~
> 
> /<<PKGBUILDDIR>>/python/dim2/dim2triangulation.cpp: In function 
> 'boost::python::tuple {anonymous}::isoSig_relabelling(const 
> regina::Dim2Triangulation&)':
> /<<PKGBUILDDIR>>/python/dim2/dim2triangulation.cpp:112:26: error: could not 
> convert 'std::make_tuple(_Elements&& ...) [with _Elements = 
> {std::__cxx11::basic_string<char, std::char_traits<char>, 
> std::allocator<char> >&, 
> boost::python::api::object}](boost::python::api::object(boost::python::handle<>(boost::python::manage_new_object::apply<regina::Dim2Isomorphism*>::type().boost::python::to_python_indirect<T,
>  MakeHolder>::operator()<regina::Dim2Isomorphism*>(iso))))' from 
> 'std::tuple<std::__cxx11::basic_string<char, std::char_traits<char>, 
> std::allocator<char> >, boost::python::api::object>' to 'boost::python::tuple'
>          return make_tuple(


-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise

--- End Message ---
--- Begin Message ---
Source: regina-normal
Source-Version: 4.96-3

We believe that the bug you reported is fixed in the latest version of
regina-normal, 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 811...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ben Burton <b...@debian.org> (supplier of updated regina-normal 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: SHA1

Format: 1.8
Date: Sat, 02 Jul 2016 09:38:33 +1000
Source: regina-normal
Binary: regina-normal regina-normal-dev regina-normal-mpi regina-normal-doc
Architecture: source amd64 all
Version: 4.96-3
Distribution: unstable
Urgency: low
Maintainer: Ben Burton <b...@debian.org>
Changed-By: Ben Burton <b...@debian.org>
Description:
 regina-normal - software for 3-manifold topology and normal surfaces
 regina-normal-dev - development files for Regina, the 3-manifold topology 
software
 regina-normal-doc - documentation for Regina, the 3-manifold topology software
 regina-normal-mpi - MPI utilities for Regina, the 3-manifold topology software
Closes: 811680
Changes:
 regina-normal (4.96-3) unstable; urgency=low
 .
   * Fix FTBFS with gcc-6 due to ambiguity in resolving std::make_tuple vs
     boost::python::make_tuple (closes: #811680).
   * Altered previous NMU patch to be consistent with how this was fixed
     upstream (thanks Anton for the NMU).
Checksums-Sha1:
 a6a44e83904ddac47c0efae31059777c8e84d26a 2231 regina-normal_4.96-3.dsc
 8c590e18254d4128bf5a885d61b06356be3e958a 13185 regina-normal_4.96-3.diff.gz
 f3091f95aaf6fd68da69249a4b8d24abd5b90d4c 477406 
regina-normal-dbgsym_4.96-3_amd64.deb
 3f815cab8b73cda856a161dc3cf819999dd79608 490678 
regina-normal-dev_4.96-3_amd64.deb
 34826ade8bc3066ce3c5da4472b70a0291270e2f 12089606 
regina-normal-doc_4.96-3_all.deb
 17026da2777752bd00715596aec33677f5eb8f7e 13434 
regina-normal-mpi-dbgsym_4.96-3_amd64.deb
 493c2be818b1793c1b03fd95d4213dc767cd72bb 124684 
regina-normal-mpi_4.96-3_amd64.deb
 3accb79518ae5e5ce797c4ba3245a7731494040c 8346450 regina-normal_4.96-3_amd64.deb
Checksums-Sha256:
 9321dd9e676b6c2e1716ec8c692e20cab83b22b02934c32f3d3076c2cee69110 2231 
regina-normal_4.96-3.dsc
 dde883402efb3dde6a5faead7852b9585707c0340a3387cd8d9c5bdc0a026cb4 13185 
regina-normal_4.96-3.diff.gz
 682d7d34b50fc068608c971663b1f4e8116c8d0a4ddfae12b8db2cc1b2c31747 477406 
regina-normal-dbgsym_4.96-3_amd64.deb
 96ce13a7cdfb051f9fe87acf1c94a177b095a33d595d6686265ea5af48ddb41d 490678 
regina-normal-dev_4.96-3_amd64.deb
 f7e54b4b409026ddad7f6b064f15c369b02977f7affb839cf3e18cda17c0292a 12089606 
regina-normal-doc_4.96-3_all.deb
 199b47f7e2d5c36418e1fb162e07ac46f9e7d7a0e4ab4d70f16bd939a36c37ba 13434 
regina-normal-mpi-dbgsym_4.96-3_amd64.deb
 c089fa5c34e2f33a3a24cfa6eee88eabc32732e589c7962637b24fae273e7d59 124684 
regina-normal-mpi_4.96-3_amd64.deb
 22ee05d071e1f3a21e28a90e503557a4627b2ac600de5e0075a741df1f4466b9 8346450 
regina-normal_4.96-3_amd64.deb
Files:
 3fefcdbc70ec58a8492852297a5dffaf 2231 math extra regina-normal_4.96-3.dsc
 0f2a03669fda4f04d9aa152a82047aff 13185 math extra regina-normal_4.96-3.diff.gz
 ff4633063ee5d9c95f4d5bf16036eac4 477406 debug extra 
regina-normal-dbgsym_4.96-3_amd64.deb
 5e9cfe483b4b3a2f65ae39aa73a8fd99 490678 libdevel extra 
regina-normal-dev_4.96-3_amd64.deb
 4a1206fb974e4f796905dd8eb71d48cc 12089606 doc extra 
regina-normal-doc_4.96-3_all.deb
 1e82ac47cc98bcdcf6ca7dd0ed7506f7 13434 debug extra 
regina-normal-mpi-dbgsym_4.96-3_amd64.deb
 aaf97729b5d4a637c6659e87a2e6993a 124684 math extra 
regina-normal-mpi_4.96-3_amd64.deb
 c7546e35e3b5cc23298341995ce4a89b 8346450 math extra 
regina-normal_4.96-3_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJXdzzkAAoJEHCmvt9ULTjZJ9kP/1ZTVIvAr2j7dQtom2FFP/JT
XWZrk6GOFwKw19qDj/TE5MrQQb0bG7RXo3bq8qNAmFn88ggQJHnU3cVhQPQk6Rko
IgnnA/7ILqr6nQzla10vLmXYtyMZwBsueMu9i9w9iR2L6K/drP0N6gPNTVGCskNN
AdGDSzbC+Pb+TzP8wKy2Ehh6PIJ9UobJ/IXkwF4vsAy6chTiHVGePZetPa6UO3q7
jiEIcVeUvQoJFjwx5OEJCx6AP7Ko09pKaYmTAUzBnM+6wFJPpJjyir2/uGiGov2D
EaBktW7PB5JBkfm8/cGLSw7GlxRocdvlEirPFTRESn9jj1ZJpgw2jbM8jToKR2gc
4uTCDsEqwBJHbXsv/HrR9JZmDkOEqTZsUf3EbLj+WDw193IMeknBsYytRifuiKPq
JhOSSyDlY9Bzq9DWk7VOI64w8ceDKov0NrpiawVu+QpSRT652O5fLFKBt7ArYLB4
GTiBKnO08AhS/d26CrmaBybMD34v2SasxSb6MMGG3k8uZAaNjpntgO66JiiQCJZQ
BjmMelOykSOpajGMrgmMUFTbOyjyjTWZ5lfwD2vdOFvlOiBvpYk0DXhWZpbKNW7C
zSpV/SSz48mzL/X6mtninPbCb7z4tJeh8dRT9ctqjaob41cqYqT6b+Nu+R4IeBDM
47ZmeAdw+ScA9j5imD1P
=GKYO
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to