homepage

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 rpetrov
Recipients l0nwlf, ned.deily, ronaldoussoren, rpetrov, vstinner
Date 2010年04月11日.17:08:21
SpamBayes Score 5.921097e-11
Marked as misclassified No
Message-id <1271005703.65.0.390496463731.issue8366@psf.upfronthosting.co.za>
In-reply-to
Content
It seems to that improvement for CFLAGS show bug in python build system - quote for configure:
....
		BASECFLAGS="${UNIVERSAL_ARCH_FLAGS} -isysroot ${UNIVERSALSDK} ${BASECFLAGS}"
		tgt=`sw_vers -productVersion | sed 's/\(10\.[[0-9]]*\).*/1円/'`
		if test "${UNIVERSALSDK}" != "/" -a "${tgt}" '>' '10.4' ; then
			CFLAGS="${UNIVERSAL_ARCH_FLAGS} -isysroot ${UNIVERSALSDK} ${CFLAGS}"
			CPPFLAGS="-isysroot ${UNIVERSALSDK}"
		fi
....
No idea why the script set CFLAGS and CPPFLAGS under a specific condition - may be some test cases from configure will fail without those flags set.
Assignment to CPPFLAGS will ignore user settings - this is not acceptable.
Lets see report from Ned Deily: "might look like this" : the -isysroot is added twice .
History
Date User Action Args
2010年04月11日 17:08:24rpetrovsetrecipients: + rpetrov, ronaldoussoren, vstinner, ned.deily, l0nwlf
2010年04月11日 17:08:23rpetrovsetmessageid: <1271005703.65.0.390496463731.issue8366@psf.upfronthosting.co.za>
2010年04月11日 17:08:22rpetrovlinkissue8366 messages
2010年04月11日 17:08:21rpetrovcreate

AltStyle によって変換されたページ (->オリジナル) /