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 <rep...@bugs.python.org>
<http://bugs.python.org/issue22430>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to