This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients pitrou, skrah, trent
Date 2012-09-25.19:27:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20120925192713.GA12528@sleipnir.bytereef.org>
In-reply-to <1348593013.28.0.465486140234.issue16002@psf.upfronthosting.co.za>
Content
Hi Trent, nice setup BTW!

Trent Nelson <report@bugs.python.org> wrote:
> Hi Stefan, quick question: how did you invoke ./configure on the AIX box?
> The reason for asking is that a7/arsenic is a little quirky, you need to
> run a zsh subroutine via `_xlc 12` to set up the right CC env (see
> ~/buildslave/start.zsh).

That's good to know. I did the whole thing manually and pasted the ./configure
environment from

   http://buildbot.python.org/all/builders/RS6000%20AIX%207.1%20%5BSB%5D%203.x/builds/85/steps/configure/logs/stdio

to a file "build_env" in the home directory. Perhaps we can put that subroutine
in the file instead.

> (I haven't set up a buildslave for gcc on that box.)

I think that's not so important right now. It's good to have more diversity
w.r.t compilers.

For the commercial compilers it might be good to switch to optimized builds
in order to see if there are either optimizer bugs or Python bugs that don't
show up with gcc.
History
Date User Action Args
2012-09-25 19:27:33skrahsetrecipients: + skrah, pitrou, trent
2012-09-25 19:27:12skrahlinkissue16002 messages
2012-09-25 19:27:11skrahcreate