Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 147504 - Nautilus 2.16.0 fails to run
Summary: Nautilus 2.16.0 fails to run
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-13 14:42 UTC by Daniel Kaplun
Modified: 2006-09-14 12:18 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 Daniel Kaplun 2006-09-13 14:42:53 UTC
Compiles fine; however during runtime it prints out:

nautilus: error while loading shared libraries: libgailutil.so.18: cannot open shared object file: No such file or directory

This is on Gail 1.8.11. On Gail 1.9.2 it tells me libgailutil.so.17 is missing. Therefore either slots for Gail are needed.
Comment 1 Daniel Kaplun 2006-09-13 14:43:40 UTC
... or Nautilus should fix its linking issues. Sorry for the double post.
Comment 2 Mart Raudsepp gentoo-dev 2006-09-13 16:23:07 UTC
Have you done a revdep-rebuild to rebuild the package that still links to the old gail library version? Or vice-versa if you want gail-1.8.x to be on your system.

According to your description, it seems likely to me that you have nautilus wanting one version of gail and another library that nautilus needs wanting a different version of gail. As it happens you don't have both at once, and so the runtime linker fails in either case. A proper revdep-rebuild run should find which is the library that is linking to a (now) non-existant gail library version and rebuild it to use the new one.
Comment 3 Daniel Kaplun 2006-09-14 12:18:10 UTC
Oops. `revdep-rebuild` rebuilds nautilus-cd-burner which was therefore causing the problem.