[New-bugs-announce] [issue29207] make install fails on ARM

petevine report at bugs.python.org
Sun Jan 8 10:52:16 EST 2017


New submission from petevine:

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.

----------
components: Build
messages: 284994
nosy: petevine
priority: normal
severity: normal
status: open
title: make install fails on ARM
type: crash
versions: Python 2.7

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


More information about the New-bugs-announce mailing list