Your message dated Tue, 22 May 2012 11:17:11 +0000
with message-id <e1swn5t-0005k2...@franck.debian.org>
and subject line Bug#671992: fixed in asio 1.4.1-3.2
has caused the Debian Bug report #671992,
regarding asio: FTBFS: 
./../include/asio/ssl/detail/openssl_stream_service.hpp:117:7: error: 
'set_func' was not declared in this scope, and no declarations were found by 
argument-dependent lookup at the point of instantiation [-fpermissive]
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.)


-- 
671992: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=671992
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: asio
Version: 1.4.1-3.1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120508 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> g++ -I./../include -W -Wall -g -pipe -pthread -ftemplate-depth-256  
> -Wl,-z,defs -pthread -o examples/tutorial/daytime2/server 
> examples/tutorial/daytime2/server.o  -lssl -lcrypto
> In file included from ./../include/asio/ssl/stream_service.hpp:31:0,
>                  from ./../include/asio/ssl/stream.hpp:31,
>                  from ./../include/asio/ssl.hpp:22,
>                  from examples/ssl/client.cpp:15:
> ./../include/asio/ssl/detail/openssl_stream_service.hpp: In instantiation of 
> 'asio::ssl::detail::openssl_stream_service::handshake_handler<Stream, 
> Handler>::handshake_handler(Handler, asio::io_service&) [with Stream = 
> asio::basic_stream_socket<asio::ip::tcp>; Handler = boost::_bi::bind_t<void, 
> boost::_mfi::mf1<void, client, const asio::error_code&>, 
> boost::_bi::list2<boost::_bi::value<client*>, boost::arg<1> (*)()> >]':
> ./../include/asio/ssl/detail/openssl_stream_service.hpp:246:52:   required 
> from 'void 
> asio::ssl::detail::openssl_stream_service::async_handshake(asio::ssl::detail::openssl_stream_service::impl_struct*&,
>  Stream&, asio::ssl::stream_base::handshake_type, Handler) [with Stream = 
> asio::basic_stream_socket<asio::ip::tcp>; Handler = boost::_bi::bind_t<void, 
> boost::_mfi::mf1<void, client, const asio::error_code&>, 
> boost::_bi::list2<boost::_bi::value<client*>, boost::arg<1> (*)()> >; 
> asio::ssl::detail::openssl_stream_service::impl_type = 
> asio::ssl::detail::openssl_stream_service::impl_struct*]'
> ./../include/asio/ssl/stream_service.hpp:107:5:   required from 'void 
> asio::ssl::stream_service::async_handshake(asio::ssl::detail::openssl_stream_service::impl_struct*&,
>  Stream&, asio::ssl::stream_base::handshake_type, HandshakeHandler) [with 
> Stream = asio::basic_stream_socket<asio::ip::tcp>; HandshakeHandler = 
> boost::_bi::bind_t<void, boost::_mfi::mf1<void, client, const 
> asio::error_code&>, boost::_bi::list2<boost::_bi::value<client*>, 
> boost::arg<1> (*)()> >; asio::ssl::stream_service::impl_type = 
> asio::ssl::detail::openssl_stream_service::impl_struct*]'
> ./../include/asio/ssl/stream.hpp:227:5:   required from 'void 
> asio::ssl::stream<Stream, 
> Service>::async_handshake(asio::ssl::stream_base::handshake_type, 
> HandshakeHandler) [with HandshakeHandler = boost::_bi::bind_t<void, 
> boost::_mfi::mf1<void, client, const asio::error_code&>, 
> boost::_bi::list2<boost::_bi::value<client*>, boost::arg<1> (*)()> >; Stream 
> = asio::basic_stream_socket<asio::ip::tcp>; Service = 
> asio::ssl::stream_service]'
> examples/ssl/client.cpp:39:39:   required from here
> ./../include/asio/ssl/detail/openssl_stream_service.hpp:117:7: error: 
> 'set_func' was not declared in this scope, and no declarations were found by 
> argument-dependent lookup at the point of instantiation [-fpermissive]
> ./../include/asio/ssl/detail/openssl_stream_service.hpp:117:7: note: 
> declarations in dependent base 
> 'asio::ssl::detail::openssl_stream_service::base_handler<asio::basic_stream_socket<asio::ip::tcp>
>  >' are not found by unqualified lookup
> ./../include/asio/ssl/detail/openssl_stream_service.hpp:117:7: note: use 
> 'this->set_func' instead
> In file included from 
> ./../include/asio/ssl/detail/openssl_context_service.hpp:32:0,
>                  from ./../include/asio/ssl/context_service.hpp:30,
>                  from ./../include/asio/ssl/context.hpp:22,
>                  from ./../include/asio/ssl.hpp:19,
>                  from examples/ssl/server.cpp:15:
> ./../include/asio/ssl/detail/openssl_init.hpp: In instantiation of 'static 
> void 
> asio::ssl::detail::openssl_init<Do_Init>::do_init::openssl_locking_func(int, 
> int, const char*, int) [with bool Do_Init = true]':
> ./../include/asio/ssl/detail/openssl_init.hpp:56:9:   required from 
> 'asio::ssl::detail::openssl_init<Do_Init>::do_init::do_init() [with bool 
> Do_Init = true]'
> ./../include/asio/ssl/detail/openssl_init.hpp:83:57:   required from 'static 
> boost::shared_ptr<asio::ssl::detail::openssl_init<Do_Init>::do_init> 
> asio::ssl::detail::openssl_init<Do_Init>::do_init::instance() [with bool 
> Do_Init = true]'
> ./../include/asio/ssl/detail/openssl_init.hpp:122:31:   required from 
> 'asio::ssl::detail::openssl_init<Do_Init>::openssl_init() [with bool Do_Init 
> = true]'
> ./../include/asio/ssl/detail/openssl_context_service.hpp:52:69:   required 
> from here
> ./../include/asio/ssl/detail/openssl_init.hpp:101:17: warning: unused 
> parameter 'file' [-Wunused-parameter]
> ./../include/asio/ssl/detail/openssl_init.hpp:101:17: warning: unused 
> parameter 'line' [-Wunused-parameter]
> g++ -I./../include -W -Wall -g -pipe -pthread -ftemplate-depth-256  
> -Wl,-z,defs -pthread -o examples/tutorial/daytime3/server 
> examples/tutorial/daytime3/server.o  -lssl -lcrypto
> In file included from ./../include/asio/ssl/stream_service.hpp:31:0,
>                  from ./../include/asio/ssl/stream.hpp:31,
>                  from ./../include/asio/ssl.hpp:22,
>                  from examples/ssl/server.cpp:15:
> ./../include/asio/ssl/detail/openssl_stream_service.hpp: In instantiation of 
> 'asio::ssl::detail::openssl_stream_service::handshake_handler<Stream, 
> Handler>::handshake_handler(Handler, asio::io_service&) [with Stream = 
> asio::basic_stream_socket<asio::ip::tcp>; Handler = boost::_bi::bind_t<void, 
> boost::_mfi::mf1<void, session, const asio::error_code&>, 
> boost::_bi::list2<boost::_bi::value<session*>, boost::arg<1> (*)()> >]':
> ./../include/asio/ssl/detail/openssl_stream_service.hpp:246:52:   required 
> from 'void 
> asio::ssl::detail::openssl_stream_service::async_handshake(asio::ssl::detail::openssl_stream_service::impl_struct*&,
>  Stream&, asio::ssl::stream_base::handshake_type, Handler) [with Stream = 
> asio::basic_stream_socket<asio::ip::tcp>; Handler = boost::_bi::bind_t<void, 
> boost::_mfi::mf1<void, session, const asio::error_code&>, 
> boost::_bi::list2<boost::_bi::value<session*>, boost::arg<1> (*)()> >; 
> asio::ssl::detail::openssl_stream_service::impl_type = 
> asio::ssl::detail::openssl_stream_service::impl_struct*]'
> ./../include/asio/ssl/stream_service.hpp:107:5:   required from 'void 
> asio::ssl::stream_service::async_handshake(asio::ssl::detail::openssl_stream_service::impl_struct*&,
>  Stream&, asio::ssl::stream_base::handshake_type, HandshakeHandler) [with 
> Stream = asio::basic_stream_socket<asio::ip::tcp>; HandshakeHandler = 
> boost::_bi::bind_t<void, boost::_mfi::mf1<void, session, const 
> asio::error_code&>, boost::_bi::list2<boost::_bi::value<session*>, 
> boost::arg<1> (*)()> >; asio::ssl::stream_service::impl_type = 
> asio::ssl::detail::openssl_stream_service::impl_struct*]'
> ./../include/asio/ssl/stream.hpp:227:5:   required from 'void 
> asio::ssl::stream<Stream, 
> Service>::async_handshake(asio::ssl::stream_base::handshake_type, 
> HandshakeHandler) [with HandshakeHandler = boost::_bi::bind_t<void, 
> boost::_mfi::mf1<void, session, const asio::error_code&>, 
> boost::_bi::list2<boost::_bi::value<session*>, boost::arg<1> (*)()> >; Stream 
> = asio::basic_stream_socket<asio::ip::tcp>; Service = 
> asio::ssl::stream_service]'
> examples/ssl/server.cpp:36:37:   required from here
> ./../include/asio/ssl/detail/openssl_stream_service.hpp:117:7: error: 
> 'set_func' was not declared in this scope, and no declarations were found by 
> argument-dependent lookup at the point of instantiation [-fpermissive]
> ./../include/asio/ssl/detail/openssl_stream_service.hpp:117:7: note: 
> declarations in dependent base 
> 'asio::ssl::detail::openssl_stream_service::base_handler<asio::basic_stream_socket<asio::ip::tcp>
>  >' are not found by unqualified lookup
> ./../include/asio/ssl/detail/openssl_stream_service.hpp:117:7: note: use 
> 'this->set_func' instead
> g++ -I./../include -W -Wall -g -pipe -pthread -ftemplate-depth-256  
> -Wl,-z,defs -pthread -o examples/tutorial/daytime4/client 
> examples/tutorial/daytime4/client.o  -lssl -lcrypto
> ./../include/asio/ssl/detail/openssl_stream_service.hpp: In instantiation of 
> 'asio::ssl::detail::openssl_stream_service::io_handler<Stream, 
> Handler>::io_handler(Handler, asio::io_service&) [with Stream = 
> asio::basic_stream_socket<asio::ip::tcp>; Handler = boost::_bi::bind_t<void, 
> boost::_mfi::mf2<void, session, const asio::error_code&, long unsigned int>, 
> boost::_bi::list3<boost::_bi::value<session*>, boost::arg<1> (*)(), 
> boost::arg<2> (*)()> >]':
> ./../include/asio/ssl/detail/openssl_stream_service.hpp:442:77:   required 
> from 'void 
> asio::ssl::detail::openssl_stream_service::async_read_some(asio::ssl::detail::openssl_stream_service::impl_struct*&,
>  Stream&, const Mutable_Buffers&, Handler) [with Stream = 
> asio::basic_stream_socket<asio::ip::tcp>; Mutable_Buffers = 
> asio::mutable_buffers_1; Handler = boost::_bi::bind_t<void, 
> boost::_mfi::mf2<void, session, const asio::error_code&, long unsigned int>, 
> boost::_bi::list3<boost::_bi::value<session*>, boost::arg<1> (*)(), 
> boost::arg<2> (*)()> >; asio::ssl::detail::openssl_stream_service::impl_type 
> = asio::ssl::detail::openssl_stream_service::impl_struct*]'
> ./../include/asio/ssl/stream_service.hpp:157:5:   required from 'void 
> asio::ssl::stream_service::async_read_some(asio::ssl::detail::openssl_stream_service::impl_struct*&,
>  Stream&, const MutableBufferSequence&, ReadHandler) [with Stream = 
> asio::basic_stream_socket<asio::ip::tcp>; MutableBufferSequence = 
> asio::mutable_buffers_1; ReadHandler = boost::_bi::bind_t<void, 
> boost::_mfi::mf2<void, session, const asio::error_code&, long unsigned int>, 
> boost::_bi::list3<boost::_bi::value<session*>, boost::arg<1> (*)(), 
> boost::arg<2> (*)()> >; asio::ssl::stream_service::impl_type = 
> asio::ssl::detail::openssl_stream_service::impl_struct*]'
> ./../include/asio/ssl/stream.hpp:426:5:   required from 'void 
> asio::ssl::stream<Stream, Service>::async_read_some(const 
> MutableBufferSequence&, ReadHandler) [with MutableBufferSequence = 
> asio::mutable_buffers_1; ReadHandler = boost::_bi::bind_t<void, 
> boost::_mfi::mf2<void, session, const asio::error_code&, long unsigned int>, 
> boost::_bi::list3<boost::_bi::value<session*>, boost::arg<1> (*)(), 
> boost::arg<2> (*)()> >; Stream = asio::basic_stream_socket<asio::ip::tcp>; 
> Service = asio::ssl::stream_service]'
> examples/ssl/server.cpp:46:51:   required from here
> ./../include/asio/ssl/detail/openssl_stream_service.hpp:93:7: error: 
> 'set_func' was not declared in this scope, and no declarations were found by 
> argument-dependent lookup at the point of instantiation [-fpermissive]
> ./../include/asio/ssl/detail/openssl_stream_service.hpp:93:7: note: 
> declarations in dependent base 
> 'asio::ssl::detail::openssl_stream_service::base_handler<asio::basic_stream_socket<asio::ip::tcp>
>  >' are not found by unqualified lookup
> ./../include/asio/ssl/detail/openssl_stream_service.hpp:93:7: note: use 
> 'this->set_func' instead
> g++ -I./../include -W -Wall -g -pipe -pthread -ftemplate-depth-256  
> -Wl,-z,defs -pthread -o examples/tutorial/daytime5/server 
> examples/tutorial/daytime5/server.o  -lssl -lcrypto
> g++ -I./../include -W -Wall -g -pipe -pthread -ftemplate-depth-256  
> -Wl,-z,defs -pthread -o examples/tutorial/daytime6/server 
> examples/tutorial/daytime6/server.o  -lssl -lcrypto
> g++ -I./../include -W -Wall -g -pipe -pthread -ftemplate-depth-256  
> -Wl,-z,defs -pthread -o examples/local/iostream_client 
> examples/local/iostream_client.o  -lssl -lcrypto
> ./../include/asio/ssl/detail/openssl_stream_service.hpp: In instantiation of 
> 'asio::ssl::detail::openssl_stream_service::io_handler<Stream, 
> Handler>::io_handler(Handler, asio::io_service&) [with Stream = 
> asio::basic_stream_socket<asio::ip::tcp>; Handler = 
> asio::detail::write_handler<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>
>  >, asio::mutable_buffers_1, asio::detail::transfer_all_t, 
> boost::_bi::bind_t<void, boost::_mfi::mf2<void, client, const 
> asio::error_code&, long unsigned int>, 
> boost::_bi::list3<boost::_bi::value<client*>, boost::arg<1> (*)(), 
> boost::arg<2> (*)()> > >]':
> ./../include/asio/ssl/detail/openssl_stream_service.hpp:368:77:   required 
> from 'void 
> asio::ssl::detail::openssl_stream_service::async_write_some(asio::ssl::detail::openssl_stream_service::impl_struct*&,
>  Stream&, const Const_Buffers&, Handler) [with Stream = 
> asio::basic_stream_socket<asio::ip::tcp>; Const_Buffers = 
> asio::detail::consuming_buffers<asio::const_buffer, asio::mutable_buffers_1>; 
> Handler = 
> asio::detail::write_handler<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>
>  >, asio::mutable_buffers_1, asio::detail::transfer_all_t, 
> boost::_bi::bind_t<void, boost::_mfi::mf2<void, client, const 
> asio::error_code&, long unsigned int>, 
> boost::_bi::list3<boost::_bi::value<client*>, boost::arg<1> (*)(), 
> boost::arg<2> (*)()> > >; 
> asio::ssl::detail::openssl_stream_service::impl_type = 
> asio::ssl::detail::openssl_stream_service::impl_struct*]'
> ./../include/asio/ssl/stream_service.hpp:140:5:   required from 'void 
> asio::ssl::stream_service::async_write_some(asio::ssl::detail::openssl_stream_service::impl_struct*&,
>  Stream&, const ConstBufferSequence&, WriteHandler) [with Stream = 
> asio::basic_stream_socket<asio::ip::tcp>; ConstBufferSequence = 
> asio::detail::consuming_buffers<asio::const_buffer, asio::mutable_buffers_1>; 
> WriteHandler = 
> asio::detail::write_handler<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>
>  >, asio::mutable_buffers_1, asio::detail::transfer_all_t, 
> boost::_bi::bind_t<void, boost::_mfi::mf2<void, client, const 
> asio::error_code&, long unsigned int>, 
> boost::_bi::list3<boost::_bi::value<client*>, boost::arg<1> (*)(), 
> boost::arg<2> (*)()> > >; asio::ssl::stream_service::impl_type = 
> asio::ssl::detail::openssl_stream_service::impl_struct*]'
> ./../include/asio/ssl/stream.hpp:348:5:   required from 'void 
> asio::ssl::stream<Stream, Service>::async_write_some(const 
> ConstBufferSequence&, WriteHandler) [with ConstBufferSequence = 
> asio::detail::consuming_buffers<asio::const_buffer, asio::mutable_buffers_1>; 
> WriteHandler = 
> asio::detail::write_handler<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>
>  >, asio::mutable_buffers_1, asio::detail::transfer_all_t, 
> boost::_bi::bind_t<void, boost::_mfi::mf2<void, client, const 
> asio::error_code&, long unsigned int>, 
> boost::_bi::list3<boost::_bi::value<client*>, boost::arg<1> (*)(), 
> boost::arg<2> (*)()> > >; Stream = asio::basic_stream_socket<asio::ip::tcp>; 
> Service = asio::ssl::stream_service]'
> ./../include/asio/impl/write.ipp:201:3:   required from 'void 
> asio::async_write(AsyncWriteStream&, const ConstBufferSequence&, 
> CompletionCondition, WriteHandler) [with AsyncWriteStream = 
> asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp> >; 
> ConstBufferSequence = asio::mutable_buffers_1; CompletionCondition = 
> asio::detail::transfer_all_t; WriteHandler = boost::_bi::bind_t<void, 
> boost::_mfi::mf2<void, client, const asio::error_code&, long unsigned int>, 
> boost::_bi::list3<boost::_bi::value<client*>, boost::arg<1> (*)(), 
> boost::arg<2> (*)()> >]'
> ./../include/asio/impl/write.ipp:212:3:   required from 'void 
> asio::async_write(AsyncWriteStream&, const ConstBufferSequence&, 
> WriteHandler) [with AsyncWriteStream = 
> asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp> >; 
> ConstBufferSequence = asio::mutable_buffers_1; WriteHandler = 
> boost::_bi::bind_t<void, boost::_mfi::mf2<void, client, const 
> asio::error_code&, long unsigned int>, 
> boost::_bi::list3<boost::_bi::value<client*>, boost::arg<1> (*)(), 
> boost::arg<2> (*)()> >]'
> examples/ssl/client.cpp:67:51:   required from here
> ./../include/asio/ssl/detail/openssl_stream_service.hpp:93:7: error: 
> 'set_func' was not declared in this scope, and no declarations were found by 
> argument-dependent lookup at the point of instantiation [-fpermissive]
> ./../include/asio/ssl/detail/openssl_stream_service.hpp:93:7: note: 
> declarations in dependent base 
> 'asio::ssl::detail::openssl_stream_service::base_handler<asio::basic_stream_socket<asio::ip::tcp>
>  >' are not found by unqualified lookup
> ./../include/asio/ssl/detail/openssl_stream_service.hpp:93:7: note: use 
> 'this->set_func' instead
> ./../include/asio/ssl/detail/openssl_stream_service.hpp: In instantiation of 
> 'asio::ssl::detail::openssl_stream_service::io_handler<Stream, 
> Handler>::io_handler(Handler, asio::io_service&) [with Stream = 
> asio::basic_stream_socket<asio::ip::tcp>; Handler = 
> asio::detail::read_handler<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>
>  >, asio::mutable_buffers_1, asio::detail::transfer_all_t, 
> boost::_bi::bind_t<void, boost::_mfi::mf2<void, client, const 
> asio::error_code&, long unsigned int>, 
> boost::_bi::list3<boost::_bi::value<client*>, boost::arg<1> (*)(), 
> boost::arg<2> (*)()> > >]':
> ./../include/asio/ssl/detail/openssl_stream_service.hpp:442:77:   required 
> from 'void 
> asio::ssl::detail::openssl_stream_service::async_read_some(asio::ssl::detail::openssl_stream_service::impl_struct*&,
>  Stream&, const Mutable_Buffers&, Handler) [with Stream = 
> asio::basic_stream_socket<asio::ip::tcp>; Mutable_Buffers = 
> asio::detail::consuming_buffers<asio::mutable_buffer, 
> asio::mutable_buffers_1>; Handler = 
> asio::detail::read_handler<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>
>  >, asio::mutable_buffers_1, asio::detail::transfer_all_t, 
> boost::_bi::bind_t<void, boost::_mfi::mf2<void, client, const 
> asio::error_code&, long unsigned int>, 
> boost::_bi::list3<boost::_bi::value<client*>, boost::arg<1> (*)(), 
> boost::arg<2> (*)()> > >; 
> asio::ssl::detail::openssl_stream_service::impl_type = 
> asio::ssl::detail::openssl_stream_service::impl_struct*]'
> ./../include/asio/ssl/stream_service.hpp:157:5:   required from 'void 
> asio::ssl::stream_service::async_read_some(asio::ssl::detail::openssl_stream_service::impl_struct*&,
>  Stream&, const MutableBufferSequence&, ReadHandler) [with Stream = 
> asio::basic_stream_socket<asio::ip::tcp>; MutableBufferSequence = 
> asio::detail::consuming_buffers<asio::mutable_buffer, 
> asio::mutable_buffers_1>; ReadHandler = 
> asio::detail::read_handler<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>
>  >, asio::mutable_buffers_1, asio::detail::transfer_all_t, 
> boost::_bi::bind_t<void, boost::_mfi::mf2<void, client, const 
> asio::error_code&, long unsigned int>, 
> boost::_bi::list3<boost::_bi::value<client*>, boost::arg<1> (*)(), 
> boost::arg<2> (*)()> > >; asio::ssl::stream_service::impl_type = 
> asio::ssl::detail::openssl_stream_service::impl_struct*]'
> ./../include/asio/ssl/stream.hpp:426:5:   required from 'void 
> asio::ssl::stream<Stream, Service>::async_read_some(const 
> MutableBufferSequence&, ReadHandler) [with MutableBufferSequence = 
> asio::detail::consuming_buffers<asio::mutable_buffer, 
> asio::mutable_buffers_1>; ReadHandler = 
> asio::detail::read_handler<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>
>  >, asio::mutable_buffers_1, asio::detail::transfer_all_t, 
> boost::_bi::bind_t<void, boost::_mfi::mf2<void, client, const 
> asio::error_code&, long unsigned int>, 
> boost::_bi::list3<boost::_bi::value<client*>, boost::arg<1> (*)(), 
> boost::arg<2> (*)()> > >; Stream = asio::basic_stream_socket<asio::ip::tcp>; 
> Service = asio::ssl::stream_service]'
> ./../include/asio/impl/read.ipp:220:3:   required from 'void 
> asio::async_read(AsyncReadStream&, const MutableBufferSequence&, 
> CompletionCondition, ReadHandler) [with AsyncReadStream = 
> asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp> >; 
> MutableBufferSequence = asio::mutable_buffers_1; CompletionCondition = 
> asio::detail::transfer_all_t; ReadHandler = boost::_bi::bind_t<void, 
> boost::_mfi::mf2<void, client, const asio::error_code&, long unsigned int>, 
> boost::_bi::list3<boost::_bi::value<client*>, boost::arg<1> (*)(), 
> boost::arg<2> (*)()> >]'
> ./../include/asio/impl/read.ipp:231:3:   required from 'void 
> asio::async_read(AsyncReadStream&, const MutableBufferSequence&, ReadHandler) 
> [with AsyncReadStream = 
> asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp> >; 
> MutableBufferSequence = asio::mutable_buffers_1; ReadHandler = 
> boost::_bi::bind_t<void, boost::_mfi::mf2<void, client, const 
> asio::error_code&, long unsigned int>, 
> boost::_bi::list3<boost::_bi::value<client*>, boost::arg<1> (*)(), 
> boost::arg<2> (*)()> >]'
> examples/ssl/client.cpp:84:51:   required from here
> ./../include/asio/ssl/detail/openssl_stream_service.hpp:93:7: error: 
> 'set_func' was not declared in this scope, and no declarations were found by 
> argument-dependent lookup at the point of instantiation [-fpermissive]
> ./../include/asio/ssl/detail/openssl_stream_service.hpp:93:7: note: 
> declarations in dependent base 
> 'asio::ssl::detail::openssl_stream_service::base_handler<asio::basic_stream_socket<asio::ip::tcp>
>  >' are not found by unqualified lookup
> ./../include/asio/ssl/detail/openssl_stream_service.hpp:93:7: note: use 
> 'this->set_func' instead
> g++ -I./../include -W -Wall -g -pipe -pthread -ftemplate-depth-256  
> -Wl,-z,defs -pthread -o examples/local/stream_client 
> examples/local/stream_client.o  -lssl -lcrypto
> ./../include/asio/ssl/detail/openssl_stream_service.hpp: In instantiation of 
> 'asio::ssl::detail::openssl_stream_service::io_handler<Stream, 
> Handler>::io_handler(Handler, asio::io_service&) [with Stream = 
> asio::basic_stream_socket<asio::ip::tcp>; Handler = 
> asio::detail::write_handler<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>
>  >, asio::mutable_buffers_1, asio::detail::transfer_all_t, 
> boost::_bi::bind_t<void, boost::_mfi::mf1<void, session, const 
> asio::error_code&>, boost::_bi::list2<boost::_bi::value<session*>, 
> boost::arg<1> (*)()> > >]':
> ./../include/asio/ssl/detail/openssl_stream_service.hpp:368:77:   required 
> from 'void 
> asio::ssl::detail::openssl_stream_service::async_write_some(asio::ssl::detail::openssl_stream_service::impl_struct*&,
>  Stream&, const Const_Buffers&, Handler) [with Stream = 
> asio::basic_stream_socket<asio::ip::tcp>; Const_Buffers = 
> asio::detail::consuming_buffers<asio::const_buffer, asio::mutable_buffers_1>; 
> Handler = 
> asio::detail::write_handler<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>
>  >, asio::mutable_buffers_1, asio::detail::transfer_all_t, 
> boost::_bi::bind_t<void, boost::_mfi::mf1<void, session, const 
> asio::error_code&>, boost::_bi::list2<boost::_bi::value<session*>, 
> boost::arg<1> (*)()> > >; 
> asio::ssl::detail::openssl_stream_service::impl_type = 
> asio::ssl::detail::openssl_stream_service::impl_struct*]'
> ./../include/asio/ssl/stream_service.hpp:140:5:   required from 'void 
> asio::ssl::stream_service::async_write_some(asio::ssl::detail::openssl_stream_service::impl_struct*&,
>  Stream&, const ConstBufferSequence&, WriteHandler) [with Stream = 
> asio::basic_stream_socket<asio::ip::tcp>; ConstBufferSequence = 
> asio::detail::consuming_buffers<asio::const_buffer, asio::mutable_buffers_1>; 
> WriteHandler = 
> asio::detail::write_handler<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>
>  >, asio::mutable_buffers_1, asio::detail::transfer_all_t, 
> boost::_bi::bind_t<void, boost::_mfi::mf1<void, session, const 
> asio::error_code&>, boost::_bi::list2<boost::_bi::value<session*>, 
> boost::arg<1> (*)()> > >; asio::ssl::stream_service::impl_type = 
> asio::ssl::detail::openssl_stream_service::impl_struct*]'
> ./../include/asio/ssl/stream.hpp:348:5:   required from 'void 
> asio::ssl::stream<Stream, Service>::async_write_some(const 
> ConstBufferSequence&, WriteHandler) [with ConstBufferSequence = 
> asio::detail::consuming_buffers<asio::const_buffer, asio::mutable_buffers_1>; 
> WriteHandler = 
> asio::detail::write_handler<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>
>  >, asio::mutable_buffers_1, asio::detail::transfer_all_t, 
> boost::_bi::bind_t<void, boost::_mfi::mf1<void, session, const 
> asio::error_code&>, boost::_bi::list2<boost::_bi::value<session*>, 
> boost::arg<1> (*)()> > >; Stream = asio::basic_stream_socket<asio::ip::tcp>; 
> Service = asio::ssl::stream_service]'
> ./../include/asio/impl/write.ipp:201:3:   required from 'void 
> asio::async_write(AsyncWriteStream&, const ConstBufferSequence&, 
> CompletionCondition, WriteHandler) [with AsyncWriteStream = 
> asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp> >; 
> ConstBufferSequence = asio::mutable_buffers_1; CompletionCondition = 
> asio::detail::transfer_all_t; WriteHandler = boost::_bi::bind_t<void, 
> boost::_mfi::mf1<void, session, const asio::error_code&>, 
> boost::_bi::list2<boost::_bi::value<session*>, boost::arg<1> (*)()> >]'
> ./../include/asio/impl/write.ipp:212:3:   required from 'void 
> asio::async_write(AsyncWriteStream&, const ConstBufferSequence&, 
> WriteHandler) [with AsyncWriteStream = 
> asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp> >; 
> ConstBufferSequence = asio::mutable_buffers_1; WriteHandler = 
> boost::_bi::bind_t<void, boost::_mfi::mf1<void, session, const 
> asio::error_code&>, boost::_bi::list2<boost::_bi::value<session*>, 
> boost::arg<1> (*)()> >]'
> examples/ssl/server.cpp:62:39:   required from here
> ./../include/asio/ssl/detail/openssl_stream_service.hpp:93:7: error: 
> 'set_func' was not declared in this scope, and no declarations were found by 
> argument-dependent lookup at the point of instantiation [-fpermissive]g++ 
> -I./../include -W -Wall -g -pipe -pthread -ftemplate-depth-256  -Wl,-z,defs 
> -pthread -o examples/local/connect_pair examples/local/connect_pair.o  -lssl 
> -lcrypto
> 
> ./../include/asio/ssl/detail/openssl_stream_service.hpp:93:7: note: 
> declarations in dependent base 
> 'asio::ssl::detail::openssl_stream_service::base_handler<asio::basic_stream_socket<asio::ip::tcp>
>  >' are not found by unqualified lookup
> ./../include/asio/ssl/detail/openssl_stream_service.hpp:93:7: note: use 
> 'this->set_func' instead
> g++ -I./../include -W -Wall -g -pipe -pthread -ftemplate-depth-256  
> -Wl,-z,defs -pthread -o examples/tutorial/daytime7/server 
> examples/tutorial/daytime7/server.o  -lssl -lcrypto
> make[2]: *** [examples/ssl/server.o] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2012/05/08/asio_1.4.1-3.1_unstable.log

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.



