public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] emerge @preserved-rebuild loop
@ 2009-10-29 15:37 Alex Schuster
  2009-10-29 16:20 ` Robin Atwood
  0 siblings, 1 reply; 3+ messages in thread
From: Alex Schuster @ 2009-10-29 15:37 UTC (permalink / raw
  To: gentoo-user

Hi there!

Any idea why this happens? It's no problem, I'm just curious.

root@tanja src --> emerge -a @preserved-rebuild

These are the packages that would be merged, in order:

Calculating dependencies ... done!
[ebuild   R   ] app-emulation/emul-linux-x86-gtklibs-20071214
[ebuild   R   ] kde-base/kalgebra-4.3.2

Would you like to merge these packages? [Yes/No] y

[...]

!!! existing preserved libs:
>>> package: sys-libs/readline-6.0_p3
 *  - /lib64/libreadline.so          
 *  - /lib64/libreadline.so.5        
 *  - /lib64/libreadline.so.5.2
 *      used by /usr/bin/calgebra (kde-base/kalgebra-4.3.2)
>>> package: app-emulation/emul-linux-x86-baselibs-20091004_rc1
 *  - /usr/lib32/libjpeg.so.62
 *  - /usr/lib32/libjpeg.so.62.0.0
 *      used by /usr/lib32/gtk-2.0/2.10.0/loaders/libpixbufloader-jpeg.so 
(app-emulation/emul-linux-x86-gtklibs-20071214)
 *      used by /usr/lib32/libImlib.so.1.9.15 (app-emulation/emul-linux-
x86-gtklibs-20071214)
 *      used by /usr/lib32/libimlib-jpeg.so (app-emulation/emul-linux-x86-
gtklibs-20071214)
Use emerge @preserved-rebuild to rebuild packages using these libraries
root@tanja src --> emerge -a @preserved-rebuild

These are the packages that would be merged, in order:

Calculating dependencies ... done!
[ebuild   R   ] app-emulation/emul-linux-x86-gtklibs-20071214
[ebuild   R   ] kde-base/kalgebra-4.3.2

Would you like to merge these packages? [Yes/No]

	Wonko



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-user] emerge @preserved-rebuild loop
  2009-10-29 15:37 [gentoo-user] emerge @preserved-rebuild loop Alex Schuster
@ 2009-10-29 16:20 ` Robin Atwood
  2009-11-02 10:29   ` Alex Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Robin Atwood @ 2009-10-29 16:20 UTC (permalink / raw
  To: gentoo-user

On Thursday 29 October 2009, Alex Schuster wrote:
> Hi there!
> 
> Any idea why this happens? It's no problem, I'm just curious.
> 
> root@tanja src --> emerge -a @preserved-rebuild
> 
> These are the packages that would be merged, in order:
> 
> Calculating dependencies ... done!
> [ebuild   R   ] app-emulation/emul-linux-x86-gtklibs-20071214
> [ebuild   R   ] kde-base/kalgebra-4.3.2
> 
> Would you like to merge these packages? [Yes/No] y
> 
> [...]
> 
> !!! existing preserved libs:
> >>> package: sys-libs/readline-6.0_p3
> 
>  *  - /lib64/libreadline.so
>  *  - /lib64/libreadline.so.5
>  *  - /lib64/libreadline.so.5.2
>  *      used by /usr/bin/calgebra (kde-base/kalgebra-4.3.2)
> 
> >>> package: app-emulation/emul-linux-x86-baselibs-20091004_rc1
> 
>  *  - /usr/lib32/libjpeg.so.62
>  *  - /usr/lib32/libjpeg.so.62.0.0
>  *      used by /usr/lib32/gtk-2.0/2.10.0/loaders/libpixbufloader-jpeg.so
> (app-emulation/emul-linux-x86-gtklibs-20071214)
>  *      used by /usr/lib32/libImlib.so.1.9.15 (app-emulation/emul-linux-
> x86-gtklibs-20071214)
>  *      used by /usr/lib32/libimlib-jpeg.so (app-emulation/emul-linux-x86-
> gtklibs-20071214)
> Use emerge @preserved-rebuild to rebuild packages using these libraries
> root@tanja src --> emerge -a @preserved-rebuild
> 
> These are the packages that would be merged, in order:
> 
> Calculating dependencies ... done!
> [ebuild   R   ] app-emulation/emul-linux-x86-gtklibs-20071214
> [ebuild   R   ] kde-base/kalgebra-4.3.2
> 
> Would you like to merge these packages? [Yes/No]

This has been asked, which may indicate there is something strange about 
kalgebra or emerge sometimes confuses itself. My solution was eventually to 
delete /var/lib/portage/preserved_libs_registry and then revdep-rebuild to 
CYA. :)

HTH
-Robin
-- 
----------------------------------------------------------------------
Robin Atwood.

"Ship me somewheres east of Suez, where the best is like the worst,
 Where there ain't no Ten Commandments an' a man can raise a thirst"
         from "Mandalay" by Rudyard Kipling
----------------------------------------------------------------------











^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-user] emerge @preserved-rebuild loop
  2009-10-29 16:20 ` Robin Atwood
@ 2009-11-02 10:29   ` Alex Schuster
  0 siblings, 0 replies; 3+ messages in thread
From: Alex Schuster @ 2009-11-02 10:29 UTC (permalink / raw
  To: gentoo-user

Robin Atwood wrote:

> On Thursday 29 October 2009, Alex Schuster wrote:

[...]
emerge -a @preserved-rebuild suggests to rebuild two packages, but 
continues to do so after emerging them.
[...]

> > root@tanja src --> emerge -a @preserved-rebuild
> >
> > These are the packages that would be merged, in order:
> >
> > Calculating dependencies ... done!
> > [ebuild   R   ] app-emulation/emul-linux-x86-gtklibs-20071214
> > [ebuild   R   ] kde-base/kalgebra-4.3.2
> >
> > Would you like to merge these packages? [Yes/No]
> 
> This has been asked, which may indicate there is something strange about
> kalgebra or emerge sometimes confuses itself. My solution was eventually
>  to delete /var/lib/portage/preserved_libs_registry and then
>  revdep-rebuild to CYA. :)

Okay, I just that, too. No strange rebuild messages any more, emerge output 
looks more tidy now. Whatever :)

Thanks,

	Wonko



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-11-02 10:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-29 15:37 [gentoo-user] emerge @preserved-rebuild loop Alex Schuster
2009-10-29 16:20 ` Robin Atwood
2009-11-02 10:29   ` Alex Schuster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox