Re: [pypy-dev] Build pypy-2.0b1

2013-04-09 Thread Max Lavrenov
And one more question about packaging. [e-max@e-max release]$ ~/workspace/pypy_59920/bin/pypy package.py ../../.. pypy-63131 Traceback (most recent call last): File "app_main.py", line 52, in run_toplevel File "app_main.py", line 541, in run_it File "", line 1, in File "/home/e-max/worksp

Re: [pypy-dev] Build pypy-2.0b1

2013-04-09 Thread Max Lavrenov
It works. Thanks Armin! Best regards, Max On Tue, Apr 9, 2013 at 2:31 PM, Armin Rigo wrote: > Hi Max, > > On Tue, Apr 9, 2013 at 12:15 PM, Max Lavrenov > wrote: > > [platform:Error] "inconsistent frame size at instruction %s" % > (insn,)) > > We have seen this error reported already (it

Re: [pypy-dev] Build pypy-2.0b1

2013-04-09 Thread Armin Rigo
Hi Max, On Tue, Apr 9, 2013 at 12:15 PM, Max Lavrenov wrote: > [platform:Error] "inconsistent frame size at instruction %s" % (insn,)) We have seen this error reported already (it occurred with gcc 4.8, but that may not be strictly related). Assuming it's the same, I fixed it in trunk. Can

[pypy-dev] Build pypy-2.0b1

2013-04-09 Thread Max Lavrenov
Hello I've tried to build pypy from repository but got some compilation error. There is a very big traceback, so i skip some parts. Maybe i could provide some additional information? I still have opened pdb console with this failed compilation. Thanks. [platform:execute] make -j 3 in /tmp/use