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 mirell
Recipients aurel32, doko, loewis, mark.dickinson, mirell, tim.peters
Date 2009-02-13.13:35:50
SpamBayes Score 0.0017488084
Marked as misclassified No
Message-id <1234532151.89.0.672873530054.issue1762561@psf.upfronthosting.co.za>
In-reply-to
Content
The following is where it fails un-patched:

Compiling /usr/local/lib/python2.6/test/test_float.py ...
Traceback (most recent call last):
  File "/usr/local/lib/python2.6/compileall.py", line 156, in <module>
    exit_status = int(not main())
  File "/usr/local/lib/python2.6/compileall.py", line 146, in main
    force, rx, quiet):
  File "/usr/local/lib/python2.6/compileall.py", line 83, in compile_dir
    if not compile_dir(fullname, maxlevels - 1, dfile, force, rx, quiet):
  File "/usr/local/lib/python2.6/compileall.py", line 65, in compile_dir
    ok = py_compile.compile(fullname, None, dfile, True)
  File "/usr/local/lib/python2.6/py_compile.py", line 138, in compile
    marshal.dump(codeobject, fc)
ValueError: unmarshallable object
make: *** [libinstall] Error 1

This is both on armv4l and armv5l OABI.
History
Date User Action Args
2009-02-13 13:35:51mirellsetrecipients: + mirell, tim.peters, loewis, doko, mark.dickinson, aurel32
2009-02-13 13:35:51mirellsetmessageid: <1234532151.89.0.672873530054.issue1762561@psf.upfronthosting.co.za>
2009-02-13 13:35:50mirelllinkissue1762561 messages
2009-02-13 13:35:50mirellcreate