Your message dated Sat, 18 Jan 2014 03:34:05 +0100
with message-id <1674868.6oVDRNUUir@sephirot>
and subject line Builds ok
has caused the Debian Bug report #733372,
regarding ruby2.0: FTBFS: ossl_ssl.c:2179:65: error:
'SSL_OP_MSIE_SSLV2_RSA_PADDING' undeclared (first use in this function)
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
733372: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=733372
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ruby2.0
Version: 2.0.0.353-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20131226 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
According to the header the symbol has had "no effect since 0.9.7h and 0.9.8b",
and they decided to re-use the constant value.
Relevant part (hopefully):
> gcc -I. -I../../.ext/include/x86_64-linux-gnu -I../.././include
> -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FORTIFY_SOURCE=2
> -fPIC -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat
> -Werror=format-security -fPIC -o ossl_ssl.o -c ossl_ssl.c
> In file included from ../.././include/ruby.h:33:0,
> from ossl.h:31,
> from ossl_ssl.c:13:
> ossl_ssl.c: In function 'Init_ossl_ssl':
> ossl_ssl.c:2179:65: error: 'SSL_OP_MSIE_SSLV2_RSA_PADDING' undeclared (first
> use in this function)
> #define ossl_ssl_def_const(x) rb_define_const(mSSL, #x, INT2NUM(SSL_##x))
> ^
> ../.././include/ruby/ruby.h:241:45: note: in definition of macro 'INT2FIX'
> #define INT2FIX(i) ((VALUE)(((SIGNED_VALUE)(i))<<1 | FIXNUM_FLAG))
> ^
> ossl_ssl.c:2179:57: note: in expansion of macro 'INT2NUM'
> #define ossl_ssl_def_const(x) rb_define_const(mSSL, #x, INT2NUM(SSL_##x))
> ^
> ossl_ssl.c:2194:5: note: in expansion of macro 'ossl_ssl_def_const'
> ossl_ssl_def_const(OP_MSIE_SSLV2_RSA_PADDING);
> ^
> ossl_ssl.c:2179:65: note: each undeclared identifier is reported only once
> for each function it appears in
> #define ossl_ssl_def_const(x) rb_define_const(mSSL, #x, INT2NUM(SSL_##x))
> ^
> ../.././include/ruby/ruby.h:241:45: note: in definition of macro 'INT2FIX'
> #define INT2FIX(i) ((VALUE)(((SIGNED_VALUE)(i))<<1 | FIXNUM_FLAG))
> ^
> ossl_ssl.c:2179:57: note: in expansion of macro 'INT2NUM'
> #define ossl_ssl_def_const(x) rb_define_const(mSSL, #x, INT2NUM(SSL_##x))
> ^
> ossl_ssl.c:2194:5: note: in expansion of macro 'ossl_ssl_def_const'
> ossl_ssl_def_const(OP_MSIE_SSLV2_RSA_PADDING);
> ^
> make[4]: *** [ossl_ssl.o] Error 1
The full build log is available from:
http://aws-logs.debian.net/ftbfs-logs/2013/12/26/ruby2.0_2.0.0.353-1_unstable.log
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Fixed in the new openssl version.
--- End Message ---