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 ned.deily
Recipients diff.812, ned.deily
Date 2014-09-17.17:30:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410975045.27.0.87193654841.issue22430@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-09-17 17:30:45ned.deilysetrecipients: + ned.deily, diff.812
2014-09-17 17:30:45ned.deilysetmessageid: <1410975045.27.0.87193654841.issue22430@psf.upfronthosting.co.za>
2014-09-17 17:30:45ned.deilylinkissue22430 messages
2014-09-17 17:30:45ned.deilycreate