Your message dated Thu, 30 Jun 2016 12:33:56 +0000
with message-id <e1bibak-0005yg...@franck.debian.org>
and subject line Bug#811997: fixed in aria2 1.24.0-1
has caused the Debian Bug report #811997,
regarding aria2: FTBFS with GCC 6: call overloaded is ambiguous
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.)


-- 
811997: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811997
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: aria2
Version: 1.19.0-1
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-overloaded-ambiguous

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
...
>   CXX      Context.lo
> AuthConfig.cc: In static member function 'static 
> std::unique_ptr<aria2::AuthConfig> 
> aria2::AuthConfig::create(std::__cxx11::string, std::__cxx11::string)':
> AuthConfig.cc:66:72: error: call of overloaded 
> 'make_unique(std::remove_reference<std::__cxx11::basic_string<char>&>::type, 
> std::remove_reference<std::__cxx11::basic_string<char>&>::type)' is ambiguous
>      return make_unique<AuthConfig>(std::move(user), std::move(password));
>                                                                         ^
> 
> In file included from AuthConfig.cc:39:0:
> a2functional.h:178:1: note: candidate: typename std::enable_if<(! 
> std::is_array< <template-parameter-1-1> >::value), std::unique_ptr<_Tp> 
> >::type aria2::make_unique(U&& ...) [with T = aria2::AuthConfig; U = 
> {std::__cxx11::basic_string<char, std::char_traits<char>, 
> std::allocator<char> >, std::__cxx11::basic_string<char, 
> std::char_traits<char>, std::allocator<char> >}; typename std::enable_if<(! 
> std::is_array< <template-parameter-1-1> >::value), std::unique_ptr<_Tp> 
> >::type = std::unique_ptr<aria2::AuthConfig>]
>  make_unique(U&&... u)
>  ^~~~~~~~~~~
> 
> In file included from /usr/include/c++/6/memory:81:0,
>                  from AuthConfig.h:42,
>                  from AuthConfig.cc:35:
> /usr/include/c++/6/bits/unique_ptr.h:786:5: note: candidate: typename 
> std::_MakeUniq<_Tp>::__single_object std::make_unique(_Args&& ...) [with _Tp 
> = aria2::AuthConfig; _Args = {std::__cxx11::basic_string<char, 
> std::char_traits<char>, std::allocator<char> >, 
> std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> 
> >}; typename std::_MakeUniq<_Tp>::__single_object = 
> std::unique_ptr<aria2::AuthConfig>]
>      make_unique(_Args&&... __args)
>      ^~~~~~~~~~~
> 
>   CXX      ContextAttribute.lo
>   CXX      Cookie.lo
> Makefile:2299: recipe for target 'AuthConfig.lo' failed
> make[4]: *** [AuthConfig.lo] Error 1
> make[4]: *** Waiting for unfinished jobs....
> AuthConfigFactory.cc: In member function 'std::unique_ptr<aria2::AuthConfig> 
> aria2::AuthConfigFactory::createAuthConfig(const 
> std::shared_ptr<aria2::Request>&, const aria2::Option*)':
> AuthConfigFactory.cc:70:71: error: call of overloaded 'make_unique(const 
> string&, const string&, const string&, uint16_t, const string&, bool)' is 
> ambiguous
>                                                 request->getDir(), true));
>                                                                        ^
> 
> In file included from AuthConfigFactory.h:45:0,
>                  from AuthConfigFactory.cc:35:
> a2functional.h:178:1: note: candidate: typename std::enable_if<(! 
> std::is_array< <template-parameter-1-1> >::value), std::unique_ptr<_Tp> 
> >::type aria2::make_unique(U&& ...) [with T = aria2::BasicCred; U = {const 
> std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> 
> >&, const std::__cxx11::basic_string<char, std::char_traits<char>, 
> std::allocator<char> >&, const std::__cxx11::basic_string<char, 
> std::char_traits<char>, std::allocator<char> >&, short unsigned int, const 
> std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> 
> >&, bool}; typename std::enable_if<(! std::is_array< <template-parameter-1-1> 
> >::value), std::unique_ptr<_Tp> >::type = std::unique_ptr<aria2::BasicCred>]
>  make_unique(U&&... u)
>  ^~~~~~~~~~~
> 
> In file included from /usr/include/c++/6/memory:81:0,
>                  from AuthConfigFactory.h:42,
>                  from AuthConfigFactory.cc:35:
> /usr/include/c++/6/bits/unique_ptr.h:786:5: note: candidate: typename 
> std::_MakeUniq<_Tp>::__single_object std::make_unique(_Args&& ...) [with _Tp 
> = aria2::BasicCred; _Args = {const std::__cxx11::basic_string<char, 
> std::char_traits<char>, std::allocator<char> >&, const 
> std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> 
> >&, const std::__cxx11::basic_string<char, std::char_traits<char>, 
> std::allocator<char> >&, short unsigned int, const 
> std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> 
> >&, bool}; typename std::_MakeUniq<_Tp>::__single_object = 
> std::unique_ptr<aria2::BasicCred>]
>      make_unique(_Args&&... __args)
>      ^~~~~~~~~~~
> 
> AuthConfigFactory.cc: In member function 'bool 
> aria2::AuthConfigFactory::activateBasicCred(const string&, uint16_t, const 
> string&, const aria2::Option*)':
> AuthConfigFactory.cc:185:71: error: call of overloaded 'make_unique(const 
> string&, const string&, const string&, uint16_t&, const string&, bool)' is 
> ambiguous
>                                                  host, port, path, true));
>                                                                        ^
> 
> In file included from AuthConfigFactory.h:45:0,
>                  from AuthConfigFactory.cc:35:
> a2functional.h:178:1: note: candidate: typename std::enable_if<(! 
> std::is_array< <template-parameter-1-1> >::value), std::unique_ptr<_Tp> 
> >::type aria2::make_unique(U&& ...) [with T = aria2::BasicCred; U = {const 
> std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> 
> >&, const std::__cxx11::basic_string<char, std::char_traits<char>, 
> std::allocator<char> >&, const std::__cxx11::basic_string<char, 
> std::char_traits<char>, std::allocator<char> >&, short unsigned int&, const 
> std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> 
> >&, bool}; typename std::enable_if<(! std::is_array< <template-parameter-1-1> 
> >::value), std::unique_ptr<_Tp> >::type = std::unique_ptr<aria2::BasicCred>]
>  make_unique(U&&... u)
>  ^~~~~~~~~~~
> 
> In file included from /usr/include/c++/6/memory:81:0,
>                  from AuthConfigFactory.h:42,
>                  from AuthConfigFactory.cc:35:
> /usr/include/c++/6/bits/unique_ptr.h:786:5: note: candidate: typename 
> std::_MakeUniq<_Tp>::__single_object std::make_unique(_Args&& ...) [with _Tp 
> = aria2::BasicCred; _Args = {const std::__cxx11::basic_string<char, 
> std::char_traits<char>, std::allocator<char> >&, const 
> std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> 
> >&, const std::__cxx11::basic_string<char, std::char_traits<char>, 
> std::allocator<char> >&, short unsigned int&, const 
> std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> 
> >&, bool}; typename std::_MakeUniq<_Tp>::__single_object = 
> std::unique_ptr<aria2::BasicCred>]
>      make_unique(_Args&&... __args)
>      ^~~~~~~~~~~
> 
> AuthConfigFactory.cc: In member function 
> 'std::set<std::unique_ptr<aria2::BasicCred>, 
> aria2::DerefLess<std::unique_ptr<aria2::BasicCred> > >::iterator 
> aria2::AuthConfigFactory::findBasicCred(const string&, uint16_t, const 
> string&)':
> AuthConfigFactory.cc:237:60: error: call of overloaded 'make_unique(const 
> char [1], const char [1], const string&, uint16_t&, const string&)' is 
> ambiguous
>    auto bc = make_unique<BasicCred>("", "", host, port, path);
>                                                             ^
> 
> In file included from AuthConfigFactory.h:45:0,
>                  from AuthConfigFactory.cc:35:
> a2functional.h:178:1: note: candidate: typename std::enable_if<(! 
> std::is_array< <template-parameter-1-1> >::value), std::unique_ptr<_Tp> 
> >::type aria2::make_unique(U&& ...) [with T = aria2::BasicCred; U = {const 
> char (&)[1], const char (&)[1], const std::__cxx11::basic_string<char, 
> std::char_traits<char>, std::allocator<char> >&, short unsigned int&, const 
> std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> 
> >&}; typename std::enable_if<(! std::is_array< <template-parameter-1-1> 
> >::value), std::unique_ptr<_Tp> >::type = std::unique_ptr<aria2::BasicCred>]
>  make_unique(U&&... u)
>  ^~~~~~~~~~~
> 
> In file included from /usr/include/c++/6/memory:81:0,
>                  from AuthConfigFactory.h:42,
>                  from AuthConfigFactory.cc:35:
> /usr/include/c++/6/bits/unique_ptr.h:786:5: note: candidate: typename 
> std::_MakeUniq<_Tp>::__single_object std::make_unique(_Args&& ...) [with _Tp 
> = aria2::BasicCred; _Args = {const char (&)[1], const char (&)[1], const 
> std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> 
> >&, short unsigned int&, const std::__cxx11::basic_string<char, 
> std::char_traits<char>, std::allocator<char> >&}; typename 
> std::_MakeUniq<_Tp>::__single_object = std::unique_ptr<aria2::BasicCred>]
>      make_unique(_Args&&... __args)
>      ^~~~~~~~~~~
> 
> Makefile:2299: recipe for target 'AuthConfigFactory.lo' failed
> make[4]: *** [AuthConfigFactory.lo] Error 1
> ChecksumCheckIntegrityEntry.cc: In member function 'virtual void 
> aria2::ChecksumCheckIntegrityEntry::initValidator()':
> ChecksumCheckIntegrityEntry.cc:66:42: error: call of overloaded 
> 'make_unique(const std::shared_ptr<aria2::DownloadContext>&, const 
> std::shared_ptr<aria2::PieceStorage>&)' is ambiguous
>       getRequestGroup()->getPieceStorage());
>                                           ^
> 
> In file included from ValueBase.h:45:0,
>                  from DownloadContext.h:47,
>                  from ChecksumCheckIntegrityEntry.cc:37:
> a2functional.h:178:1: note: candidate: typename std::enable_if<(! 
> std::is_array< <template-parameter-1-1> >::value), std::unique_ptr<_Tp> 
> >::type aria2::make_unique(U&& ...) [with T = 
> aria2::IteratableChecksumValidator; U = {const 
> std::shared_ptr<aria2::DownloadContext>&, const 
> std::shared_ptr<aria2::PieceStorage>&}; typename std::enable_if<(! 
> std::is_array< <template-parameter-1-1> >::value), std::unique_ptr<_Tp> 
> >::type = std::unique_ptr<aria2::IteratableChecksumValidator, 
> std::default_delete<aria2::IteratableChecksumValidator> >]
>  make_unique(U&&... u)
>  ^~~~~~~~~~~
> 
> In file included from /usr/include/c++/6/memory:81:0,
>                  from RequestGroupEntry.h:40,
>                  from CheckIntegrityEntry.h:38,
>                  from ChecksumCheckIntegrityEntry.h:38,
>                  from ChecksumCheckIntegrityEntry.cc:35:
> /usr/include/c++/6/bits/unique_ptr.h:786:5: note: candidate: typename 
> std::_MakeUniq<_Tp>::__single_object std::make_unique(_Args&& ...) [with _Tp 
> = aria2::IteratableChecksumValidator; _Args = {const 
> std::shared_ptr<aria2::DownloadContext>&, const 
> std::shared_ptr<aria2::PieceStorage>&}; typename 
> std::_MakeUniq<_Tp>::__single_object = 
> std::unique_ptr<aria2::IteratableChecksumValidator, 
> std::default_delete<aria2::IteratableChecksumValidator> >]
>      make_unique(_Args&&... __args)
>      ^~~~~~~~~~~
> 
> ChecksumCheckIntegrityEntry.cc: In member function 'virtual void 
> aria2::ChecksumCheckIntegrityEntry::onDownloadIncomplete(std::vector<std::unique_ptr<aria2::Command>
>  >&, aria2::DownloadEngine*)':
> ChecksumCheckIntegrityEntry.cc:83:63: error: call of overloaded 
> 'make_unique(aria2::RequestGroup*, std::unique_ptr<aria2::Command>)' is 
> ambiguous
>                            (getRequestGroup(), popNextCommand()),
>                                                                ^
> 
> In file included from ValueBase.h:45:0,
>                  from DownloadContext.h:47,
>                  from ChecksumCheckIntegrityEntry.cc:37:
> a2functional.h:178:1: note: candidate: typename std::enable_if<(! 
> std::is_array< <template-parameter-1-1> >::value), std::unique_ptr<_Tp> 
> >::type aria2::make_unique(U&& ...) [with T = 
> aria2::StreamFileAllocationEntry; U = {aria2::RequestGroup*, 
> std::unique_ptr<aria2::Command, std::default_delete<aria2::Command> >}; 
> typename std::enable_if<(! std::is_array< <template-parameter-1-1> >::value), 
> std::unique_ptr<_Tp> >::type = 
> std::unique_ptr<aria2::StreamFileAllocationEntry, 
> std::default_delete<aria2::StreamFileAllocationEntry> >]
>  make_unique(U&&... u)
>  ^~~~~~~~~~~
> 
> In file included from /usr/include/c++/6/memory:81:0,
>                  from RequestGroupEntry.h:40,
>                  from CheckIntegrityEntry.h:38,
>                  from ChecksumCheckIntegrityEntry.h:38,
>                  from ChecksumCheckIntegrityEntry.cc:35:
> /usr/include/c++/6/bits/unique_ptr.h:786:5: note: candidate: typename 
> std::_MakeUniq<_Tp>::__single_object std::make_unique(_Args&& ...) [with _Tp 
> = aria2::StreamFileAllocationEntry; _Args = {aria2::RequestGroup*, 
> std::unique_ptr<aria2::Command, std::default_delete<aria2::Command> >}; 
> typename std::_MakeUniq<_Tp>::__single_object = 
> std::unique_ptr<aria2::StreamFileAllocationEntry, 
> std::default_delete<aria2::StreamFileAllocationEntry> >]
>      make_unique(_Args&&... __args)
>      ^~~~~~~~~~~
> 
> Makefile:2299: recipe for target 'ChecksumCheckIntegrityEntry.lo' failed

