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 petevine
Recipients petevine
Date 2017-01-08.15:52:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483890736.55.0.166449192505.issue29207@psf.upfronthosting.co.za>
In-reply-to
Content
I've just tried installing 2.7.13 on my ARM machine but after a successful build, `make install` fails without any hint what's wrong:

Compiling /usr/lib/python2.7/xmllib.py ...
Compiling /usr/lib/python2.7/xmlrpclib.py ...
Compiling /usr/lib/python2.7/zipfile.py ...
make: *** [libinstall] Error 1

Python 3.5.2 installation was successful on the same machine a little earlier. At the very least, a hint should be provided on how to get more verbose info.
History
Date User Action Args
2017-01-08 15:52:16petevinesetrecipients: + petevine
2017-01-08 15:52:16petevinesetmessageid: <1483890736.55.0.166449192505.issue29207@psf.upfronthosting.co.za>
2017-01-08 15:52:16petevinelinkissue29207 messages
2017-01-08 15:52:16petevinecreate