[issue1669349] make install fails if no previous Python installation

Eric Rannaud report at bugs.python.org
Thu Apr 28 04:59:25 CEST 2011


Eric Rannaud <eric.rannaud at gmail.com> added the comment:

I get the same error when building Python-2.5.6c1 on Fedora 14 (with python2.7 installed).

./configure --prefix=$PREFIX && make install

Just to clarify the workaround used by lkraav on Gentoo, I attached a patch that manually enables unicodedata in Modules/Setup.dist

----------
keywords: +patch
nosy: +Eric.Rannaud
versions: +Python 2.5
Added file: http://bugs.python.org/file21817/Python-2.5.6c1-issue1669349-workaround.patch

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


More information about the Python-bugs-list mailing list