[issue18000] _md5 should be built if _ssl cannot be built

Jeroen Demeyer report at bugs.python.org
Fri May 17 21:23:12 CEST 2013


New submission from Jeroen Demeyer:

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.

----------
components: Build
messages: 189479
nosy: jdemeyer
priority: normal
severity: normal
status: open
title: _md5 should be built if _ssl cannot be built
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18000>
_______________________________________


More information about the Python-bugs-list mailing list