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 ned.deily, uservorname.usernachname
Date 2013-02-16.21:58:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361051930.96.0.279517878333.issue17216@psf.upfronthosting.co.za>
In-reply-to
Content
For some reason in your build, the first bootstrap use of the compiler (to generate the sysconfig data) is failing because the runpy module can't be found.  Python should be able to find it in the source directory; the "Could not find platform dependent libraries <exec_prefix>" is normal at this point and can be ignored.  I see from your config.log that you do have a lot of configure options set, including some invalid ones (configure:16344: WARNING: unrecognized options: --enable-clocale, --enable-debug).  I suggest you try rebuilding from a freshly untarred source directory with as simple a ./configure as possible and as few environment variables set as possible and see what happens when you run make, something like:

./configure && make

If that fails similarly, please include that whole output from configure through make and the config.log output.
History
Date User Action Args
2013-02-16 21:58:51ned.deilysetrecipients: + ned.deily, uservorname.usernachname
2013-02-16 21:58:50ned.deilysetmessageid: <1361051930.96.0.279517878333.issue17216@psf.upfronthosting.co.za>
2013-02-16 21:58:50ned.deilylinkissue17216 messages
2013-02-16 21:58:50ned.deilycreate