Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Nov 2004 11:47:21 -0500
From:      Randy Pratt <rpratt1950@earthlink.net>
To:        freebsd gnome <freebsd-gnome@freebsd.org>
Subject:   glade2 missing run-time dependency
Message-ID:  <20041109114721.5a462e7f.rpratt1950@earthlink.net>

next in thread | raw e-mail | index | archive | help
It appears that a run-time dependency needs to be added to glade2
since I got these errors:

$ glade-2
Gtk-Message: Failed to load module "gail-gnome": Shared object "libgail-gnome.so
" not found, required by "glade-2"
GTK Accessibility Module initialized
I/O warning : failed to load external entity "/home/rpratt/.glade2"

Adding this to the Makefile cause all the warnings to disappear:

RUN_DEPENDS=    libgail-gnome:${PORTSDIR}/x11-toolkits/libgail-gnome

I'm not a ports guru so there may be a better way of doing it.

uname:
4.10-STABLE FreeBSD 4.10-STABLE #0: Wed Oct  6 11:40:09 EDT 2004

The gnome_upgrade.sh script was used to update even though I'm
not a full gnome user.

Best regards,

Randy



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041109114721.5a462e7f.rpratt1950>