Re: Builing Python 2.6 on AIX 5.2

2008-10-07 Thread brasse
On Oct 6, 5:03 pm, Jesse Noller [EMAIL PROTECTED] wrote: Looks like AIX is missing sem_timedwait - see:http://bugs.python.org/issue3876 Please add your error to the bug report just so I can track it. -jesse OK, I have now added my information to the bug tracker. I would be quite happy if I

Re: Builing Python 2.6 on AIX 5.2

2008-10-07 Thread brasse
On Oct 6, 10:16 am, brasse [EMAIL PROTECTED] wrote: Hello! I am having some trouble building Python 2.6 on AIX. The steps I have taken are: export PATH=/usr/bin/:/usr/vacpp/bin/ ./configure --with-gcc=xlc_r --with-cxx=xlC_r --disable-ipv6 make This is the error message I'm seeing:

Re: Builing Python 2.6 on AIX 5.2

2008-10-07 Thread M.-A. Lemburg
On 2008-10-07 12:24, brasse wrote: OK. I have made some changes in the source that lets me build on AIX 5.2. I thought I could post the patch here and perhaps someone can tell me if I am on the wrong track or if this is an OK fix on AIX. Thanks. Please post the patch on the Python bug tracker,

Re: Builing Python 2.6 on AIX 5.2

2008-10-07 Thread Tino Wildenhain
brasse wrote: Hello! I am having some trouble building Python 2.6 on AIX. The steps I have taken are: ... a funny side note: I was originally drawn to python because perl wouldn't build on my particular installation of AIX but python did :-) But this was 1.4 or so back then :-) Cheers Tino

Re: Builing Python 2.6 on AIX 5.2

2008-10-07 Thread Jesse Noller
Thanks for posting this to the tracker mattias - as soon as I can steal some time, I'll dig into it and see if I can get it teed up for the patch release. On Tue, Oct 7, 2008 at 6:24 AM, brasse [EMAIL PROTECTED] wrote: On Oct 6, 10:16 am, brasse [EMAIL PROTECTED] wrote: Hello! I am having

Builing Python 2.6 on AIX 5.2

2008-10-06 Thread brasse
Hello! I am having some trouble building Python 2.6 on AIX. The steps I have taken are: export PATH=/usr/bin/:/usr/vacpp/bin/ ./configure --with-gcc=xlc_r --with-cxx=xlC_r --disable-ipv6 make This is the error message I'm seeing: ./Modules/ld_so_aix xlc_r -bI:Modules/python.exp build/

Re: Builing Python 2.6 on AIX 5.2

2008-10-06 Thread pruebauno
On Oct 6, 4:16 am, brasse [EMAIL PROTECTED] wrote: Hello! I am having some trouble building Python 2.6 on AIX. The steps I have taken are: export PATH=/usr/bin/:/usr/vacpp/bin/ ./configure --with-gcc=xlc_r --with-cxx=xlC_r --disable-ipv6 make This is the error message I'm seeing:

Re: Builing Python 2.6 on AIX 5.2

2008-10-06 Thread Jesse Noller
Looks like AIX is missing sem_timedwait - see: http://bugs.python.org/issue3876 Please add your error to the bug report just so I can track it. -jesse On Mon, Oct 6, 2008 at 4:16 AM, brasse [EMAIL PROTECTED] wrote: Hello! I am having some trouble building Python 2.6 on AIX. The steps I have

Re: Builing Python 2.6 on AIX 5.2

2008-10-06 Thread pruebauno
On Oct 6, 11:03 am, Jesse Noller [EMAIL PROTECTED] wrote: Looks like AIX is missing sem_timedwait - see:http://bugs.python.org/issue3876 Please add your error to the bug report just so I can track it. -jesse On Mon, Oct 6, 2008 at 4:16 AM, brasse [EMAIL PROTECTED] wrote: Hello! I am