Source: netty-tcnative
Version: 1.1.33.Fork9-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, probably because openssl have disabled sslv3:
src/sslcontext.c: In function 'Java_org_apache_tomcat_jni_SSLContext_make':
src/sslcontext.c:135:31: error: implicit declaration of function
'SSLv3_client_method' [-Werror=implicit-function-declaration]
ctx = SSL_CTX_new(SSLv3_client_method());
^
src/sslcontext.c:135:31: error: passing argument 1 of 'SSL_CTX_new' makes
pointer from integer without a cast [-Werror=int-conversion]
In file included from src/ssl_private.h:46:0,
from src/sslcontext.c:31:
/usr/include/openssl/ssl.h:2131:10: note: expected 'const SSL_METHOD * {aka
const struct ssl_method_st *}' but argument is of type 'int'
SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth);
^
Full build log:
https://reproducible.debian.net/rb-pkg/unstable/amd64/netty-tcnative.html
-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>.
Please use
[email protected] for discussions and questions.