Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 156970 - dev-util/monodevelop may depend on gnome-extra/libgail-gnome
Summary: dev-util/monodevelop may depend on gnome-extra/libgail-gnome
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-03 02:18 UTC by Attila Fazekas
Modified: 2006-12-09 03:26 UTC (History)
0 users

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 Attila Fazekas 2006-12-03 02:18:34 UTC
When it starts, said about missing libgail-gnome.so .
Comment 1 Harm Geerts 2006-12-08 16:28:00 UTC
Did you confirm that monodevelop works when you install gnome-extra/libgail-gnome ?

If not, then please do so and report back.

If yes and it still doesn't work, run revdep-rebuild (from app-portage/gentoolkit)
I've just encountered a similar error on my system and this fixed it.

The problem is that monodevelop can report the wrong library as being broken.
In my case it said libgnomeui-2.so.0 was missing, however this was not true.
libgnomeui-2.so.0 and all it's dependencies were present.

Running a strace revealed that it failed to open libdbus-1.so.2
This lib was upgraded during my last update and I mistakenly didn't bother running revdep-rebuild at the time.
That'll teach me :)
Comment 2 Attila Fazekas 2006-12-09 03:26:56 UTC
It workd with and without gnome-extra/libgail-gnome, jast said at load time.
Now I tryed to reproducate, unmerge gnome-extra/libgail-gnome , and it`s work without warning.
strace -ed and now it`s don`t tryed to open this library.
(I don`t know why.)


(In reply to comment #1)
> Did you confirm that monodevelop works when you install
> gnome-extra/libgail-gnome ?
> 
> If not, then please do so and report back.
> 
> If yes and it still doesn't work, run revdep-rebuild (from
> app-portage/gentoolkit)
> I've just encountered a similar error on my system and this fixed it.
> 
> The problem is that monodevelop can report the wrong library as being broken.
> In my case it said libgnomeui-2.so.0 was missing, however this was not true.
> libgnomeui-2.so.0 and all it's dependencies were present.
> 
> Running a strace revealed that it failed to open libdbus-1.so.2
> This lib was upgraded during my last update and I mistakenly didn't bother
> running revdep-rebuild at the time.
> That'll teach me :)
>