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 ned.deily
Recipients benjamin.peterson, eric.araujo, georg.brandl, ned.deily, python-dev, ronaldoussoren, teamnoir
Date 2012-12-13.06:26:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355380005.69.0.696021070798.issue13590@psf.upfronthosting.co.za>
In-reply-to
Content
> Ned: do you have time to backport this to 3.2 and 2.7?

Yes, I'll be taking care of it shortly.

> Also, the code might not be entirely correct for all machines: on my
> machine 'gcc-4.2' still exists in /usr/bin but doesn't work because the
> actual compiler (/usr/bin/i686-apple-darwin11-gcc-4.2.1) is no longer
> present. This is with Xcode 4.5.2.

AFAIK, the file /usr/bin/gcc-4.2 is not installed with any version of Xcode 4, only Xcode 3.x.  It should have been removed by the command line tools uninstaller that used to be provided in Xcode, prior to the consolidation under Xcode.app in Xcode 4.2(?):

   sudo /Developer/Library/uninstall-devtools --mode=unixdev

Presumably that functionality should now exist in Xcode.app itself.  FWIW, I've not seen /usr/bin/gcc-4.2 left behind with any Xcode 4 installation I've done.
History
Date User Action Args
2012-12-13 06:26:45ned.deilysetrecipients: + ned.deily, georg.brandl, ronaldoussoren, benjamin.peterson, eric.araujo, teamnoir, python-dev
2012-12-13 06:26:45ned.deilysetmessageid: <1355380005.69.0.696021070798.issue13590@psf.upfronthosting.co.za>
2012-12-13 06:26:45ned.deilylinkissue13590 messages
2012-12-13 06:26:44ned.deilycreate