Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 75956 - libglade unable to find libgnome.so
Summary: libglade unable to find libgnome.so
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: AMD64 All
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-28 15:30 UTC by Aaron Gyes
Modified: 2005-01-16 14:44 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aaron Gyes 2004-12-28 15:30:54 UTC
In epiphany, I was not getting the drop down box thing in the search dialog.

I ran it in a terminal, and saw:

(epiphany:29276): libglade-WARNING **: Could not load support for `gnome': libgnome.so: cannot open shared object file: No such file or directory

(epiphany:29276): libglade-WARNING **: unknown widget class 'GnomeEntry'

** (epiphany:29276): CRITICAL **: load_info: assertion `info->widget != NULL' failed

** (epiphany:29276): CRITICAL **: connect_signals: assertion `info->widget != NULL' failed

(epiphany:29276): GLib-GObject-CRITICAL **: g_value_get_string: assertion `G_VALUE_HOLDS_STRING (value)' failed

(epiphany:29276): GLib-GObject-CRITICAL **: g_value_unset: assertion `G_IS_VALUE (value)' failed

(epiphany:29276): Gtk-CRITICAL **: gtk_widget_grab_focus: assertion `GTK_IS_WIDGET (widget)' failed

** (epiphany:29276): WARNING **: Not persisting insane state of id[find_entry]

I did a "ln -s /usr/lib/libglade/2.0/libgnome.so /usr/lib/", and the issue seems to be fixed.
Comment 1 Aaron Gyes 2004-12-28 16:29:02 UTC
same thing with libbonobo.so..

floam@home ~ $ gnome-theme-manager

(gnome-theme-manager:12096): libglade-WARNING **: Could not load support for `bonobo': libbonobo.so: cannot open shared object file: No such file or directory
Comment 2 Stian Skjelstad 2004-12-29 04:38:25 UTC
epiphany has been compiled for gnome 1.4 and not 2.x (2.4 / 2.8), and you have removed gnome 1.4 libraries.

reemerge epiphany should fix your problems. 
Comment 3 foser (RETIRED) gentoo-dev 2005-01-16 14:44:15 UTC
looks seriously wack to me. Something miscompiled with the wrong paths maybe. Anyway, not much we can do with. Not reproducable.