Source: ruby2.1
Version: 2.1.5-4
Severity: serious

I get the following errors when I want to rebuild ruby2.1:

[...]
ossl_ssl.c:137:27: error: ‘SSLv3_method’ undeclared here (not in a function)
     OSSL_SSL_METHOD_ENTRY(SSLv3),
                           ^
ossl_ssl.c:115:69: note: in definition of macro ‘OSSL_SSL_METHOD_ENTRY’
 #define OSSL_SSL_METHOD_ENTRY(name) { #name, (SSL_METHOD 
*(*)(void))name##_method }
                                                                     ^
ossl_ssl.c:138:27: error: ‘SSLv3_server_method’ undeclared here (not in a 
function)
     OSSL_SSL_METHOD_ENTRY(SSLv3_server),
                           ^
ossl_ssl.c:115:69: note: in definition of macro ‘OSSL_SSL_METHOD_ENTRY’
 #define OSSL_SSL_METHOD_ENTRY(name) { #name, (SSL_METHOD 
*(*)(void))name##_method }
                                                                     ^
ossl_ssl.c:139:27: error: ‘SSLv3_client_method’ undeclared here (not in a 
function)
     OSSL_SSL_METHOD_ENTRY(SSLv3_client),
                           ^
ossl_ssl.c:115:69: note: in definition of macro ‘OSSL_SSL_METHOD_ENTRY’
 #define OSSL_SSL_METHOD_ENTRY(name) { #name, (SSL_METHOD 
*(*)(void))name##_method }
                                                                     ^
Makefile:281: recipe for target 'ossl_ssl.o' failed
make[4]: *** [ossl_ssl.o] Error 1

This is probably due to the openssl transition, and this affects it:

  https://release.debian.org/transitions/html/auto-openssl.html

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

Kernel: Linux 4.2.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=POSIX, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

-- no debconf information

Reply via email to