Gentoo Archives: gentoo-dev

From: Mike Frysinger <vapier@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] RFC about another *DEPEND variable
Date: Thu, 21 Sep 2006 15:06:35
Message-Id: 200609211101.41237.vapier@gentoo.org
In Reply to: Re: [gentoo-dev] RFC about another *DEPEND variable by Donnie Berkholz
1 On Thursday 21 September 2006 10:54, Donnie Berkholz wrote:
2 > Yes, I agree with you. For example, take expat. The maintainers have
3 > refused to allow both versions to exist simultaneously on a system
4 > because it apparently causes more breakage than just breaking every app
5 > on your system by removing .so.0.
6
7 that is the exact case portage should be handling for you
8
9 it would go "oh hey, check out libexpat.so.0 ... some things seem to want
10 it ... HEY USER, you need to rebuild: xxxxxxxx" ... once all the packages
11 still consuming libexpat.so.0 are rebuilt, portage could silently trim it
12 from the system
13
14 complicated ? not really, scanelf can produce all this information in an
15 easily digestable format
16 -mike

Replies

Subject Author
Re: [gentoo-dev] RFC about another *DEPEND variable Ciaran McCreesh <ciaranm@×××××××.org>