Your message dated Thu, 28 Jan 2016 19:19:18 +0000
with message-id <[email protected]>
and subject line Bug#811869: fixed in enblend-enfuse 4.1.4+dfsg-5
has caused the Debian Bug report #811869,
regarding enblend-enfuse: FTBFS with GCC 6: no matching function for call to
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.)


-- 
811869: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811869
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: enblend-enfuse
Version: 4.1.4+dfsg-4
Severity: important
User: [email protected]
Usertags: ftbfs-gcc-6 gcc-6-no-match

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.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> In file included from ../../src/assemble.h:43:0,
>                  from ../../src/enblend.h:43,
>                  from ../../src/enblend.cc:181:
> ../../include/vigra_ext/impexalpha.hxx: In instantiation of 'void 
> vigra_ext::detail::importImageAlpha(const vigra::ImageImportInfo&, 
> ImageIterator, ImageAccessor, AlphaIterator, AlphaAccessor, 
> vigra::VigraFalseType) [with ImageIterator = 
> vigra::BasicImageIterator<vigra::RGBValue<unsigned char>, 
> vigra::RGBValue<unsigned char>**>; ImageAccessor = 
> vigra::RGBAccessor<vigra::RGBValue<unsigned char> >; AlphaIterator = 
> vigra::BasicImageIterator<unsigned char, unsigned char**>; AlphaAccessor = 
> vigra_ext::WriteFunctorAccessor<vigra::Threshold<unsigned char, unsigned 
> char>, vigra::StandardValueAccessor<unsigned char> >]':
> ../../include/vigra_ext/impexalpha.hxx:310:33:   required from 'void 
> vigra_ext::importImageAlpha(const vigra::ImageImportInfo&, ImageIterator, 
> ImageAccessor, AlphaIterator, AlphaAccessor) [with ImageIterator = 
> vigra::BasicImageIterator<vigra::RGBValue<unsigned char>, 
> vigra::RGBValue<unsigned char>**>; ImageAccessor = 
> vigra::RGBAccessor<vigra::RGBValue<unsigned char> >; AlphaIterator = 
> vigra::BasicImageIterator<unsigned char, unsigned char**>; AlphaAccessor = 
> vigra_ext::WriteFunctorAccessor<vigra::Threshold<unsigned char, unsigned 
> char>, vigra::StandardValueAccessor<unsigned char> >]'
> ../../include/vigra_ext/impexalpha.hxx:324:25:   required from 'void 
> vigra_ext::importImageAlpha(const vigra::ImageImportInfo&, const 
> std::pair<_T1, _T2>&, const std::pair<MaskImageIterator, MaskAccessor>&) 
> [with ImageIterator = vigra::BasicImageIterator<vigra::RGBValue<unsigned 
> char>, vigra::RGBValue<unsigned char>**>; ImageAccessor = 
> vigra::RGBAccessor<vigra::RGBValue<unsigned char> >; AlphaIterator = 
> vigra::BasicImageIterator<unsigned char, unsigned char**>; AlphaAccessor = 
> vigra_ext::WriteFunctorAccessor<vigra::Threshold<unsigned char, unsigned 
> char>, vigra::StandardValueAccessor<unsigned char> >]'
> ../../src/assemble.h:211:36:   required from 'void enblend::import(const 
> vigra::ImageImportInfo&, const std::pair<_T1, _T2>&, const 
> std::pair<MaskImageIterator, MaskAccessor>&) [with DestIterator = 
> vigra::BasicImageIterator<vigra::RGBValue<unsigned char>, 
> vigra::RGBValue<unsigned char>**>; DestAccessor = 
> vigra::RGBAccessor<vigra::RGBValue<unsigned char> >; AlphaIterator = 
> vigra::BasicImageIterator<unsigned char, unsigned char**>; AlphaAccessor = 
> vigra::StandardValueAccessor<unsigned char>]'
> ../../src/assemble.h:280:11:   required from 'std::pair<ImageType*, 
> AlphaType*> enblend::assemble(std::__cxx11::list<vigra::ImageImportInfo*>&, 
> vigra::Rect2D&, vigra::Rect2D&) [with ImageType = 
> vigra::BasicImage<vigra::RGBValue<unsigned char> >; AlphaType = 
> vigra::BasicImage<unsigned char>]'
> ../../src/enblend.h:84:39:   required from 'void enblend::enblendMain(const 
> FileNameList&, const std::__cxx11::list<vigra::ImageImportInfo*>&, 
> vigra::ImageExportInfo&, vigra::Rect2D&) [with ImagePixelType = 
> vigra::RGBValue<unsigned char>; enblend::FileNameList = 
> std::__cxx11::list<std::__cxx11::basic_string<char> >]'
> ../../src/enblend.cc:2374:160:   required from here
> ../../include/vigra_ext/impexalpha.hxx:252:78: error: no matching function 
> for call to 
> 'std::auto_ptr<vigra::Decoder>::auto_ptr(std::unique_ptr<vigra::Decoder>)'
>              std::auto_ptr<vigra::Decoder> 
> decoder(vigra::decoder(import_info));
>                                                                               
> ^
> 
> In file included from /usr/include/c++/6/memory:85:0,
>                  from /usr/include/vigra/imageinfo.hxx:51,
>                  from ../../src/layer_selection/layer_selection.h:28,
>                  from ../../src/enblend.cc:76:
> /usr/include/c++/6/backward/auto_ptr.h:260:7: note: candidate: std::auto_ptr< 
> <template-parameter-1-1> >::auto_ptr(std::auto_ptr_ref<_Tp>) [with _Tp = 
> vigra::Decoder]
>        auto_ptr(auto_ptr_ref<element_type> __ref) throw()
>        ^~~~~~~~
> 
> /usr/include/c++/6/backward/auto_ptr.h:260:7: note:   no known conversion for 
> argument 1 from 'std::unique_ptr<vigra::Decoder>' to 
> 'std::auto_ptr_ref<vigra::Decoder>'
> /usr/include/c++/6/backward/auto_ptr.h:125:9: note: candidate: template<class 
> _Tp1> std::auto_ptr< <template-parameter-1-1> >::auto_ptr(std::auto_ptr<_Up>&)
>          auto_ptr(auto_ptr<_Tp1>& __a) throw() : _M_ptr(__a.release()) { }
>          ^~~~~~~~
> 
> /usr/include/c++/6/backward/auto_ptr.h:125:9: note:   template argument 
> deduction/substitution failed:
> In file included from ../../src/assemble.h:43:0,
>                  from ../../src/enblend.h:43,
>                  from ../../src/enblend.cc:181:
> ../../include/vigra_ext/impexalpha.hxx:252:78: note:   
> 'std::unique_ptr<vigra::Decoder>' is not derived from 'std::auto_ptr<_Up>'
>              std::auto_ptr<vigra::Decoder> 
> decoder(vigra::decoder(import_info));
>                                                                               
> ^

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

