Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

MPlayer does not compile (actually gio-fam-backend does not)

16 views
Skip to first unread message

Niels Kobschaetzki

unread,
Mar 25, 2008, 3:11:53 PM3/25/08
to freebsd-...@freebsd.org
Hi!

I'm trying to compile MPlayer but it just doesn't work because it
depends on gio-fam-backend and that does not compile. It always stops
with:
/usr/bin/ld: cannot find -lgio-2.0
gmake: *** [libgiofam.la] Error 1
*** Error code 2

Stop in /usr/ports/devel/gio-fam-backend.
*** Error code 1

Any ideas what I can do?

Niels

Aline de Freitas

unread,
Mar 25, 2008, 8:55:56 PM3/25/08
to freebsd-...@freebsd.org
> _______________________________________________
> freebsd-...@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questi...@freebsd.org"

A had the same trouble, but after a glib rebuild the gio-fam-backend has build
without problems.

--
Aline de Freitas - Chave pública: ID DE632016 / keys.indymedia.org
gpg --keyserver keys.indymedia.org --recv-keys DE632016

signature.asc

Andriy Babiy

unread,
Mar 25, 2008, 7:36:27 PM3/25/08
to Niels Kobschaetzki, freebsd-...@freebsd.org

What does the output of uname and objformat look like?

mdh

unread,
Mar 25, 2008, 9:19:36 PM3/25/08
to Andriy Babiy, Niels Kobschaetzki, freebsd-...@freebsd.org
--- Andriy Babiy <freebs...@shaw.ca> wrote:

> > I'm trying to compile MPlayer but it just doesn't
> work because it
> > depends on gio-fam-backend and that does not
> compile. It always stops
> > with:
> > /usr/bin/ld: cannot find -lgio-2.0
> > gmake: *** [libgiofam.la] Error 1
> > *** Error code 2
> >
> > Stop in /usr/ports/devel/gio-fam-backend.
> > *** Error code 1
> >
> > Any ideas what I can do?
> >
> > Niels

I ran into this issue as well. It seems to have more
to do with a change to the gio-fam-backend port
requiring something recently added to the glib port.
This bug happened to me with glib 2.14 and I fixed it
by upgrading to glib 2.16 which is the version the
glib20 port currently installs. This change in the
port must have happened recently, like in the past few
days.

The fix is to upgrade your devel/glib20 port to the
latest, and then go for the gio-fam-backend port.

>
> What does the output of uname and objformat look
> like?

This happened to me on 7.0-S, but I'd imagine it
probably occurs everywhere.
I'd guess that libgio is a part of the glib20 port
that was not installed by 2.14 but is by 2.16.
gio-fam-backend should probably do a dependency check
for it and if it isn't there, should upgrade
devel/glib20.

____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ

0 new messages