Gentoo Archives: gentoo-devhelp

From: Peter Volkov <pva@g.o>
To: Thomas Kahle <tom111@×××.de>
Cc: gentoo-devhelp@l.g.o
Subject: Re: [gentoo-devhelp] preserved libs
Date: Mon, 04 May 2009 17:17:26
Message-Id: 1241457397.28604.1349.camel@localhost
In Reply to: [gentoo-devhelp] preserved libs by Thomas Kahle
1 В Пнд, 04/05/2009 в 10:32 +0200, Thomas Kahle пишет:
2 > a program depending on library A1.so.
3 > Now A gets updated to A2.so but preserve libs is enabled, so portage
4 > keeps a copy of A1.so and fills the set @preserved-rebuild.
5 > Running emerge @preserved-rebuild rebuilds the package... against A1.so
6
7 > So, where is the flaw?
8
9 Hi Thomas. This is one of the reasons why preserve-rebuild is still
10 masked. If you search bugzilla you'll find bug about this issue.
11 Actually this is error in package since configure script should find
12 latest version of A1.so or, may be, provide some way to select version
13 of the library (and then together with configure script ebuild needs to
14 be modified).
15
16 --
17 Peter.