[issue16002] AIX buildbot compile errors

2012-09-25 Thread Stefan Krah
Stefan Krah added the comment: Hi Trent, nice setup BTW! Trent Nelson 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 (se

[issue16002] AIX buildbot compile errors

2012-09-25 Thread Trent Nelson
Trent Nelson added the comment: 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). Once you've done that

[issue16002] AIX buildbot compile errors

2012-09-23 Thread Stefan Krah
Stefan Krah added the comment: The compile errors are fixed, let's open separate issues for the test failures. -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker __

[issue16002] AIX buildbot compile errors

2012-09-23 Thread Stefan Krah
Stefan Krah added the comment: Thanks! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.or

[issue16002] AIX buildbot compile errors

2012-09-23 Thread Antoine Pitrou
Antoine Pitrou added the comment: > Antoine, I understood that ./configure parameters can only be changed > on the build master. Could you add --without-computed-gotos? Done. -- ___ Python tracker

[issue16002] AIX buildbot compile errors

2012-09-23 Thread Stefan Krah
Stefan Krah added the comment: I tested --without-computed-gotos on the AIX machine and that solves the problem. Antoine, I understood that ./configure parameters can only be changed on the build master. Could you add --without-computed-gotos? -- nosy: +pitrou

[issue16002] AIX buildbot compile errors

2012-09-22 Thread Stefan Krah
New submission from Stefan Krah: According to issue #9799 configuring --without-computed-gotos might solve the AIX compile error. -- components: Build keywords: buildbot messages: 171013 nosy: skrah, trent priority: normal severity: normal status: open title: AIX buildbot compile errors