Re: [Python-Dev] Buildbot for AIX

2010-11-08 Thread exarkun
On 05:50 pm, solip...@pitrou.net wrote: Le lundi 08 novembre 2010 � 18:46 +0100, S�bastien Sabl� a �crit : xlc: 1501-216 (W) command option - -qmaxmem=18000 is not recognized - passed to ld Is -qmaxmem really necessary to build Python? If so, you could try passing it in CFLAGS. However running

Re: [Python-Dev] Buildbot for AIX

2010-11-08 Thread Sébastien Sablé
Hi Antoine, I tried to provide command lines arguments to configure instead of environment variables with: configureFlags = ["--with-pydebug", "--without-computed-gotos", "CC=xlc", 'OPT="-O2 -qmaxmem=18000"'] But that would fail: on the slave, configure would run like that: ./configure --wi

Re: [Python-Dev] Buildbot for AIX

2010-11-08 Thread C. Titus Brown
On Mon, Nov 08, 2010 at 06:50:32PM +0100, Antoine Pitrou wrote: > > However running 2 different slaves per host in order to distinguish xlc > > and gcc would be OK; though I would appreciate if they could run > > sequentially rather than in parallel as that would limit the host load. > > If ther

Re: [Python-Dev] Buildbot for AIX

2010-11-08 Thread Antoine Pitrou
Le lundi 08 novembre 2010 à 18:46 +0100, Sébastien Sablé a écrit : > xlc: 1501-216 (W) command option - -qmaxmem=18000 is not recognized - > passed to ld Is -qmaxmem really necessary to build Python? If so, you could try passing it in CFLAGS. > However running 2 different slaves per host in orde

Re: [Python-Dev] Buildbot for AIX

2010-10-28 Thread Antoine Pitrou
On Fri, 15 Oct 2010 17:38:47 +0200 Sébastien Sablé wrote: > > Could you please take a look at those modifications in master.cfg, > provide me some password for the bot slaves and apply the corrections in > those issues? About the master.cfg modifications: there should be no need for separate e

Re: [Python-Dev] Buildbot for AIX

2010-10-28 Thread Martin v. Löwis
> I got no reply concerning those modifications to the buildbot script so > that I could run 2 slaves on AIX. I'm really really reluctant here. The proposed/requested changes are fairly intrusive, even though AIX is just a minority platform. So I need to find some time to rewrite them, which I hav

Re: [Python-Dev] Buildbot for AIX

2010-10-28 Thread Sébastien Sablé
Hi Martin, I got no reply concerning those modifications to the buildbot script so that I could run 2 slaves on AIX. I am able to spend some time at the moment on Python for AIX because we are migrating the product in my company from AIX 5.3 to AIX 6.1. However once this is done, by the end o

Re: [Python-Dev] Buildbot for AIX

2010-10-18 Thread Sébastien Sablé
Hi Sridhar, Le 15/10/2010 18:50, Sridhar Ratnakumar a écrit : We definitely like to share our core Python patches for AIX 5.1/5.2 and other platforms. Great to hear that ActiveState shares their improvements for Python on AIX! Thanks for the patch in git, I will check it and try to open some

Re: [Python-Dev] Buildbot for AIX

2010-10-17 Thread R. David Murray
On Fri, 15 Oct 2010 17:38:47 +0200, =?UTF-8?B?U8OpYmFzdGllbiBTYWJsw6k=?= wrote: > I finally got the authorization to run some buildbot slaves on our AIX > servers. > > I made some tests with a buildbot script as close as possible to what > you already use. Here is a patch that show the kind of

Re: [Python-Dev] Buildbot for AIX

2010-10-15 Thread Sridhar Ratnakumar
On 2010-09-20, at 7:41 AM, Sébastien Sablé wrote: > Le 17/09/2010 15:05, Antoine Pitrou a écrit : >> Following on Martin's comments, you might also want to share things >> with the ActiveState guys who, AFAIK, maintain an AIX version of Python >> (but you have been the most active AIX user on the

Re: [Python-Dev] Buildbot for AIX

2010-10-15 Thread Sébastien Sablé
Hi Martin, I finally got the authorization to run some buildbot slaves on our AIX servers. I made some tests with a buildbot script as close as possible to what you already use. Here is a patch that show the kind of modifications I had to do in order to get the buildbot slave to correctly ru

Re: [Python-Dev] Buildbot for AIX

2010-09-20 Thread Martin v. Löwis
> Also could you provide me the master.cfg file (with obfuscated > passwords) that is used by the Python buildbot master or tell me if it > is in subversion somewhere? Attached! Regards, Martin # -*- python -*- # This is a sample buildmaster config file. It must be installed as # 'master.cfg' in

[Python-Dev] Buildbot for AIX

2010-09-20 Thread Sébastien Sablé
Hi Martin, Le 17/09/2010 14:42, "Martin v. Löwis" a écrit : If you are having the build slave compile Python, I'd like to point out that you *already* run arbitrary shell commands provided by some external source: if somebody would check some commands into Python's configure.in, you would uncond

[Python-Dev] Buildbot for AIX

2010-09-20 Thread Sébastien Sablé
Le 17/09/2010 15:05, Antoine Pitrou a écrit : Following on Martin's comments, you might also want to share things with the ActiveState guys who, AFAIK, maintain an AIX version of Python (but you have been the most active AIX user on the bug tracker lately; perhaps they are keeping their patches t