When it starts, said about missing libgail-gnome.so .
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 :)
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 :) >