Re: [Python-Dev] Buildbot PPC64 AIX 3.x failures

2015-03-28 Thread David Edelsohn
On Sat, Mar 28, 2015 at 5:57 AM, Victor Stinner victor.stin...@gmail.com wrote: Hi, There are many failures on the AIX buildbot. Can someone try to fix them? Or would it be possible to turn off the buildbot to quickly see regressions?

[Python-Dev] Buildbot PPC64 AIX 3.x failures

2015-03-28 Thread Victor Stinner
Hi, There are many failures on the AIX buildbot. Can someone try to fix them? Or would it be possible to turn off the buildbot to quickly see regressions? http://buildbot.python.org/all/builders/PPC64%20AIX%203.x/builds/3426/steps/test/logs/stdio The buildbot has not enough memory, and some

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 order

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 there are

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

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

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

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

Re: [Python-Dev] Buildbot for AIX

2010-10-28 Thread Antoine Pitrou
On Fri, 15 Oct 2010 17:38:47 +0200 Sébastien Sablé sa...@users.sourceforge.net 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

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

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=?= sa...@users.sourceforge.net 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

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

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 bug

[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

[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

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