Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 140293 - emerge --depclean and revdep-build loop
Summary: emerge --depclean and revdep-build loop
Status: RESOLVED DUPLICATE of bug 4698
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-13 20:06 UTC by Joe Chen
Modified: 2006-07-14 02:53 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joe Chen 2006-07-13 20:06:02 UTC
when I run emerge --depclean
gnome-base/oaf, gnome-base/gnome-libs, dev-libs/libxml
was assigned to remove.
after remove them and run revdep-build
emerge =dev-util/subversion-1.3.1 =gnome-base/gconf-1.0.9 =gnome-base/libglade-0.17-r6 =media-gfx/imagemagick-6.2.5.5 
execute and gnome-base/oaf, gnome-base/gnome-libs, dev-libs/libxml is install again
[ebuild   R   ] media-gfx/imagemagick-6.2.5.5  USE="X bzip2 jpeg jpeg2k mpeg perl png tiff truetype xml zlib -doc -fpx -graphviz -gs -jbig -lcms -minimal -nocxx -wmf" 0 kB
[ebuild   R   ] gnome-base/libglade-0.17-r6  USE="X nls -bonobo" 0 kB
[ebuild  N    ]  gnome-base/gnome-libs-1.4.2  USE="esd kde nls -doc" 0 kB
[ebuild   R   ] gnome-base/gconf-1.0.9  USE="nls" 0 kB
[ebuild  N    ]  gnome-base/oaf-0.6.10  USE="nls" 0 kB
[ebuild  N    ]   dev-libs/libxml-1.8.17-r2  USE="-doc" 0 kB
[ebuild   R   ] dev-util/subversion-1.3.1  USE="apache2 bash-completion berkdb java nls perl python zlib -emacs -minimal -nowebdav -ruby" 0 kB

I run emerge --depclean again, then stat is loop
Comment 1 Joe Chen 2006-07-13 23:47:44 UTC
I found that have reduplicate package due to this problem
[I--] [  ] gnome-base/gconf-1.0.9 (1)
[I--] [  ] gnome-base/gconf-2.14.0 (2)
and
[I--] [  ] gnome-base/libglade-0.17-r6 (0)
[I--] [  ] gnome-base/libglade-2.5.1 (2.0)
they belong defferent slot
in my system, it only need newer one
but older one did not auto remove or remove by depclean
this bug may cause garbage pacakage
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-07-14 02:53:58 UTC

*** This bug has been marked as a duplicate of 4698 ***