After upgrading slrn-0.9.8.0 to 0.9.8.1_p1, mutt 1.5.6 gets the following error: (927) jmaynard@thebrain:~$ mutt mutt: error while loading shared libraries: libslang.so.1: cannot open shared object file: No such file or directory The slrn upgrade upgraded sys-libs/slang from 1.4.9 to 2.1.3-r1. This removed the library mutt depends on. Reproducible: Always Expected Results: The request to emerge slrn-0.9.8.1_p1 should have produced a wrning, or else refused to go, unless mutt was also upgraded. This is on Alpha. I did not have ~alpha in the keywords list.
revdep-rebuild, please. You seem to completely misunderstood the problem, there's no bug in slrn and while slang doesn't warn anymore about major lib number change, that move was done so long ago, that by now, most users already gone through it (slang-2.1.3-r1 was stabled on 09 Mar 2008 for x86, a day later for most of the other arches and 1.4.9-r2 was removed on 15 Jun 2008)
I don't care what program is listed as having the bug, but upgrading one program should not break another. That's called DLL hell on Windows, and is something Linux should not have. Maybe it's slrn, maybe it's libslang, maybe it's mutt, but something needs fixing (besides the nonexistent revdep-rebuild manpage; what's that?).
1. take a chill pill 2. use 'emerge -upvD world'; you probably failed to use -D, so you've missed it, when it really happened 3. revdep-rebuild is in app-portage/gentoolkit; a VERY useful tool to run once in a while (just don't be surprised, it sometimes has false positives, like with certain .la files from gcc with gcj useflag)
The last time I ran "emerge world", it took me three days to get the system straightened out again. Since this server is one folks depend on (among other things, it's the web and CVS server for Hercules), I'm loath to upgrade it unless it's really necessary. I'm running revdep-rebuild now; a quick Google turned up the documentation for it. So far, I've had to manually upgrade one package it called out and got confused by. We'll see what else needs fixing the hard way. If revdep-rebuild is so useful as a tool for Gentoo admins, perhaps it should be a standard part of the system, instead of in an optional package. IN any event, if having upgrades to one app bring in library upgrades that break other apps is a normal part of Gentoo, I'll shut up now.
(In reply to comment #4) > The last time I ran "emerge world", it took me three days to get the system > straightened out again. Since this server is one folks depend on (among other > things, it's the web and CVS server for Hercules), I'm loath to upgrade it > unless it's really necessary. > > I'm running revdep-rebuild now; a quick Google turned up the documentation for > it. So far, I've had to manually upgrade one package it called out and got > confused by. We'll see what else needs fixing the hard way. > > If revdep-rebuild is so useful as a tool for Gentoo admins, perhaps it should > be a standard part of the system, instead of in an optional package. > > IN any event, if having upgrades to one app bring in library upgrades that > break other apps is a normal part of Gentoo, I'll shut up now. Regularly upgrading packages is a must with regard to security and maintainability, and since with Gentoo you create your own distro, it is up to you, the admin, to update all packages to acceptable standards. It also requires you, the admin, to be knowledgeable about soname changes, ABI changes, system compilers, and the runtime configuration of the packages you deploy. I agree that keeping a system up to date can be harrowing at times, but not doing so is a certain ticket to library hell on any OS. Luckily, Gentoo provides all the tools you need to find and cure these broken dependencies. If you update regularly, and know about tools like revdep-rebuild, it should be no problem to keep updating regularly. Since this would seem to be an affirmative answer to your last question, I will close this bug now and wish you all the best.