[Python-modules-team] Bug#733366: pyopenssl: FTBFS: OpenSSL/ssl/ssl.c:214:66: error: 'SSL_OP_MSIE_SSLV2_RSA_PADDING' undeclared (first use in this function)

David Suárez david.sephirot at gmail.com
Sat Dec 28 18:20:30 UTC 2013


Source: pyopenssl
Version: 0.13-2.1
Severity: serious
Tags: jessie sid
User: debian-qa at 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.i

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):
> x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/ssl/ssl.c -o build/temp.linux-x86_64-2.7/OpenSSL/ssl/ssl.o
> OpenSSL/ssl/ssl.c: In function 'initSSL':
> OpenSSL/ssl/ssl.c:214:66: error: 'SSL_OP_MSIE_SSLV2_RSA_PADDING' undeclared (first use in this function)
>      PyModule_AddIntConstant(module, "OP_MSIE_SSLV2_RSA_PADDING", SSL_OP_MSIE_SSLV2_RSA_PADDING);
>                                                                   ^
> OpenSSL/ssl/ssl.c:214:66: note: each undeclared identifier is reported only once for each function it appears in
> error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
> make: *** [build-stamp] Error 1

The full build log is available from:
   http://aws-logs.debian.net/ftbfs-logs/2013/12/26/pyopenssl_0.13-2.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.



More information about the Python-modules-team mailing list