Bug#804609: netty-tcnative: FTBFS: error: implicit declaration of function 'SSLv3_client_method'

Chris West (Faux) solo-debianbugs at goeswhere.com
Mon Nov 9 21:17:52 UTC 2015


Source: netty-tcnative
Version: 1.1.33.Fork9-1
Severity: serious
Justification: fails to build from source
Tags: sid stretch
User: reproducible-builds at lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-CC: reproducible-builds at lists.alioth.debian.org

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)



More information about the pkg-java-maintainers mailing list