[issue22430] Build failure if configure flags --prefix or --exec-prefix is set

Ned Deily report at bugs.python.org
Wed Sep 17 19:30:45 CEST 2014


Ned Deily added the comment:

It is difficult to tell what the problem you encountered here is without more information.  Python is supported on many different platforms and regularly built with --prefix being set.  To investigate further, you would need to indicate exactly which version of Python, which version of which operating system platform, and the exact configure and make commands you are using.  Nevertheless, because you seem to be doing a shared (--enable-shared) build with a prefix of /usr, I speculate you *might* be running into the issue documented, and recently fixed, in Issue21166.  You could try removing --enable-shared, or you could try applying the change from that issue, or you could try working around simulating the patch's effect by creating a dummy pybuilddir.txt before running make.

----------
nosy: +ned.deily

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


More information about the Python-bugs-list mailing list