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 xapple
Recipients Julian, Oleg.Plakhotnyuk, barry, ezio.melotti, ned.deily, vstinner, xapple
Date 2011-11-04.14:42:45
SpamBayes Score 1.0326754e-08
Marked as misclassified No
Message-id <1320417766.59.0.170394526119.issue13241@psf.upfronthosting.co.za>
In-reply-to
Content
I'm on 10.7.2, with XCode is 4.2 and the problem is still present. The command "ggc -v" produces the following output:

gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)

The command "./configure --with-pydebug && make -j2" fails with the following output:

Assertion failed: (compact->utf8_length == 0), function _PyUnicode_CheckConsistency, file Objects/unicodeobject.c, line 381.
make: *** [sysconfig] Abort trap: 6

The only solution seems to be to install macports and use it to get a more recent gcc like Oleg Plakhotnyuk suggested.
History
Date User Action Args
2011-11-04 14:42:46xapplesetrecipients: + xapple, barry, vstinner, ned.deily, ezio.melotti, Julian, Oleg.Plakhotnyuk
2011-11-04 14:42:46xapplesetmessageid: <1320417766.59.0.170394526119.issue13241@psf.upfronthosting.co.za>
2011-11-04 14:42:46xapplelinkissue13241 messages
2011-11-04 14:42:45xapplecreate