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, brett.cannon, georg.brandl, ned.deily, skip.montanaro, theller
Date 2010-09-05.07:47:59
SpamBayes Score 0.00061799836
Marked as misclassified No
Message-id <1283672881.37.0.508854912645.issue9662@psf.upfronthosting.co.za>
In-reply-to
Content
It's not just LLVM.  Building a standard OS X installer on OS X 10.5 (gcc-4.0, 10.4u SDK, i386/ppc, deployment target=10.3) or 10.6 (gcc-4.2, 10.6 SDK, i386/x86_64, dept target 10.6), _ctypes fails:

*** WARNING: renaming "_ctypes" since importing it failed: dlopen(build/lib.macosx-10.3-fat-3.2/_ctypes.so, 2): Symbol not found: _ffi_closure_alloc

That is definitely a regression.
History
Date User Action Args
2010-09-05 07:48:02ned.deilysetrecipients: + ned.deily, skip.montanaro, brett.cannon, theller, georg.brandl, benjamin.peterson
2010-09-05 07:48:01ned.deilysetmessageid: <1283672881.37.0.508854912645.issue9662@psf.upfronthosting.co.za>
2010-09-05 07:47:59ned.deilylinkissue9662 messages
2010-09-05 07:47:59ned.deilycreate