Re: [Python-Dev] Python 2.6: OverflowError: signed integer is greater than maximum

2009-11-09 Thread Jasper Lievisse Adriaanse
On Mon, Nov 09, 2009 at 07:15:20PM +, Mark Dickinson wrote: > On Mon, Nov 9, 2009 at 5:26 PM, Jasper Lievisse Adriaanse > wrote: > > Hi, > > > > while trying to get Python 2.6 working on OpenBSD/sgi (64-bit port) > > I ran into the following during build: > > > > OverflowError: signed integer

Re: [Python-Dev] Python 2.6: OverflowError: signed integer is greater than maximum

2009-11-09 Thread Martin v. Löwis
> I may well be barking up the wrong tree here, but as a first guess > it looks as though something in the _PySys_Init function in > Python/sysmodule.c is (directly or indirectly) causing the > OverflowError to be raised. My theory would be different. There is a pending unchecked OverflowError be

Re: [Python-Dev] Python 2.6: OverflowError: signed integer is greater than maximum

2009-11-09 Thread Mark Dickinson
On Mon, Nov 9, 2009 at 5:26 PM, Jasper Lievisse Adriaanse wrote: > Hi, > > while trying to get Python 2.6 working on OpenBSD/sgi (64-bit port) > I ran into the following during build: > > OverflowError: signed integer is greater than maximum > > I ran the command that triggered this by hand with -

[Python-Dev] Python 2.6: OverflowError: signed integer is greater than maximum

2009-11-09 Thread Jasper Lievisse Adriaanse
Hi, while trying to get Python 2.6 working on OpenBSD/sgi (64-bit port) I ran into the following during build: OverflowError: signed integer is greater than maximum I ran the command that triggered this by hand with -v added: (sgi Python-2.6.3 40)$ export PATH; PATH="`pwd`:$PATH"; export PYTHO