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 sable
Recipients drj, jabt, nnorwitz, sable, smudd
Date 2010-09-14.09:39:51
SpamBayes Score 1.5506692e-05
Marked as misclassified No
Message-id <1284457193.81.0.686274642076.issue1633863@psf.upfronthosting.co.za>
In-reply-to
Content
cc_r does not seems to be able to compile py3k, so it seems to be a bad idea to force it by default.

	cc_r -qlanglvl=extc89  -DNDEBUG -O -O2 -O2  -I. -IInclude -I./Include -I/home/cis/buildbot/support-buildbot/include -I/home/cis/buildbot/support-buildbot/include/ncurses -I/home/cis/buildbot/support-buildbot/include -I/home/cis/buildbot/support-buildbot/include/ncurses  -DPy_BUILD_CORE  -c ./Modules/posixmodule.c -o Modules/posixmodule.o
"./Modules/posixmodule.c", line 2580.26: 1506-046 (S) Syntax error.
"./Modules/posixmodule.c", line 2580.29: 1506-045 (S) Undeclared identifier Default.
make: 1254-004 The error code from the last command is 1.

The patch provided (configure.diff) is trivial and it only impacts AIX.
Could someone please apply it?
History
Date User Action Args
2010-09-14 09:39:54sablesetrecipients: + sable, nnorwitz, jabt, smudd, drj
2010-09-14 09:39:53sablesetmessageid: <1284457193.81.0.686274642076.issue1633863@psf.upfronthosting.co.za>
2010-09-14 09:39:51sablelinkissue1633863 messages
2010-09-14 09:39:51sablecreate