[Pkg-openssl-devel] Bug#621509: ruby1.8: FTBFS due to OpenSSL SSLv2 removal
Adrian Bunk
bunk at stusta.de
Thu Apr 7 16:50:01 UTC 2011
Package: ruby1.8
Version: 1.8.7.334-3
Severity: serious
<-- snip -->
$ dpkg-buildpackage
....
gcc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -fno-strict-aliasing -g -g -O2 -fPIC -c ossl_ssl.c
....
ossl_ssl.c:104:1: error: ‘SSLv2_method’ undeclared here (not in a function)
ossl_ssl.c:105:1: error: ‘SSLv2_server_method’ undeclared here (not in a function)
ossl_ssl.c:106:1: error: ‘SSLv2_client_method’ undeclared here (not in a function)
....
<-- snip -->
It seems to be caused by #589706.
Commenting out these 3 lines fixes the build (but I have no clue if
that is the correct fix).
More information about the Pkg-openssl-devel
mailing list