Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make install fails on ARM #73393

Closed
petevine mannequin opened this issue Jan 8, 2017 · 3 comments
Closed

make install fails on ARM #73393

petevine mannequin opened this issue Jan 8, 2017 · 3 comments
Labels
build The build process and cross-build type-crash A hard crash of the interpreter, possibly with a core dump

Comments

@petevine
Copy link
Mannequin

petevine mannequin commented Jan 8, 2017

BPO 29207
Nosy @iritkatriel

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2020-11-22.20:41:57.487>
created_at = <Date 2017-01-08.15:52:16.486>
labels = ['build', 'type-crash']
title = 'make install fails on ARM'
updated_at = <Date 2020-11-22.20:41:57.486>
user = 'https://bugs.python.org/petevine'

bugs.python.org fields:

activity = <Date 2020-11-22.20:41:57.486>
actor = 'iritkatriel'
assignee = 'none'
closed = True
closed_date = <Date 2020-11-22.20:41:57.487>
closer = 'iritkatriel'
components = ['Build']
creation = <Date 2017-01-08.15:52:16.486>
creator = 'petevine'
dependencies = []
files = []
hgrepos = []
issue_num = 29207
keywords = []
message_count = 3.0
messages = ['284994', '285001', '381635']
nosy_count = 2.0
nosy_names = ['petevine', 'iritkatriel']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'crash'
url = 'https://bugs.python.org/issue29207'
versions = ['Python 2.7']

@petevine
Copy link
Mannequin Author

petevine mannequin commented Jan 8, 2017

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.

@petevine petevine mannequin added build The build process and cross-build type-crash A hard crash of the interpreter, possibly with a core dump labels Jan 8, 2017
@petevine
Copy link
Mannequin Author

petevine mannequin commented Jan 8, 2017

In case a clue might be gleaned right away from make test, I'm posting the final part of the output here:

[394/401/1] test_xmlrpc
../Python-2.7.13/Lib/threading.py:846: DeprecationWarning: sys.exc_clear() not supported in 3.x; use except clauses
self.__exc_clear()
[395/401/1] test_xpickle
[396/401/1] test_xrange
[397/401/1] test_zipfile
[398/401/1] test_zipfile64
test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run
[399/401/1] test_zipimport
[400/401/1] test_zipimport_support
[401/401/1] test_zlib
359 tests OK.
1 test failed:
test_gdb
1 test altered the execution environment:
test_import
40 tests skipped:
test_aepack test_al test_applesingle test_bsddb test_bsddb185
test_bsddb3 test_cd test_cl test_codecmaps_cn test_codecmaps_hk
test_codecmaps_jp test_codecmaps_kr test_codecmaps_tw test_curses
test_dl test_gl test_idle test_imgfile test_kqueue
test_linuxaudiodev test_macos test_macostools test_msilib
test_ossaudiodev test_scriptpackages test_smtpnet
test_socketserver test_startfile test_sunaudiodev test_tcl
test_timeout test_tk test_ttk_guionly test_ttk_textonly
test_turtle test_urllib2net test_urllibnet test_winreg
test_winsound test_zipfile64
8 skips unexpected on linux2:
test_bsddb test_bsddb3 test_idle test_tcl test_tk test_ttk_guionly
test_ttk_textonly test_turtle
make: *** [test] Error 1

@iritkatriel
Copy link
Member

Python 2-only issue.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build The build process and cross-build type-crash A hard crash of the interpreter, possibly with a core dump
Projects
None yet
Development

No branches or pull requests

1 participant