Gentoo Archives: gentoo-dev

From: Donnie Berkholz <spyderous@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] RFC: eutils addition - preserve_old_lib
Date: Sun, 03 Oct 2004 07:17:26
Message-Id: 1096787595.23655.1.camel@localhost
In Reply to: [gentoo-dev] RFC: eutils addition - preserve_old_lib by Jeremy Huddleston
1 On Sat, 2004-10-02 at 15:26, Jeremy Huddleston wrote:
2 > When the soname of a lib changes between versions of a package, we need
3 > to do a revdep-rebuild --soname <old lib> to make sure all programs that
4 > link against the old lib are rebuilt to use the new one. In order to
5 > not break currently installed programs, it is best for a package to keep
6 > the old version around until this process is done and the user deletes
7 > the file.
8
9 Most users will forget to delete the file and have tons of stale, old
10 libs sitting around on their systems unless revdep-rebuild does it for
11 them once it rebuilds things to not depend on said lib.
12 --
13 Donnie Berkholz
14 Gentoo Linux

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] RFC: eutils addition - preserve_old_lib Jeremy Huddleston <eradicator@g.o>