Your message dated Thu, 01 Dec 2016 06:03:44 +0000
with message-id <e1cckta-000erx...@fasolo.debian.org>
and subject line Bug#811849: fixed in pion 5.0.7+dfsg-1
has caused the Debian Bug report #811849,
regarding pion: FTBFS with GCC 6: no match for
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.)


-- 
811849: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811849
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: pion
Version: 5.0.6+dfsg-1
Severity: important
User: debian-...@lists.debian.org
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
...
>   CXX      tcp_server.lo
> In file included from /usr/include/boost/bind.hpp:22:0,
>                  from tcp_server.cpp:11:
> /usr/include/boost/bind/bind.hpp: In instantiation of 'void 
> boost::_bi::list2<A1, A2>::operator()(boost::_bi::type<void>, F&, A&, int) 
> [with F = boost::_mfi::mf1<void, pion::tcp::server, 
> boost::shared_ptr<pion::tcp::connection>&>; A = boost::_bi::list1<const 
> boost::shared_ptr<pion::tcp::connection>&>; A1 = 
> boost::_bi::value<pion::tcp::server*>; A2 = boost::arg<1>]':
> /usr/include/boost/bind/bind.hpp:905:50:   required from 
> 'boost::_bi::bind_t<R, F, L>::result_type boost::_bi::bind_t<R, F, 
> L>::operator()(A1&&) [with A1 = boost::shared_ptr<pion::tcp::connection>; R = 
> void; F = boost::_mfi::mf1<void, pion::tcp::server, 
> boost::shared_ptr<pion::tcp::connection>&>; L = 
> boost::_bi::list2<boost::_bi::value<pion::tcp::server*>, boost::arg<1> >; 
> boost::_bi::bind_t<R, F, L>::result_type = void]'
> /usr/include/boost/function/function_template.hpp:159:11:   required from 
> 'static void boost::detail::function::void_function_obj_invoker1<FunctionObj, 
> R, T0>::invoke(boost::detail::function::function_buffer&, T0) [with 
> FunctionObj = boost::_bi::bind_t<void, boost::_mfi::mf1<void, 
> pion::tcp::server, boost::shared_ptr<pion::tcp::connection>&>, 
> boost::_bi::list2<boost::_bi::value<pion::tcp::server*>, boost::arg<1> > >; R 
> = void; T0 = boost::shared_ptr<pion::tcp::connection>]'
> /usr/include/boost/function/function_template.hpp:940:38:   required from 
> 'void boost::function1<R, T1>::assign_to(Functor) [with Functor = 
> boost::_bi::bind_t<void, boost::_mfi::mf1<void, pion::tcp::server, 
> boost::shared_ptr<pion::tcp::connection>&>, 
> boost::_bi::list2<boost::_bi::value<pion::tcp::server*>, boost::arg<1> > >; R 
> = void; T0 = boost::shared_ptr<pion::tcp::connection>]'
> /usr/include/boost/function/function_template.hpp:728:7:   required from 
> 'boost::function1<R, T1>::function1(Functor, typename 
> boost::enable_if_c<(boost::type_traits::ice_not<(boost::is_integral<Functor>::value)>::value),
>  int>::type) [with Functor = boost::_bi::bind_t<void, boost::_mfi::mf1<void, 
> pion::tcp::server, boost::shared_ptr<pion::tcp::connection>&>, 
> boost::_bi::list2<boost::_bi::value<pion::tcp::server*>, boost::arg<1> > >; R 
> = void; T0 = boost::shared_ptr<pion::tcp::connection>; typename 
> boost::enable_if_c<(boost::type_traits::ice_not<(boost::is_integral<Functor>::value)>::value),
>  int>::type = int]'
> tcp_server.cpp:183:84:   required from here
> /usr/include/boost/bind/bind.hpp:313:35: error: no match for call to 
> '(boost::_mfi::mf1<void, pion::tcp::server, 
> boost::shared_ptr<pion::tcp::connection>&>) (pion::tcp::server*&, const 
> boost::shared_ptr<pion::tcp::connection>&)'
>          unwrapper<F>::unwrap(f, 0)(a[base_type::a1_], a[base_type::a2_]);
>          ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 
> In file included from /usr/include/boost/bind/mem_fn.hpp:215:0,
>                  from /usr/include/boost/mem_fn.hpp:22,
>                  from /usr/include/boost/bind/bind.hpp:26,
>                  from /usr/include/boost/bind.hpp:22,
>                  from tcp_server.cpp:11:
> /usr/include/boost/bind/mem_fn_template.hpp:163:7: note: candidate: R 
> boost::_mfi::mf1<R, T, A1>::operator()(T*, A1) const [with R = void; T = 
> pion::tcp::server; A1 = boost::shared_ptr<pion::tcp::connection>&] <near 
> match>
>      R operator()(T * p, A1 a1) const
>        ^~~~~~~~
> 
> /usr/include/boost/bind/mem_fn_template.hpp:163:7: note:   conversion of 
> argument 2 would be ill-formed:
> In file included from /usr/include/boost/bind.hpp:22:0,
>                  from tcp_server.cpp:11:
> /usr/include/boost/bind/bind.hpp:313:35: error: binding 'const 
> boost::shared_ptr<pion::tcp::connection>' to reference of type 
> 'boost::shared_ptr<pion::tcp::connection>&' discards qualifiers
>          unwrapper<F>::unwrap(f, 0)(a[base_type::a1_], a[base_type::a2_]);
>          ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 

