Your message dated Mon, 20 Mar 2017 18:48:56 +0000
with message-id <e1cq2ms-0002da...@fasolo.debian.org>
and subject line Bug#811959: fixed in curlpp 0.8.1-1
has caused the Debian Bug report #811959,
regarding curlpp: FTBFS with GCC 6: is deprecated
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.)


-- 
811959: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811959
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: curlpp
Version: 0.7.3-6
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-deprecated-declarations

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
...
> make[4]: Entering directory '/<<PKGBUILDDIR>>/src/curlpp/internal'
> /bin/bash ../../../libtool --silent  --tag=CXX   --mode=compile g++ 
> -DHAVE_CONFIG_H -I. -I../../../include/curlpp -I../../../include/curlpp 
> -I../../../include/curlpp/internal -I../../../include  -Wdate-time 
> -D_FORTIFY_SOURCE=2 -I../  -g  -fstack-protector-strong -Wformat 
> -Werror=format-security -W -Wall -Werror    -I/usr/include -c -o 
> CurlHandle.lo CurlHandle.cpp
> In file included from ../../../include/utilspp/Functors.hpp:27:0,
>                  from ../../../include/curlpp/internal/../Types.hpp:32,
>                  from ../../../include/curlpp/internal/CurlHandle.hpp:31,
>                  from CurlHandle.cpp:25:
> ../../../include/utilspp/functor/Functor.hpp:57:18: error: 'template<class> 
> class std::auto_ptr' is deprecated [-Werror=deprecated-declarations]
>      Functor(std::auto_ptr<Impl> impl)
>                   ^~~~~~~~
> 
> 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.hpp:24,
>                  from ../../../include/curlpp/internal/../Types.hpp:29,
>                  from ../../../include/curlpp/internal/CurlHandle.hpp:31,
>                  from CurlHandle.cpp:25:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
>    template<typename> class auto_ptr;
>                             ^~~~~~~~
> 
> In file included from ../../../include/utilspp/Functors.hpp:27:0,
>                  from ../../../include/curlpp/internal/../Types.hpp:32,
>                  from ../../../include/curlpp/internal/CurlHandle.hpp:31,
>                  from CurlHandle.cpp:25:
> ../../../include/utilspp/functor/Functor.hpp:145:10: error: 'template<class> 
> class std::auto_ptr' is deprecated [-Werror=deprecated-declarations]
>      std::auto_ptr<Impl> mImpl;
>           ^~~~~~~~
> 
> 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.hpp:24,
>                  from ../../../include/curlpp/internal/../Types.hpp:29,
>                  from ../../../include/curlpp/internal/CurlHandle.hpp:31,
>                  from CurlHandle.cpp:25:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
>    template<typename> class auto_ptr;
>                             ^~~~~~~~
> 
> In file included from ../../../include/utilspp/Functors.hpp:27:0,
>                  from ../../../include/curlpp/internal/../Types.hpp:32,
>                  from ../../../include/curlpp/internal/CurlHandle.hpp:31,
>                  from CurlHandle.cpp:25:
> ../../../include/utilspp/functor/Functor.hpp: In member function 
> 'utilspp::Functor<R, TList>& utilspp::Functor<R, TList>::operator=(const 
> utilspp::Functor<R, TList>&)':
> ../../../include/utilspp/functor/Functor.hpp:63:20: error: 'template<class> 
> class std::auto_ptr' is deprecated [-Werror=deprecated-declarations]
>        mImpl = std::auto_ptr<Impl>(functor.mImpl->clone());
>                     ^~~~~~~~
> 
> 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.hpp:24,
>                  from ../../../include/curlpp/internal/../Types.hpp:29,
>                  from ../../../include/curlpp/internal/CurlHandle.hpp:31,
>                  from CurlHandle.cpp:25:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
>    template<typename> class auto_ptr;
>                             ^~~~~~~~
> 
> In file included from ../../../include/utilspp/functor/Functor.hpp:166:0,
>                  from ../../../include/utilspp/Functors.hpp:27,
>                  from ../../../include/curlpp/internal/../Types.hpp:32,
>                  from ../../../include/curlpp/internal/CurlHandle.hpp:31,
>                  from CurlHandle.cpp:25:
> ../../../include/utilspp/functor/Binder.hpp: In function 'utilspp::Functor<R, 
> typename TList::tail> utilspp::BindFirst(const utilspp::Functor<R, TList>&, 
> typename TList::head)':
> ../../../include/utilspp/functor/Binder.hpp:102:26: error: 'template<class> 
> class std::auto_ptr' is deprecated [-Werror=deprecated-declarations]
>      return Outgoing(std::auto_ptr<typename Outgoing::Impl>(new 
> BinderFirst<Incoming>(fun, bound)));
>                           ^~~~~~~~
> 
> 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.hpp:24,
>                  from ../../../include/curlpp/internal/../Types.hpp:29,
>                  from ../../../include/curlpp/internal/CurlHandle.hpp:31,
>                  from CurlHandle.cpp:25:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
>    template<typename> class auto_ptr;
>                             ^~~~~~~~
> 
> In file included from CurlHandle.cpp:25:0:
> ../../../include/curlpp/internal/CurlHandle.hpp: At global scope:
> ../../../include/curlpp/internal/CurlHandle.hpp:58:8: error: 'template<class> 
> class std::auto_ptr' is deprecated [-Werror=deprecated-declarations]
>    std::auto_ptr<CurlHandle> clone() const;
>         ^~~~~~~~
> 
> 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.hpp:24,
>                  from ../../../include/curlpp/internal/../Types.hpp:29,
>                  from ../../../include/curlpp/internal/CurlHandle.hpp:31,
>                  from CurlHandle.cpp:25:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
>    template<typename> class auto_ptr;
>                             ^~~~~~~~
> 
> CurlHandle.cpp:92:6: error: 'template<class> class std::auto_ptr' is 
> deprecated [-Werror=deprecated-declarations]
>  std::auto_ptr<CurlHandle>
>       ^~~~~~~~

