This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jdemeyer
Recipients jdemeyer
Date 2013-05-17.19:23:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368818592.85.0.0295311805267.issue18000@psf.upfronthosting.co.za>
In-reply-to
Content
I have an Itanium Linux system where compiling Python's _ssl module fails for some reason, with the consequence that there is no md5 support at all in the resulting Python 2.7.5 installation.

With Python 2.7.4, setup.py didn't even try to compile _ssl, instead it compiled the _sha, _md5, _sha256, _sha512 modules and it worked.

With Python 2.7.5, setup.py somehow thinks that _ssl should work, tries to compile _ssl, which fails and (this is the real failure): it doesn't try anymore to compile the _sha, _md5, _sha256, _sha512 modules.
History
Date User Action Args
2013-05-17 19:23:12jdemeyersetrecipients: + jdemeyer
2013-05-17 19:23:12jdemeyersetmessageid: <1368818592.85.0.0295311805267.issue18000@psf.upfronthosting.co.za>
2013-05-17 19:23:12jdemeyerlinkissue18000 messages
2013-05-17 19:23:12jdemeyercreate