[issue4532] Fails to build on QNX 6.3.2

2008-12-10 Thread Martin v. Löwis
Changes by Martin v. Löwis [EMAIL PROTECTED]: -- priority: release blocker - normal ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue4532 ___ ___

[issue4532] Fails to build on QNX 6.3.2

2008-12-04 Thread Matt Kraai
New submission from Matt Kraai [EMAIL PROTECTED]: When I try to build Python 3.0 on QNX 6.3.2, the build has the following error: gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pythonrun.o Python/pythonrun.c

[issue4532] Fails to build on QNX 6.3.2

2008-12-04 Thread Christian Heimes
Christian Heimes [EMAIL PROTECTED] added the comment: The patch is looking good to me. -- nosy: +christian.heimes priority: - release blocker stage: - patch review ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue4532

[issue4532] Fails to build on QNX 6.3.2

2008-12-04 Thread Martin v. Löwis
Martin v. Löwis [EMAIL PROTECTED] added the comment: Why is this a release blocker? QNX is not a supported platform, so failures on it cannot possibly block a release. -- nosy: +loewis ___ Python tracker [EMAIL PROTECTED]