Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 159789 - dev-util/glade needs libgail.so
Summary: dev-util/glade needs libgail.so
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Saleem Abdulrasool (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-02 16:08 UTC by sfullenwider
Modified: 2007-09-24 01:50 UTC (History)
1 user (show)

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


Attachments
output from emerge --info (einfo,3.29 KB, text/plain)
2007-09-24 01:50 UTC, Iain Buchanan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sfullenwider 2007-01-02 16:08:20 UTC
Glade whines about a lack of libgail.  What it needs libgail for I have no idea.

sfullenwider@aristotle /usr/bin $ ./glade-2
Gtk-Message: Failed to load module "gail": libgail.so: cannot open shared object file: No such file or directory
I/O warning : failed to load external entity "/home/sfullenwider/.glade2"

Installing gail relieved the problem.  However this forced the installation of 8 (for me) additional packages.  I am unaware if there is a way to compile glade without requiring gail.  If there is, perhaps a CFLAG would be in order.

sfullenwider@aristotle /usr/bin $ ./glade-2
GTK Accessibility Module initialized
I/O warning : failed to load external entity "/home/sfullenwider/.glade2"
Comment 1 Saleem Abdulrasool (RETIRED) gentoo-dev 2007-01-20 09:44:33 UTC
Does glade actually function properly if you do not have gail installed?  gail is needed for accessibility support. 
Comment 2 sfullenwider 2007-01-20 20:10:21 UTC
It seems to run fine.  I don't see any weird behavior at all.
Comment 3 Saleem Abdulrasool (RETIRED) gentoo-dev 2007-02-10 20:57:14 UTC
Could you please provide the output of gconftool-2 -g /desktop/gnome/interface/accessibility
Comment 4 sfullenwider 2007-02-11 16:11:35 UTC
sfullenwider@aristotle ~ $ gconftool-2 -g  /desktop/gnome/interface/accessibility
false
Comment 5 Saleem Abdulrasool (RETIRED) gentoo-dev 2007-07-11 04:15:31 UTC
Since its functional, and the warnings arent serious, I think Im going to let this stay as is.  Glade-3 is better in every way anyways :-).
Comment 6 Iain Buchanan 2007-09-24 01:49:37 UTC
I would like to reopen this bug, cause I'm having a similar problem.  This time it does stop glade from running.

I was using glade-2 on friday, then I tried to use it on saturday and I got this error:

$ glade-2
Gtk-Message: Failed to load module "gail-gnome": libgail-gnome.so: cannot open shared object file: No such file or directory
GTK Accessibility Module initialized

`revdep-rebuild --library libgail-gnome.so` said "There are no dynamic links to libgail-gnome.so...", so I installed libgail-gnome anyway.

Now glade just does this:
$ glade-2 
GTK Accessibility Module initialized

and sits there.  No windows, no cpu usage, nothing!

It turns out I had recompiled poppler-bindings on Saturday (didn't change the version).  I recompiled poppler-bindings before I compiled libgail-gnome, and got the "do nothing" behaviour above.  I recompiled poppler-bindings again _after_ installing libgail-gnome, and now glade-2 works as usual.

So it appears libgail-gnome is a dependancy for some reason.  Yes I would use glade-3 but this is an old project I'm maintaining :)

So can this bug be reopened and libgail-gnome made a dependency?

thanks.
Comment 7 Iain Buchanan 2007-09-24 01:50:47 UTC
Created attachment 131745 [details]
output from emerge --info