--- End Message ---
--- Begin Message ---
Source: curlpp
Source-Version: 0.8.1-1

We believe that the bug you reported is fixed in the latest version of
curlpp, 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.
Ximin Luo <infini...@debian.org> (supplier of updated curlpp 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: SHA512

Format: 1.8
Date: Mon, 20 Mar 2017 19:19:37 +0100
Source: curlpp
Binary: libcurlpp0 libcurlpp-dev
Architecture: source
Version: 0.8.1-1
Distribution: unstable
Urgency: medium
Maintainer: Ximin Luo <infini...@debian.org>
Changed-By: Ximin Luo <infini...@debian.org>
Description:
 libcurlpp-dev - c++ wrapper for libcurl (development files)
 libcurlpp0 - c++ wrapper for libcurl
Closes: 811959
Changes:
 curlpp (0.8.1-1) unstable; urgency=medium
 .
   * New upstream release. (Closes: #811959)
   * Update to latest Standards-Version.
Checksums-Sha1:
 99c6543f4636e0d1eae95d01ce98c3c216c7fafb 1974 curlpp_0.8.1-1.dsc
 90fd10e2b67bfb0678a47cfb9067f50ff27b65f7 143017 curlpp_0.8.1.orig.tar.gz
 d839c58640a1409c882204de0951bb8eff4a3090 3368 curlpp_0.8.1-1.debian.tar.xz
 6f46ed9e350842d41c09e59c1d3c868743b7dc7a 6407 curlpp_0.8.1-1_amd64.buildinfo
Checksums-Sha256:
 493cbd6c834fca33db3ac62a03c57e3c3471810215a1d175d6179ebb457200f6 1974 
curlpp_0.8.1-1.dsc
 97e3819bdcffc3e4047b6ac57ca14e04af85380bd93afe314bee9dd5c7f46a0a 143017 
curlpp_0.8.1.orig.tar.gz
 a8681f8ebc74aa57830ad5e87f7d3f80dbb5bb0775db7c0245f9c3cd962ff242 3368 
curlpp_0.8.1-1.debian.tar.xz
 9a69170cd45b11a75d7ab377b22f97c935d58ff6ff794f15ab54e8cca9f23440 6407 
curlpp_0.8.1-1_amd64.buildinfo
Files:
 907431bcbf1ee0f8e55a649d1494b2a1 1974 libs extra curlpp_0.8.1-1.dsc
 2fdd2fc2e577b7e76193018cac457e9c 143017 libs extra curlpp_0.8.1.orig.tar.gz
 36bca1f22ce6ebf4446800f02b53cdff 3368 libs extra curlpp_0.8.1-1.debian.tar.xz
 39d12b7cf55f3059c47c62f1eab0f6f7 6407 libs extra curlpp_0.8.1-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJJBAEBCgAzFiEENmdIajJtsnZtJVVGhg3vO49lC3kFAljQHn8VHGluZmluaXR5
MEBkZWJpYW4ub3JnAAoJEIYN7zuPZQt5h8kQAJ8fr8pHIFP/Scarw03rKFECFT2n
qscRxAxTAcb+INTYezr+TXZZqEpeBZtQCv2SIqPU73KFByPPyBRL1xIVB365vcXL
EdVjs7gSBHZ/0GY8jqH8em45zsXWmvZNW5pVf26FTlWqksBUaIOlxCv/1kgFxAl3
Lvj9Du75ENP3AV1y0VBOwaXDlZ9oE5hx8+4hWH95Zn3vd1x/Y8gtpoUGVSntNgsv
n+zSVnatOpcz79F6exJL6anEo3/H54QbcQJ+hfGP3HotKUVf5xw+kfMu5phyDbAt
p+oBw5mQWGggIW48kxfWwgWe4qhmY9gHQYL4shRfCk77W4Wqiho1lPuIqNGu+EBE
zztwC2VieDFkdx4gtRtSRp2kkmHBR5i9zlvghj74affvC0gLtPuLrrTRe1gvr7y5
27qVFHLdD2Zfjo16TbLjyl+ccQPPKgGFp0ulhtVc3aj8jBPR1CYLjPPlrb9Ix+ak
rtZk33fs36SSfl0B6zP27lQt3Lj3hHTTWtymjO/lAjFaTpxRsg1eZknFaqQ4dBK/
JeLTApR8vqXYANfu2TyHau5OQZdnaSLvN+MD95ynpibTImK+Sls+PBGu4Du2wKgO
N9Dc732H659DyOPykpfa68gaPfdWXRwNxweWkfVswdqdolOdMYDiW/eFRmW6watJ
OwwssGxXdulnNUYK
=2Z5z
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to