Source: python2.6 Version: 2.6.6-8 Severity: important
python2.6 fails to build from source when built against libssl-dev 1.0.0c-2 (currently in experimental). Tail of the build log:
| gcc -pthread -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions -o python \ | Modules/python.o \ | libpython2.6.a -lpthread -ldl -lutil -lssl -lcrypto -lssl -lcrypto -L/usr/lib -lz -lm | libpython2.6.a(posixmodule.o): In function `posix_tmpnam': | /build/sbuild-python2.6_2.6.6-8-i386-Ku1vMz/python2.6-2.6.6/build-static/../Modules/posixmodule.c:7266: warning: the use of `tmpnam_r' is dangerous, better use `mkstemp' | libpython2.6.a(posixmodule.o): In function `posix_tempnam': | /build/sbuild-python2.6_2.6.6-8-i386-Ku1vMz/python2.6-2.6.6/build-static/../Modules/posixmodule.c:7221: warning: the use of `tempnam' is dangerous, better use `mkstemp' | libpython2.6.a(_ssl.o): In function `newPySSLObject': | /build/sbuild-python2.6_2.6.6-8-i386-Ku1vMz/python2.6-2.6.6/build-static/../Modules/_ssl.c:306: undefined reference to `SSLv2_method' | collect2: ld returned 1 exit status | make[1]: *** [python] Error 1 -- Jakub Wilk -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

