Opened 14 years ago
Closed 14 years ago
#27597 closed defect (invalid)
gimp2 @2.6.11 +no_x11 +quartz fails to build
Reported by: | peter@… | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.2 |
Keywords: | Cc: | ||
Port: | gimp2 |
Description
because it cannot find the library `/opt/local/lib/libgtk-x11-2.0.la' which looks like x11 to me.
Attachments (1)
Change History (6)
Changed 14 years ago by peter@…
comment:1 Changed 14 years ago by dbevans (David B. Evans)
Owner: | changed from macports-tickets@… to devans@… |
---|---|
Status: | new → assigned |
comment:2 Changed 14 years ago by dbevans (David B. Evans)
In order to successfully build gimp2 +no_x11 +quartz all of its dependencies must also be built using those variants.
/opt/local/lib/libgtk-x11-2.0.la
is provided by gtk2 when built with the +x11 variant (default) so this error makes me think that at least one of gimp2's dependencies was built against that version of gtk2
Note that this requirement makes it difficult to build some ports +quartz and others +x11 if they share a common dependent so the most fool proof way to do this is (IMO) is to install a separate instance of MacPorts in a different root (e.g. /opt/quartz), configure this version of MacPorts to use +no_x11 +quartz variants by default and build from scratch.
I have a working version of installed using that approach
gimp2 @2.6.11_1+debug+no_x11+quartz (active)
comment:3 Changed 14 years ago by dbevans (David B. Evans)
An easy way to find this sort of problem is to use the depsearch.sh script described in the ProblemHotlist under the heading:
A port failed to build, upgrade, or run with a message referring to libintl.3.dylib
Using this script, the follow command would list installed ports that are linked against the offending library
./depsearch.sh libgtk-x11-2.0
Then you should be able to rebuild these ports by installing with +no_x11 +quartz
comment:4 Changed 14 years ago by peter@…
OK, good. You are right. I managed to walk backwards in the chain of dependencies and recompile everything. Please close as invalid.
comment:5 Changed 14 years ago by dbevans (David B. Evans)
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
Glad you got it working.
Build log