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 ronaldoussoren
Recipients ronaldoussoren
Date 2013-01-03.06:56:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357196210.69.0.740863456669.issue16847@psf.upfronthosting.co.za>
In-reply-to
Content
On OSX 10.8 with the following configure line and a fresh checkout (as of 10 minutes ago):

'../configure'  '--enable-framework' '--enable-universalsdk=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk' '--with-universal-archs=intel' '--with-framework-name=Python' 'MACOSX_DEPLOYMENT_TARGET=10.8' 'CC=clang' 'CXX=clang++'

The build fails because _PyUnicode_CheckConsistency cannot be found when trying to load (amongst others) _sha1. According to the unicodeobject.h that function is only available in debug builds, while it gets used unconditionally in sha1module.c

I haven't run a bisect yet to find why the build fails now, the call to _PyUnicode_CheckConsistency was added in April and the build failure is (much) more recent.
History
Date User Action Args
2013-01-03 06:56:50ronaldoussorensetrecipients: + ronaldoussoren
2013-01-03 06:56:50ronaldoussorensetmessageid: <1357196210.69.0.740863456669.issue16847@psf.upfronthosting.co.za>
2013-01-03 06:56:50ronaldoussorenlinkissue16847 messages
2013-01-03 06:56:50ronaldoussorencreate