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 eric.araujo
Recipients eric.araujo, jlindenbaum, santoso.wijaya, tarek
Date 2011-03-21.23:28:21
SpamBayes Score 9.942655e-09
Marked as misclassified No
Message-id <1300750101.92.0.213251073005.issue11623@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the report.  Can you try to reproduce the bug with a distutils setup script to confirm the bug and get an error log?  You may have to apply the patch from #11599 to get a complete error message.  (Also, superuser rights are not required for build, so let’s remove that too.)

I only know the basics about C compilation, and I only know that Mac OS is a strange and peculiar system, but let’s try to work on this bug :)  The distutils.unixccompiler module already has code to work around things in various Mac OS versions, so if there is an easy way to detect “when it’s no longer possible to compile for PPC”, there is hope.
History
Date User Action Args
2011-03-21 23:28:21eric.araujosetrecipients: + eric.araujo, tarek, santoso.wijaya, jlindenbaum
2011-03-21 23:28:21eric.araujosetmessageid: <1300750101.92.0.213251073005.issue11623@psf.upfronthosting.co.za>
2011-03-21 23:28:21eric.araujolinkissue11623 messages
2011-03-21 23:28:21eric.araujocreate