--- End Message ---
--- Begin Message ---
Source: aria2
Source-Version: 1.24.0-1

We believe that the bug you reported is fixed in the latest version of
aria2, 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.
Kartik Mistry <kar...@debian.org> (supplier of updated aria2 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: Thu, 30 Jun 2016 16:37:02 +0530
Source: aria2
Binary: aria2
Architecture: source amd64
Version: 1.24.0-1
Distribution: unstable
Urgency: low
Maintainer: Patrick Ruckstuhl <patr...@ch.tario.org>
Changed-By: Kartik Mistry <kar...@debian.org>
Description:
 aria2      - High speed download utility
Closes: 811997
Changes:
 aria2 (1.24.0-1) unstable; urgency=low
 .
   * New upstream release (Closes: #811997)
   * debian/control:
     + Removed XS-Testsuite field.
     + Updated Standards-Version to 3.9.8
     + Fixed Vcs-* URLs
Checksums-Sha1:
 f23760f5deeb7233caaf90c4901bd188ef25f1dd 2056 aria2_1.24.0-1.dsc
 7f782174f6ff83239e4290670480fbe7958014e6 3744118 aria2_1.24.0.orig.tar.gz
 5dbd7ac86d433bd95f7754a3648b02580447ebea 5504 aria2_1.24.0-1.debian.tar.xz
 c0765330e54170e3893e5f1ce94f424790462985 26626330 
aria2-dbgsym_1.24.0-1_amd64.deb
 f8faa084ac55cfab8e5e04b48b1de3ae87a48455 1171604 aria2_1.24.0-1_amd64.deb
Checksums-Sha256:
 120e5335875e46b21c8a740af737d78231c875857bb40e41ca9882b5c92e1fb7 2056 
aria2_1.24.0-1.dsc
 6686ba02373c28282b7ff074f7eb8d59ad0647e8b0d5258b10c4153a17d05c49 3744118 
aria2_1.24.0.orig.tar.gz
 093396e675f3fd7697364c0ff98c259e30a79d6a48eb14f7cad7148d0efa10c7 5504 
aria2_1.24.0-1.debian.tar.xz
 4173ae0c682918b0131f44064f9b6ebce5ef8aa5a66bfb7863a08af858cee1c8 26626330 
aria2-dbgsym_1.24.0-1_amd64.deb
 4ab2df334e404521cd94bf7c7b36ba803a03dd8915a841b2f967fc82eb6b636d 1171604 
aria2_1.24.0-1_amd64.deb
Files:
 8afa634a538b973ed42bb719f4700d48 2056 net optional aria2_1.24.0-1.dsc
 56c10ae766c7344393f7b0d9f5dadc5b 3744118 net optional aria2_1.24.0.orig.tar.gz
 69b84830400d5316576a1ca8bae416cb 5504 net optional aria2_1.24.0-1.debian.tar.xz
 1eab71739f4b4d79064d9349ff63068e 26626330 debug extra 
aria2-dbgsym_1.24.0-1_amd64.deb
 70ff7de12c632d2c27b4e1b72a0c0858 1171604 net optional aria2_1.24.0-1_amd64.deb

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

iQIcBAEBCAAGBQJXdQhcAAoJEALB0/J4OqTey/4P/iA5nd7VonButB4QtnzkK2GS
rhos026+Bg6tbHWjRMEQoRAKk+2Iu/4i+q0ts126zwVwoqPrSmDL4g0lAgIHbUXw
BN2k6MTOW7dmMN3Rv8ZFBY2+p6UFRxbnUUdgt39MCzTSzeiDy3D2/tMNcdnTq6zW
VqVPMe8bUUDvPaG7WhhRN7FJ6B7QZYRjQufY6r6LI5SDzn2Vo7JntaZoZbDkC4MK
WRjztwOnOZ6YHZwp6pQ9PRZFgTDW98lXBYoLgbt4vdXVXhIavA+jEWPcxHo2ryou
cfwD4uYFiuB18llILPKx7Qp/13xPC+SKJS97Ko5+mgXTTyfuMUxKT2aBB661rVSW
Fwz7m3DNZAk2IixU5NDeasWiLAynFY3kdvKtF+9XoIxoqgVlKMEGTdkn4xbjvEXZ
mWykZG8H31Ocr+Gq4V+z0oczLGhx1/+jazADmb5AUQjSJBisIkt4FOAR7S+Z1vC1
RaIV9twaLRcK/EcDw6wpgOQdMjS6Gp+HBTNZ/WuIuQizd9ZOyAiAXIAoxrm40TyN
mYRcVkhiaAhqvsvjce4mr2wgbsfF9CocCvAyKldCRSJdPHUN5JM/0YEvOqBSfI4a
gkjhVngnfvi4AQCTiJFb77POd6p8WiPnff/LNJMY3jjjCZ1f56/xkYtSoYwIvRhx
rmzbxbjuhxKPSv5b9TN5
=frnq
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to