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 enchanter
Recipients enchanter, koobs
Date 2014-02-03.20:13:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391458415.93.0.774495416644.issue6299@psf.upfronthosting.co.za>
In-reply-to
Content
I just tried Python 2.7.6 on x86_64-pc-openindiana151a9.   The core issue is still present.  It's not currently causing a build failure, but only because OpenIndiana 151a9 and Python are using the exact same version of Expat, so the headers that python's build process is mistakenly including from the operating system match the code that it's compiling internally.

My comment in msg97311 on 2010-01-06 is still valid.  If Python's build process is going to use internal expat, then it better ensure that the compilation flags it needs for that (including the -I) comes before the standard CFLAGS & CPPFLAGS.
History
Date User Action Args
2014-02-03 20:13:35enchantersetrecipients: + enchanter, koobs
2014-02-03 20:13:35enchantersetmessageid: <1391458415.93.0.774495416644.issue6299@psf.upfronthosting.co.za>
2014-02-03 20:13:35enchanterlinkissue6299 messages
2014-02-03 20:13:35enchantercreate