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 brett.cannon
Recipients brett.cannon, eric.araujo, ned.deily, ronaldoussoren, tarek
Date 2013-06-07.14:54:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370616849.11.0.310709338221.issue18136@psf.upfronthosting.co.za>
In-reply-to
Content
> echo $CPPFLAGS
-I /Users/bcannon/Developer/include -I/Users/bcannon/Developer/Cellar/readline/6.2.4/include
> echo $LDFLAGS
-L /Users/bcannon/Developer/lib -L/Users/bcannon/Developer/Cellar/readline/6.2.4/lib
> echo $CFLAGS
-Wno-unused-value -Wno-empty-body -Qunused-arguments

So ~/Developer/include does have Python installations in there (it's my homebrew include directory) along with sqlite3 and any other packages I have installed to be able to test more. Chances are the headers in homebrew are taking precedence over what's in the build directory during test_distutils run and that's where the conflict is coming in.

If that's true, does this simply mean I need to build Python without any installed libraries to avoid this conflict? Or does this go away if I don't have Homebrew in a non-standard location?
History
Date User Action Args
2013-06-07 14:54:09brett.cannonsetrecipients: + brett.cannon, ronaldoussoren, tarek, ned.deily, eric.araujo
2013-06-07 14:54:09brett.cannonsetmessageid: <1370616849.11.0.310709338221.issue18136@psf.upfronthosting.co.za>
2013-06-07 14:54:09brett.cannonlinkissue18136 messages
2013-06-07 14:54:08brett.cannoncreate