Re: [pypy-dev] Translation Error building with cx_Oracle

2012-02-28 Thread Armin Rigo
Hi, On Mon, Feb 27, 2012 at 18:39, Phillip Class wrote: >> /home/user/Desktop/pypy/pypy/annotation/annrpython.py(235)addpendingblock() > -> assert annmodel.unionof(s_oldarg, s_newarg) == s_oldarg > (Pdb+) s_oldarg > SomeInstance(can_be_None=False, > classdef=pypy.objspace.std.intobject.W_IntObjec

Re: [pypy-dev] Translation Error building with cx_Oracle

2012-02-27 Thread Maciej Fijalkowski
On Mon, Feb 27, 2012 at 11:16 AM, Phillip Class wrote: > Hi Maciej, > > It's very big but here is the entire thing: > http://pastebin.com/MkmHPBAU > > Thanks, > > Phil On the unrelated note, you might want to install libbz2 and ncurses ;-) > > > On Mon, Feb 27, 2012 at 7:07 PM, Maciej Fijalkowsk

Re: [pypy-dev] Translation Error building with cx_Oracle

2012-02-27 Thread Phillip Class
Hi Maciej, It's very big but here is the entire thing: http://pastebin.com/MkmHPBAU Thanks, Phil On Mon, Feb 27, 2012 at 7:07 PM, Maciej Fijalkowski wrote: > On Mon, Feb 27, 2012 at 10:12 AM, Maciej Fijalkowski > wrote: > > On Mon, Feb 27, 2012 at 9:39 AM, Phillip Class > > wrote: > >> Hi Ma

Re: [pypy-dev] Translation Error building with cx_Oracle

2012-02-27 Thread Maciej Fijalkowski
On Mon, Feb 27, 2012 at 10:12 AM, Maciej Fijalkowski wrote: > On Mon, Feb 27, 2012 at 9:39 AM, Phillip Class > wrote: >> Hi Maciej, >> >> In Pdb they look like this: >> >> [translation] start debugger... >>> >>> /home/user/Desktop/pypy/pypy/annotation/annrpython.py(235)addpendingblock() >> -> ass

Re: [pypy-dev] Translation Error building with cx_Oracle

2012-02-27 Thread Maciej Fijalkowski
On Mon, Feb 27, 2012 at 9:39 AM, Phillip Class wrote: > Hi Maciej, > > In Pdb they look like this: > > [translation] start debugger... >> >> /home/user/Desktop/pypy/pypy/annotation/annrpython.py(235)addpendingblock() > -> assert annmodel.unionof(s_oldarg, s_newarg) == s_oldarg > (Pdb+) s_oldarg >

Re: [pypy-dev] Translation Error building with cx_Oracle

2012-02-27 Thread Phillip Class
Hi Maciej, In Pdb they look like this: [translation] start debugger... > /home/user/Desktop/pypy/pypy/annotation/annrpython.py(235)addpendingblock() -> assert annmodel.unionof(s_oldarg, s_newarg) == s_oldarg (Pdb+) s_oldarg SomeInstance(can_be_None=False, classdef=pypy.objspace.std.intobject.W_In

Re: [pypy-dev] Translation Error building with cx_Oracle

2012-02-27 Thread Maciej Fijalkowski
On Mon, Feb 27, 2012 at 6:59 AM, Phillip Class wrote: > Hello, > > On Ubuntu 10.04 LTS 64-bit with Python 2.7, after cloning the latest repo I > am trying to build pypy with cx_Oracle mod using the command: > python translate.py -Ojit targetpypystandalone.py --withmod-oracle > > After quite awhile

[pypy-dev] Translation Error building with cx_Oracle

2012-02-27 Thread Phillip Class
Hello, On Ubuntu 10.04 LTS 64-bit with Python 2.7, after cloning the latest repo I am trying to build pypy with cx_Oracle mod using the command: python translate.py -Ojit targetpypystandalone.py --withmod-oracle After quite awhile it fails with the following translation errors. Can somebody pleas