--- End Message ---
--- Begin Message ---
Source: pion
Source-Version: 5.0.7+dfsg-1

We believe that the bug you reported is fixed in the latest version of
pion, 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.
Roberto C. Sanchez <robe...@connexer.com> (supplier of updated pion 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: Thu, 01 Dec 2016 00:29:06 -0500
Source: pion
Binary: libpion-dev libpion-plugins libpion-5.0 libpion-doc
Architecture: source amd64 all
Version: 5.0.7+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Athena Capital Research <acr-deb...@athenacr.com>
Changed-By: Roberto C. Sanchez <robe...@connexer.com>
Description:
 libpion-5.0 - lightweight HTTP interface library - runtime files
 libpion-dev - lightweight HTTP interface library - development files
 libpion-doc - lightweight HTTP interface library - documentation
 libpion-plugins - lightweight HTTP interface library - plugins
Closes: 811849 825099 828504
Changes:
 pion (5.0.7+dfsg-1) unstable; urgency=medium
 .
   * New upstream release (Closes: #825099, #828504)
   * Update to Standards-Version 3.9.8 (no changes)
   * Fix FTBFS with gcc6, thanks to Graham Inggs for the patch
     (Closes: #811849)
   * Update to debhelper compatibility level 9 (rework debian/rules)
   * Switch to generated -dbg package
Checksums-Sha1:
 a1b70f648f5d479326e901d66c3ffd9242baacb6 2455 pion_5.0.7+dfsg-1.dsc
 e5c2fa6cc95a619d9fbd9230172594bfdbccdd77 381240 pion_5.0.7+dfsg.orig.tar.gz
 cc6f33dd06f16d8cba625e8bd5e5a0cc9a6a8047 13696 pion_5.0.7+dfsg-1.debian.tar.xz
 c55921f5ec193351bbba13ab72aaea790f4eecd0 4839022 
libpion-5.0-dbgsym_5.0.7+dfsg-1_amd64.deb
 5c9f2c835a64a21133b564dc018ed9807d63cbec 254778 
libpion-5.0_5.0.7+dfsg-1_amd64.deb
 f491de96fcad4ef3a637336939cc887ea3df3740 890504 
libpion-dev-dbgsym_5.0.7+dfsg-1_amd64.deb
 3782eab406bd8a86ae2eb99c2a03feee08d294c8 124326 
libpion-dev_5.0.7+dfsg-1_amd64.deb
 23f68cd1783b8f3b13d5eba59e9fb381edc818cf 342056 
libpion-doc_5.0.7+dfsg-1_all.deb
 4f22c09c7608bc95f782e3e0f465bb1029711610 3699266 
libpion-plugins-dbgsym_5.0.7+dfsg-1_amd64.deb
 5548df7871a6fa9dd49e4835b8e894e1f72fc8ee 184692 
libpion-plugins_5.0.7+dfsg-1_amd64.deb
 ad26eaa2b5f210f5454214bdb3e267c9b2242a47 9975 pion_5.0.7+dfsg-1_amd64.buildinfo
Checksums-Sha256:
 b3511ff5c98d6aa5f96f19d91f625bdade9ee5bd1a05453d3d58875197d7f3b2 2455 
pion_5.0.7+dfsg-1.dsc
 51e4f1e0ca462412df11bb481c375508d536e400df125e4d1c623e9c1c83081b 381240 
pion_5.0.7+dfsg.orig.tar.gz
 28ddaf75fa14987308c8d7c21763e0ed1a40b8cb0d93b0efaa3b2cbcaaca012d 13696 
pion_5.0.7+dfsg-1.debian.tar.xz
 0c09cf1d4199313d2a7be1b5b330532e7fa7447778ee9e0355de90b573225159 4839022 
libpion-5.0-dbgsym_5.0.7+dfsg-1_amd64.deb
 99b60b6aa305bc418c62104dd859e0ae5951def025c9a509faf964671519987c 254778 
libpion-5.0_5.0.7+dfsg-1_amd64.deb
 5adeca5610d75b53b8b86877e50c134dd644aab72cbead165a34abc178180ef4 890504 
libpion-dev-dbgsym_5.0.7+dfsg-1_amd64.deb
 f2aea98878982b2bc2b69848974535a1fd21df5adfb4cc0ba73a5b988aceca0f 124326 
libpion-dev_5.0.7+dfsg-1_amd64.deb
 cfb26b75d18afbc30b6a731b441b179f83b4b947265a370f93e7d0b2709d807a 342056 
libpion-doc_5.0.7+dfsg-1_all.deb
 7df0a93029f1fe63ca02b05aa5a7ab222d5de612d365582356d81b0bf8d881d7 3699266 
libpion-plugins-dbgsym_5.0.7+dfsg-1_amd64.deb
 29a448134aeedf87fc41e800336c70a31c166f5bd69975d7308621c6d98f2421 184692 
libpion-plugins_5.0.7+dfsg-1_amd64.deb
 2125748b7c8c22b00ee60a47611e4bf9626fa4fbec4aa612078cd4c9dac68b03 9975 
pion_5.0.7+dfsg-1_amd64.buildinfo
Files:
 9aa0e8c3590d7b5a8cf9f148ae820d86 2455 libs extra pion_5.0.7+dfsg-1.dsc
 43c775f9c446f423ebe0aa9327314a35 381240 libs extra pion_5.0.7+dfsg.orig.tar.gz
 51704fe34ce1271b298715e5063328af 13696 libs extra 
pion_5.0.7+dfsg-1.debian.tar.xz
 29d4db69a0681836ab7f202a4789005b 4839022 debug extra 
libpion-5.0-dbgsym_5.0.7+dfsg-1_amd64.deb
 625b422b16f558478c5ff34714503989 254778 libs extra 
libpion-5.0_5.0.7+dfsg-1_amd64.deb
 a4948ad802229a7cdc13fa6328b33f2c 890504 debug extra 
libpion-dev-dbgsym_5.0.7+dfsg-1_amd64.deb
 d9cddb8290364a76dc86c5f512da9753 124326 libdevel extra 
libpion-dev_5.0.7+dfsg-1_amd64.deb
 a994efe9f45c926a05d85172e97379bc 342056 doc extra 
libpion-doc_5.0.7+dfsg-1_all.deb
 7cdab2b5b7305e3704eede2243c3f835 3699266 debug extra 
libpion-plugins-dbgsym_5.0.7+dfsg-1_amd64.deb
 6d044dc74e8a3665749cedf78b840495 184692 libs extra 
libpion-plugins_5.0.7+dfsg-1_amd64.deb
 7caeae6077c281045af6bab8d7e3a8d8 9975 libs extra 
pion_5.0.7+dfsg-1_amd64.buildinfo

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

iQIcBAEBCgAGBQJYP7fAAAoJECzXeF7dp7IPTxIP/2NlDpY/y7eTpq4mIrqqUeuI
LZtT4p/Bt1DzgJNDOb1J6qyvR9M4PFy69pzzwe4y3oVZhoSfWprB+/rYf2okqXPK
oanYu2gabvgO3W2IPvLq3cMT04AA1j0FP0m+Cgv16R2ESGFQhchXauQRL8Cf0Ca7
4iEolt8qlwFkTXS9A95QadCvtOAu9FR+cg8xDjq2ttEAoNemr38rlrbLpfoXZg0I
eMizEcS08tkjYlj54Qb+zmDcRzfgKhTtrg1QtSuHt9rOs5KmR5E1kN4mWA9MsNm3
t0qmDGmEEGkf94+Ej1tTb+umNR/L8tkJZ0HvWXQzgWfML4HN58Q/YzjRgJFxhYOp
WhLca9dI7YaH4QxogssujAYxh+tvbk3r3n9Z2LVEZNzWxMs/olZrn47gxcGOcg0O
dIv0JTop4U9NTylaH/9KTbgXbiHworEkNCUEdpcQIxLkQGflRCap7epc3QH0t5rM
HvgnYdf9ALcG0CdbCWK4A6a0Lvu/j8mSaUrLK/E1vSIvRbQwd2IQnxi64ganzt1d
GWVq3RlZBQbF0C5MeqcI95sTII2oRnOTAqbrYUazdsjOXAhmJQYrbzQiHnZbbkYg
BaBzrbqfieOkfrDxc38/zdHN0M68M7Qp9a5SNDDpk4fyUPPLYtQcxP3ywzBI1g4E
eNYO2f2lF1tN/W20N5UN
=/cof
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to