[kde-freebsd] Re: ports/156717: Cannot install port for multimedia/phonon-gstreamer
Raphael Kubo da Costa
kubito at gmail.com
Mon May 2 05:20:12 CEST 2011
The following reply was made to PR ports/156717; it has been noted by GNATS.
From: Raphael Kubo da Costa <kubito at gmail.com>
To: "Charlie Clark" <charlie at begeistert.org>
Cc: bug-followup at freebsd.org
Subject: Re: ports/156717: Cannot install port for multimedia/phonon-gstreamer
Date: Mon, 02 May 2011 00:16:56 -0300
"Charlie Clark" <charlie at begeistert.org> writes:
> I have been able to successfully build phonon-gstreamer on a naked FreeBSD
> system which confirms my suspicion that I probably have some incompatible
> libs from the PC-BSD install so I'm including a list of what is installed
> - the incompatibility will scream at you and you can quickly put me right!
This is a bit weird.
Up to version 4.5.0, phonon-gstreamer had some buggy code to detect
gobject which I fixed upstream later.
However, the patch in the port (files/patch-cmake__FindGObject.cmake)
should take care of working around that for now.
From what I see from your configure.log, for some reason this patch is
not working correctly on PC-BSD.
Your line saying
-- Found GObject libraries: gobject-2.0;gthread-2.0;glib-2.0
Should read something like
-- Found GObject libraries: /usr/local/lib/libgobject-2.0.so;-pthread;-L/usr/local/lib;-lgobject-2.0;-lgthread-2.0;-lglib-2.0;gobject-2.0;gthread-2.0;glib-2.0
Could you check if this does happen on your naked FreeBSD sytem? If so,
this may be a bug in PC-BSD.
More information about the kde-freebsd
mailing list