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 jmr
Recipients blb, brett.cannon, dmw, easel, eric.smith, jmr, jnoller, mark.dickinson, ned.deily, ronaldoussoren
Date 2009-08-30.14:25:55
SpamBayes Score 1.8916827e-08
Marked as misclassified No
Message-id <1251642357.82.0.707223178729.issue6802@psf.upfronthosting.co.za>
In-reply-to
Content
Noting for completeness that:
 * 3.0.1 behaves the same as 3.1.1 (works without --enable-framework).
 * 2.5.4 fails with 'cc1: error: unrecognized command line option "-Wno-
long-double"'. Once this is removed from the configure script, it then 
fails in mactoolboxglue.c due to missing Carbon functions, whether or 
not it was configured with --enable-framework. Using --disable-toolbox-
glue and not using --enable-framework allows the build to succeed. Using 
--disable-toolbox-glue and --enable-framework causes a failure involving 
struct rusage in posixmodule.c. Adding "#define _DARWIN_C_SOURCE" to 
pyconfig.h fixes this, but then there's the same "file is not of 
required architecture" failure seen in later versions.
 * 2.4.6 behaves the same as 2.5.4 apart from not needing the 
_DARWIN_C_SOURCE addition.
 * None of the failures are affected by /opt/local/bin's presence or 
absence in my PATH.
History
Date User Action Args
2009-08-30 14:25:58jmrsetrecipients: + jmr, brett.cannon, ronaldoussoren, mark.dickinson, blb, eric.smith, dmw, ned.deily, jnoller, easel
2009-08-30 14:25:57jmrsetmessageid: <1251642357.82.0.707223178729.issue6802@psf.upfronthosting.co.za>
2009-08-30 14:25:56jmrlinkissue6802 messages
2009-08-30 14:25:55jmrcreate