--- End Message ---
--- Begin Message ---
Source: enblend-enfuse
Source-Version: 4.1.4+dfsg-5

We believe that the bug you reported is fixed in the latest version of
enblend-enfuse, 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.
Andreas Metzler <[email protected]> (supplier of updated enblend-enfuse 
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: SHA512

Format: 1.8
Date: Thu, 28 Jan 2016 19:34:42 +0100
Source: enblend-enfuse
Binary: enblend enfuse
Architecture: source
Version: 4.1.4+dfsg-5
Distribution: unstable
Urgency: medium
Maintainer: Debian PhotoTools Maintainers 
<[email protected]>
Changed-By: Andreas Metzler <[email protected]>
Closes: 811869
Description: 
 enblend    - image blending tool
 enfuse     - image exposure blending tool
Changes:
 enblend-enfuse (4.1.4+dfsg-5) unstable; urgency=medium
 .
   * Move Vcs-* from git/http to https.
   * Pull
     
31_467a73754dbb_Fix_issue__1537368__Unconditional_usage_of_std__auto_ptr__.diff
     from upstream HG (4.1.5 branch), which should allow building with g++6.
     Untested though, since boost and g++6 are not co-installable currently.
     Closes: #811869
Checksums-Sha1: 
 e122b2283fda2f2fb90cb59c12e23830ec76f1c1 2495 enblend-enfuse_4.1.4+dfsg-5.dsc
 d08fadb9fb92889f2dab393d861217d8108981df 13896 
enblend-enfuse_4.1.4+dfsg-5.debian.tar.xz
Checksums-Sha256: 
 d9dfad9b02fb9a3d7a18e79eb64c5eb1ac30b47517aae61730dfecd2e820a674 2495 
enblend-enfuse_4.1.4+dfsg-5.dsc
 51abef2d0f4dc31e4f6a3e724f782d0d55f0040f26ecb96ec139a637cbaaa898 13896 
enblend-enfuse_4.1.4+dfsg-5.debian.tar.xz
Files: 
 a6a07c82059d73eeae00fbd82a7c6c8c 2495 graphics optional 
enblend-enfuse_4.1.4+dfsg-5.dsc
 1d65a5656a1501eb0b91a26b6719a67d 13896 graphics optional 
enblend-enfuse_4.1.4+dfsg-5.debian.tar.xz

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

iQIcBAEBCgAGBQJWqmVXAAoJEKVPAYVDghSECa8P/12XX69DMmzcYTxqd3ur0hBk
ZYo4SXd8yz6drXsZ2bVpg4kP4JUcuXC9BVspN54jJaxiayFWfv3Cb0OoacQbeVLC
PY2kiXxCjL2RTvl6qSqGhxnjjMAUrHoUfEWXvdU9f1ysy1raoobPCUHdaIJn3N2Z
0qyu4dAtO/WwKDZyrw7PeF9f5cfxWUFhtL+hdIz5ZZU76p2EP3paiNW/HUvmwaR8
JaJVvRoZodNP/XIxcCVqWiDC9yVC5svoiAuJOcTMCQt9jSCaitq9DLGvlz1q9ssj
UHjBQdo3I8xXFdFiTFC80GJIu7oJhSinUmvvpLZ9BMLN/ii9v+TRZyxtrJ0UqOSo
tzO8doY+/7tbERH4dyfvngOCZmtfRHzwOHVqxwOJcOUTtvoVTq68P9EMK9pAUlJL
F02BiiGByvWhHy9VRs5eoruXzgcZTub79nUBsQlsA1Cpi2hFDjBwYFWNyjpxn3CW
pPyGknRc18FbgZnjteugfi6nkl6APolfPKfuYmLk9ilGyQioOckRZ8qiLTV2kAX8
ERUeUDfyKVWA+GPv0qCkaFEqYUIQ+ANK4QDDFq/HZyuKpleD4ser5oIbu+OGj0jh
+1dKl14MHiT1QqG9JdFR2ObIil1iIjmTwZvW/dmoV0qhDyYhPm81GljgeGdYpYaG
KEqltUtlP3TXA4O7BS+X
=n3Wq
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to