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 tarek
Recipients bskaplan, loewis, ronaldoussoren, srid, tarek
Date 2009-12-27.10:48:08
SpamBayes Score 0.00014644512
Marked as misclassified No
Message-id <1261910889.68.0.924705515272.issue7580@psf.upfronthosting.co.za>
In-reply-to
Content
This is happening because "./configure --enable-universalsdk" was used
in MacPorts.

In Python source, "/Mac/BuildScript/build-installer.py" can be used to
drive ./configure with another SDK (via --sdk-path) so maybe macports
itself should use it as a pre-built step.

In any case, maybe such an option could be added in configure itself. I
am adding Ronald into the loop, he'll propably know what's the best
thing to do.
History
Date User Action Args
2009-12-27 10:48:10tareksetrecipients: + tarek, loewis, ronaldoussoren, srid, bskaplan
2009-12-27 10:48:09tareksetmessageid: <1261910889.68.0.924705515272.issue7580@psf.upfronthosting.co.za>
2009-12-27 10:48:08tareklinkissue7580 messages
2009-12-27 10:48:08tarekcreate