[PyPy-issue] [issue691] pypy-head does not compile under Windows

David Naylor pypy-dev-issue at codespeak.net
Sun May 1 11:24:55 CEST 2011


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

I tried again but got this error (at a guess I used rev 43820:1a811cae33cd):

C:/Python27/python.exe T:\\pypy\\pypy/translator/c/gcc/trackgcroot.py -mpypy_mai
n_startup -t implement_6.s > implement_6.gctmp
Traceback (most recent call last):
  File "T:\pypy\pypy/translator/c/gcc/trackgcroot.py", line 1951, in <module>
    tracker.process(f, g, entrypoint=entrypoint, filename=fn)
  File "T:\pypy\pypy/translator/c/gcc/trackgcroot.py", line 1842, in process
    tracker = parser.process_function(lines, entrypoint, filename)
  File "T:\pypy\pypy/translator/c/gcc/trackgcroot.py", line 1438, in process_fun
ction
    lines, entrypoint, filename)
  File "T:\pypy\pypy/translator/c/gcc/trackgcroot.py", line 1350, in process_fun
ction
    table = tracker.computegcmaptable(self.verbose)
  File "T:\pypy\pypy/translator/c/gcc/trackgcroot.py", line 47, in computegcmapt
able
    self.parse_instructions()
  File "T:\pypy\pypy/translator/c/gcc/trackgcroot.py", line 190, in parse_instru
ctions
    insn = meth(line)
  File "T:\pypy\pypy/translator/c/gcc/trackgcroot.py", line 789, in visit_call
    assert  lineoffset in (1,2)
AssertionError
make: *** [implement_6.gcmap] Error 1

This was from a different machine as the prior errors, I will test on that 
machine shortly.

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



More information about the Pypy-issue mailing list