[MacPorts] #25320: qt4-mac mysql variant doesn't build mysql driver
MacPorts
noreply at macports.org
Thu Jun 17 15:36:23 PDT 2010
#25320: qt4-mac mysql variant doesn't build mysql driver
------------------------------------------------+---------------------------
Reporter: mac.ports.fishspit@… | Owner: michaelld@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.9.0
Keywords: | Port: qt4-mac
------------------------------------------------+---------------------------
Comment(by michaelld@…):
Looks like this is a 'port' issue.
If I modify the Portfile to print out debugging info during "pre-
configure", I can show that (edited slightly for wikiformatting):
{{{
[snip]
DEBUG: Executing proc-pre-org.macports.configure-configure-0
cpath = /opt/local/include /opt/local/include/mysql5/mysql
configure.env befor =
configure.env after =
CPATH=/opt/local/include:/opt/local/include/mysql5/mysql
LIBRARY_PATH=/opt/local/lib:/opt/local/lib/mysql5/mysql
DEBUG: Executing org.macports.configure (qt4-mac)
DEBUG: Environment:
CPATH='/opt/local/include'
LIBRARY_PATH='/opt/local/lib'
MACOSX_DEPLOYMENT_TARGET='10.5'
[snip]
}}}
So, it looks like "configure.env" is being set correctly during the "pre-
configure" stage, but then the CPATH and LIBRARY_PATH are being truncated
before the "configure" command is issued.
--
Ticket URL: <http://trac.macports.org/ticket/25320#comment:4>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list