Source: asio
Version: 1:1.10.6-1
Severity: serious
Justification: fails to build from source
Tags: sid stretch
User: [email protected]
Usertags: ftbfs
X-Debbugs-CC: [email protected]

Dear Maintainer,

The package fails to build:

In file included from ./../../../include/asio/ssl/context.hpp:784:0,
                 from ./../../../include/asio/ssl.hpp:19,
                 from ssl/client.cpp:15:
./../../../include/asio/ssl/impl/context.ipp: In constructor 
‘asio::ssl::context::context(asio::ssl::context_base::method)’:
./../../../include/asio/ssl/impl/context.ipp:92:29: error: ‘::SSLv3_method’ has 
not been declared
     handle_ = ::SSL_CTX_new(::SSLv3_method());
                             ^
./../../../include/asio/ssl/impl/context.ipp:95:29: error: 
‘::SSLv3_client_method’ has not been declared
     handle_ = ::SSL_CTX_new(::SSLv3_client_method());
                             ^
./../../../include/asio/ssl/impl/context.ipp:98:29: error: 
‘::SSLv3_server_method’ has not been declared
     handle_ = ::SSL_CTX_new(::SSLv3_server_method());
                             ^
Makefile:1748: recipe for target 'ssl/client.o' failed
make[3]: *** [ssl/client.o] Error 1
make[3]: Leaving directory '/asio-1.10.6/src/examples/cpp03'

Full build log:
https://reproducible.debian.net/rb-pkg/unstable/amd64/asio.html

-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Reply via email to