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 Christian.Tismer
Recipients Christian.Tismer
Date 2014-04-29.01:27:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398734858.53.0.489606157179.issue21381@psf.upfronthosting.co.za>
In-reply-to
Content
Building python on OSX Mavericks (10.9)
of Python 3.4 crashes when this is set:

MACOSX_DEPLOYMENT_TARGET=10.7

This happens with OSX 10.9.2,
all current updates installed,
as of 2014-04-28.

Demo script:
You can use my attached script to validate this error.
The script builds PySide for 16 configurations.
Exactly on Python 3.4 / OSX 10.7 it crashes.

You can easily tweak the creating loop to just build the crashing case.

Cheers -- Chris
History
Date User Action Args
2014-04-29 01:27:38Christian.Tismersetrecipients: + Christian.Tismer
2014-04-29 01:27:38Christian.Tismersetmessageid: <1398734858.53.0.489606157179.issue21381@psf.upfronthosting.co.za>
2014-04-29 01:27:38Christian.Tismerlinkissue21381 messages
2014-04-29 01:27:37Christian.Tismercreate