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 #733401,
regarding ruby1.9.1: FTBFS: ossl_ssl.c:1973: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 [email protected]
immediately.)


-- 
733401: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=733401
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ruby1.9.1
Version: 1.9.3.484-1
Severity: serious
Tags: jessie sid
User: [email protected]
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):
> make[3]: Entering directory `/«PKGBUILDDIR»/ext/openssl'
> compiling ossl_x509cert.c
> compiling ossl_x509crl.c
> compiling ossl_pkey_rsa.c
> compiling ossl_pkey_dsa.c
> compiling ossl_rand.c
> compiling ossl_engine.c
> compiling openssl_missing.c
> compiling ossl_x509name.c
> compiling ossl_asn1.c
> compiling ossl_pkey_dh.c
> compiling ossl_hmac.c
> compiling ossl_cipher.c
> compiling ossl_x509.c
> compiling ossl_x509store.c
> compiling ossl_x509ext.c
> compiling ossl_x509attr.c
> compiling ossl_digest.c
> compiling ossl_ssl.c
> ossl_ssl.c: In function 'ossl_sslctx_session_new_cb':
> ossl_ssl.c:382:35: warning: variable 'ret_obj' set but not used 
> [-Wunused-but-set-variable]
>      VALUE ary, ssl_obj, sess_obj, ret_obj;
>                                    ^
> ossl_ssl.c: In function 'ossl_sslctx_session_remove_cb':
> ossl_ssl.c:431:38: warning: variable 'ret_obj' set but not used 
> [-Wunused-but-set-variable]
>      VALUE ary, sslctx_obj, sess_obj, ret_obj;
>                                       ^
> ossl_ssl.c: In function 'ssl_servername_cb':
> ossl_ssl.c:508:25: warning: variable 'ret_obj' set but not used 
> [-Wunused-but-set-variable]
>      VALUE ary, ssl_obj, ret_obj;
>                          ^
> ossl_ssl.c: In function 'ossl_ssl_shutdown':
> ossl_ssl.c:987:6: warning: suggest parentheses around assignment used as 
> truth value [-Wparentheses]
>       if (rc = SSL_shutdown(ssl))
>       ^
> In file included from ../.././include/ruby.h:32:0,
>                  from ossl.h:31,
>                  from ossl_ssl.c:13:
> ossl_ssl.c: In function 'Init_ossl_ssl':
> ossl_ssl.c:1973: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:225:45: note: in definition of macro 'INT2FIX'
>  #define INT2FIX(i) ((VALUE)(((SIGNED_VALUE)(i))<<1 | FIXNUM_FLAG))
>                                              ^
> ossl_ssl.c:1973:57: note: in expansion of macro 'INT2NUM'
>  #define ossl_ssl_def_const(x) rb_define_const(mSSL, #x, INT2NUM(SSL_##x))
>                                                          ^
> ossl_ssl.c:1988:5: note: in expansion of macro 'ossl_ssl_def_const'
>      ossl_ssl_def_const(OP_MSIE_SSLV2_RSA_PADDING);
>      ^
> ossl_ssl.c:1973: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:225:45: note: in definition of macro 'INT2FIX'
>  #define INT2FIX(i) ((VALUE)(((SIGNED_VALUE)(i))<<1 | FIXNUM_FLAG))
>                                              ^
> ossl_ssl.c:1973:57: note: in expansion of macro 'INT2NUM'
>  #define ossl_ssl_def_const(x) rb_define_const(mSSL, #x, INT2NUM(SSL_##x))
>                                                          ^
> ossl_ssl.c:1988:5: note: in expansion of macro 'ossl_ssl_def_const'
>      ossl_ssl_def_const(OP_MSIE_SSLV2_RSA_PADDING);
>      ^
> make[3]: *** [ossl_ssl.o] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2013/12/26/ruby1.9.1_1.9.3.484-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 ---

Reply via email to