--- End Message ---
--- Begin Message ---
Source: asio
Source-Version: 1.4.1-3.2

We believe that the bug you reported is fixed in the latest version of
asio, which is due to be installed in the Debian FTP archive:

asio_1.4.1-3.2.diff.gz
  to main/a/asio/asio_1.4.1-3.2.diff.gz
asio_1.4.1-3.2.dsc
  to main/a/asio/asio_1.4.1-3.2.dsc
libasio-dev_1.4.1-3.2_all.deb
  to main/a/asio/libasio-dev_1.4.1-3.2_all.deb
libasio-doc_1.4.1-3.2_all.deb
  to main/a/asio/libasio-doc_1.4.1-3.2_all.deb



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 671...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose <d...@debian.org> (supplier of updated asio 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...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 22 May 2012 09:41:57 +0000
Source: asio
Binary: libasio-dev libasio-doc
Architecture: source all
Version: 1.4.1-3.2
Distribution: unstable
Urgency: low
Maintainer: Simon Richter <s...@debian.org>
Changed-By: Matthias Klose <d...@debian.org>
Description: 
 libasio-dev - cross-platform C++ library for network programming
 libasio-doc - cross-platform C++ library for network programming
Closes: 671992
Changes: 
 asio (1.4.1-3.2) unstable; urgency=low
 .
   * Non maintainer upload.
   * Fix build failure with GCC 4.7. Closes: #671992.
Checksums-Sha1: 
 04edfda635030dfc0f981c02e9e9532e66e61db7 1135 asio_1.4.1-3.2.dsc
 fe9fb0a72ef023781686892f9f2651d31a9377ab 4285 asio_1.4.1-3.2.diff.gz
 150658923be46fe83b4a325ce7935c5fef666269 219642 libasio-dev_1.4.1-3.2_all.deb
 42dd855bb4667cd89af14af1ba17bf2e66ac852b 910354 libasio-doc_1.4.1-3.2_all.deb
Checksums-Sha256: 
 ce3bdae1e8eb51be5721d6558028bcde2facc444152e4fe18b7699978a86ece7 1135 
asio_1.4.1-3.2.dsc
 709b7e3cf25e6eb25649daf6675156d218dcd0abecddcdf79956354f030018dc 4285 
asio_1.4.1-3.2.diff.gz
 74842bc82c54b26149ebf5fc77469f8d41840e92acbe6e1e69f2e0905f9326e8 219642 
libasio-dev_1.4.1-3.2_all.deb
 db05ce22f2d482be19020e2a65f0ef0238babd304c213122eec67664a36a8b3c 910354 
libasio-doc_1.4.1-3.2_all.deb
Files: 
 845534cf16fe9082c582c794758d8590 1135 devel optional asio_1.4.1-3.2.dsc
 2ee0c3940ace4dd4f3d4d70f82ed0dda 4285 devel optional asio_1.4.1-3.2.diff.gz
 68b449a5ebb5f58b77a5c06a0e194816 219642 libdevel optional 
libasio-dev_1.4.1-3.2_all.deb
 7fe9ffaf508ad4fb98c7cf851ffefe20 910354 doc optional 
libasio-doc_1.4.1-3.2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk+7c/kACgkQStlRaw+TLJzVawCdGA1g3GdUqYfRgGynURlIkBIR
5DIAniSBx99z54lNzSn1KSPhRRe7bl8Z
=e+PR
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to