[MacPorts] #29296: multimedia/gtkpod version 2.0.x fails to build: ld duplicate symbol
MacPorts
noreply at macports.org
Mon Sep 26 14:48:06 PDT 2011
#29296: multimedia/gtkpod version 2.0.x fails to build: ld duplicate symbol
----------------------------------------+-----------------------------------
Reporter: rmstonecipher@… | Owner: macports-tickets@…
Type: update | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.9.2
Keywords: | Port: gtkpod
----------------------------------------+-----------------------------------
Comment(by ak.ml@…):
I was able to compile {{{gtkpod}}} with the attached patches.[[BR]]
{{{patch-configure.ac.diff}}} was missing from the original post but I
guess it was just about removing the {{{--as-needed}}} option from
{{{LDFLAGS}}}.[[BR]]
A few remarks:
* Are the python variants needed?[[BR]]
I don't see any reference to python in the code (except for one script).
* According to {{{NEWS}}} {{{glade}}} dependencies were removed as of
2.0.1: the {{{gtkpod}}} binaries are actually not linked with
{{{libglade2}}} anymore
* As for {{{mp4v2}}}, the libraries are opened in {{{mp4file.c}}} with:
{{{
mp4v2_handle = dlopen("libmp4v2.so.1", RTLD_LAZY);
}}}
so I'm not sure if it's correctly loaded.
--
Ticket URL: <https://trac.macports.org/ticket/29296#comment:2>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list