[PyPy-issue] [issue690] pypy fails to compile under FreeBSD (9)

David Naylor pypy-dev-issue at codespeak.net
Tue Apr 26 09:05:33 CEST 2011


David Naylor <naylor.b.david at gmail.com> added the comment:

Compiling on HEAD/master/trunk I get the following error:

/usr/local/bin/python 
/home/DragonSA/projects/pypy/pypy/translator/c/gcc/trackgcroot.py -mmain -t 
implement_6.s > implement_6.gctmp
Traceback (most recent call last):
  File "/home/DragonSA/projects/pypy/pypy/translator/c/gcc/trackgcroot.py", line 
1950, in <module>
    tracker.process(f, g, entrypoint=entrypoint, filename=fn)
  File "/home/DragonSA/projects/pypy/pypy/translator/c/gcc/trackgcroot.py", line 
1841, in process
    tracker = parser.process_function(lines, entrypoint, filename)
  File "/home/DragonSA/projects/pypy/pypy/translator/c/gcc/trackgcroot.py", line 
1350, in process_function
    table = tracker.computegcmaptable(self.verbose)
  File "/home/DragonSA/projects/pypy/pypy/translator/c/gcc/trackgcroot.py", line 
60, in computegcmaptable
    return self.gettable()
  File "/home/DragonSA/projects/pypy/pypy/translator/c/gcc/trackgcroot.py", line 
94, in gettable
    localvar)
AssertionError: pypy_g_unicode_encode_ucs1_helper: %rdx
gmake: *** [implement_6.gcmap] Error 1

Attached is the implement_6.s file.

_______________________________________________________
PyPy development tracker <pypy-dev-issue at codespeak.net>
<https://codespeak.net/issue/pypy-dev/issue690>
_______________________________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: implement_6.s.xz
Type: application/x-xz
Size: 91080 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/pypy-issue/attachments/20110426/6f9b8b80/attachment.bin>


More information about the Pypy-issue mailing list