Re: [Python-Dev] AIX 5.3 - Enabling Shared Library Support Vs Extensions

2010-12-02 Thread Sébastien Sablé
/issue941346 Python compiled with shared libraries was broken on AIX until recently. There are some patches there to get it to work, or you may want to test the latest 2.7 or 3.x releases. regards -- Sébastien Sablé ___ Python-Dev mailing lis

Re: [Python-Dev] Buildbot for AIX

2010-11-08 Thread Sébastien Sablé
assed to ld 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. regards -- Sébastien Sablé Le 28/10/2010 16:45, Antoine Pitrou a écrit

Re: [Python-Dev] Buildbot for AIX

2010-10-28 Thread Sébastien Sablé
platform. regards -- Sébastien Sablé Le 15/10/2010 17:38, Sébastien Sablé a écrit : 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

Re: [Python-Dev] Buildbot for AIX

2010-10-18 Thread Sébastien Sablé
on AIX => not applied yet; I need to formally discuss it on Python-dev, but I am waiting for the AIX buildbot to be setup before that. best regards -- Sébastien Sablé ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/m

Re: [Python-Dev] Buildbot for AIX

2010-10-15 Thread Sébastien Sablé
em only at night if the activity it generates on the server appears to be too high. But I think it could greatly help to improve the state of Python on AIX (which is far from perfect at the moment). regards -- Sébastien Sablé Le 20/09/2010 21:21, "Martin v. Löwis" a écrit : Also coul

[Python-Dev] Buildbot for AIX

2010-09-20 Thread Sébastien Sablé
urs, in order to propose a patch for the AIX specific flags that have to be used for compilation on this platform when everything will be stable enough. Regards -- Sébastien Sablé ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.or

[Python-Dev] Buildbot for AIX

2010-09-20 Thread Sébastien Sablé
e their patches related to AIX, but I can always ask. Regards -- Sébastien Sablé ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Re: [Python-Dev] [issue1633863] AIX: configure ignores $CC

2010-09-17 Thread Sébastien Sablé
e very unstable at the moment, mostly because of issue 9862). On the other hand, I could upload the build results with rsync or scp somewhere or setup some MailNotifier if that can help. How do you think I could share those results? regards -- Sébastien Sablé Le 15/09/2010 23:28, R. Davi