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

David Naylor pypy-dev-issue at codespeak.net
Mon Apr 25 10:24:31 CEST 2011


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

Using the latest source from mercurial I get (using the system compiler):

# gmake
/usr/local/bin/python 
/home/DragonSA/projects/pypy/pypy/translator/c/gcc/trackgcroot.py -mmain -t 
implement_20.s > implement_20.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_dispatcher_151: %rsi
gmake: *** [implement_20.gcmap] Error 1

----------
status: unread -> chatting

_______________________________________________________
PyPy development tracker <pypy-dev-issue at codespeak.net>
<https://codespeak.net/issue/pypy-dev/issue690>
_______________________________________________________



More information about the Pypy-issue mailing list