--- 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 ---