[MacPorts] #13778: python25 doesn't install locale.so on Darwin 9
MacPorts
trac at macosforge.org
Tue Jan 1 21:08:14 PST 2008
#13778: python25 doesn't install locale.so on Darwin 9
----------------------------------------+-----------------------------------
Reporter: mdickens at nd.edu | Owner: macports-tickets at lists.macosforge.org
Type: defect | Status: new
Priority: Normal | Milestone: Port Bugs
Component: ports | Version: 1.6.0
Keywords: python25, locale, darwin 9 |
----------------------------------------+-----------------------------------
There is a bug in the setup.py script that inhibits the inclusion of
/opt/local/include as a search directory for various headers (e.g.
sqlite3.h, db.h), when that string is followed by another compiler
directive that does not start with "-I". For Darwin 8, this is not an
issue (the string to be parsed is "{{{-I. -I./Include
-I/opt/local/include}}}"); but for Darwin 9 it is an issue (string "{{{-I.
-I./Include -I/opt/local/include -D__DARWIN_UNIX03}}}"). I'll attach a
replacement for patch-setup.py that corrects this issue as well as makes
sure /opt/local/... is in the list of search directories. This patch
should work with all install types, and supersedes the same-named file
from ticket:11267.
--
Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13778>
MacPorts </projects/macports>
Ports system for Mac OS
More information about the macports-tickets
mailing list