[MacPorts] #31036: build of gnumeric @1.10.12 +no_x11 fails on missing libgtk
MacPorts
noreply at macports.org
Tue Aug 30 14:07:58 PDT 2011
#31036: build of gnumeric @1.10.12 +no_x11 fails on missing libgtk
---------------------------------+------------------------------------------
Reporter: gosta.ask@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.0.1
Keywords: | Port: gnumeric
---------------------------------+------------------------------------------
Comment(by ryandesign@…):
Sounds like something in your ports tree still thinks it's supposed to be
using gtk x11 instead of gtk quartz.
The decision about whether to use x11 or quartz really must be made before
you install any ports, because knowledge of whether x11 or quartz is used
can get baked into your other ports, even if they do not advertise any x11
or quartz variants.
Try to search for "libgtk-x11-2.0.la" in all your installed ports;
searching the lib directory might be enough:
{{{
grep libgtk-x11-2.0.la -r /opt/local/lib
}}}
For each file identified, use "port provides" to see what port it comes
from, then try rebuilding that port, being sure to select any quartz
and/or no_x11 variants it may have.
--
Ticket URL: <https://trac.macports.org/ticket/31036#comment:3>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list