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 jcea, ned.deily, ronaldoussoren, yrammos
Date 2012-11-05.00:25:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352075152.37.0.24649039624.issue16407@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for your report. Without more details on exactly what errors you are seeing and exactly what configure options the Homebrew recipe is using and exactly which compiler you are using, it is not possible to be 100% certain what you are experiencing.  Furthermore, you are reporting two separate problems; in the future, please stick to one problem per bug tracker issue.

As to the problems:

1. test_sys fails with Homebrew's --with-dtrace option

Python 2.7.3 does not include dtrace support so this is a non-issue.  Looking at the current Homebrew recipe, it appears that it is applying a large patch from its own repo probably based on the ongoing and as yet unapplied patch proposed in Issue13405.  If there are specific comments on the proposed Issue13405 patch, I suggest they be added to that issue.  Otherwise, there is nothing to be done here for this item.

https://github.com/mxcl/homebrew/blob/master/Library/Formula/python.rb


2. test_ctypes fails

Most likely, test_ctypes failures are due to compiling with the OS X Clang compiler which is the default on the most recent releases of Xcode 4 for 10.7 and 10.8.  Those test failures have been fixed by the changes applied for Issue13370, which will be released in upcoming maintenance releases, including Python 2.7.4.

If these assumptions about the problems you've seen are not correct, please re-open and supply appropriate supporting materials.
History
Date User Action Args
2012-11-05 00:25:52ned.deilysetrecipients: + ned.deily, jcea, ronaldoussoren, yrammos
2012-11-05 00:25:52ned.deilysetmessageid: <1352075152.37.0.24649039624.issue16407@psf.upfronthosting.co.za>
2012-11-05 00:25:52ned.deilylinkissue16407 messages
2012-11-05 00:25:51ned.deilycreate