[issue9799] Compilation error for branch py3k on AIX 6

2010-09-13 Thread Sébastien Sablé
Sébastien Sablé added the comment: Yes, no problem; I will update the Misc/AIX-NOTES file with all the information I have been collecting recently on Python with AIX. I will do that when I will have solved some remaining issues I have on AIX, and also when I will have checked with AIX 5.3 as

[issue9799] Compilation error for branch py3k on AIX 6

2010-09-12 Thread Antoine Pitrou
Antoine Pitrou added the comment: Actually, there's a Misc/AIX-NOTES file which needs updating. Sébastien, do you want to do that? -- ___ Python tracker ___

[issue9799] Compilation error for branch py3k on AIX 6

2010-09-12 Thread Martin v . Löwis
Martin v. Löwis added the comment: I know this is closed, but traditionally, we have put stuff like this into README (not sure whether Sébastien read the README :-). So if anybody feel like adding some text, go ahead. In return, feel also free to take out some text that talks about very old

[issue9799] Compilation error for branch py3k on AIX 6

2010-09-09 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue9799] Compilation error for branch py3k on AIX 6

2010-09-09 Thread Sébastien Sablé
Sébastien Sablé added the comment: OK for me to close it as a compiler bug since there is a workaround. It would be great if we could detect this compiler and deactivate this optimization automatically, but I am too lazy to search the xlc compiler documentation for a way to do that. I suppos

[issue9799] Compilation error for branch py3k on AIX 6

2010-09-08 Thread Antoine Pitrou
Antoine Pitrou added the comment: By the way, all traces of 0711-596 on the Web seem to point to IBM compiler errata. Apparently xlc tries to support computed gotos (which is originally a GCC-specific feature) but doesn't do it very well. The support for computed gotos is detected automatical

[issue9799] Compilation error for branch py3k on AIX 6

2010-09-08 Thread Sébastien Sablé
Sébastien Sablé added the comment: Yes it works if I explicitly specify --without-computed-gotos -- ___ Python tracker ___ ___ Python-

[issue9799] Compilation error for branch py3k on AIX 6

2010-09-08 Thread Antoine Pitrou
Antoine Pitrou added the comment: > Bingo, you got it. > > r73580 = OK > r83318 = OK > r83584 = OK > r83800 = OK > r83900 = OK > r83950 = OK > r83985 = OK > r83986 = ERR > r84000 = ERR > r84522 = ERR > > It was commited by some guy named "antoine.pitrou" ;) > > The linker thinks that we have

[issue9799] Compilation error for branch py3k on AIX 6

2010-09-08 Thread Sébastien Sablé
Sébastien Sablé added the comment: Bingo, you got it. r73580 = OK r83318 = OK r83584 = OK r83800 = OK r83900 = OK r83950 = OK r83985 = OK r83986 = ERR r84000 = ERR r84522 = ERR It was commited by some guy named "antoine.pitrou" ;) The linker thinks that we have some symbol named "0" or someth

[issue9799] Compilation error for branch py3k on AIX 6

2010-09-08 Thread Antoine Pitrou
Antoine Pitrou added the comment: Le mercredi 08 septembre 2010 à 15:28 +, Sébastien Sablé a écrit : > Sébastien Sablé added the comment: > > For the moment I have: > > r73580 = OK > r83318 = OK > r83584 = OK > r83800 = OK > > r84000 = ERR Then perhaps r83985 / r83986. --

[issue9799] Compilation error for branch py3k on AIX 6

2010-09-08 Thread Sébastien Sablé
Sébastien Sablé added the comment: For the moment I have: r73580 = OK r83318 = OK r83584 = OK r83800 = OK r84000 = ERR r84522 = ERR -- ___ Python tracker ___ __

[issue9799] Compilation error for branch py3k on AIX 6

2010-09-08 Thread Antoine Pitrou
Antoine Pitrou added the comment: I would suggest trying r80723 and then r80724. -- nosy: +pitrou ___ Python tracker ___ ___ Python-bu

[issue9799] Compilation error for branch py3k on AIX 6

2010-09-08 Thread Sébastien Sablé
New submission from Sébastien Sablé : I have the following error when compiling the last rev of branch py3k on an AIX 6 system: ./Modules/makexp_aix Modules/python.exp . libpython3.2.a; xlc_r -L/home/cis/data/bamboo-home-agent-runtime/xml-data/build-dir/RTAIX30-SUP/target/support/lib -L/hom