Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 9696

Summary: emerge depclean doesnt completely replace dep-clean
Product: Portage Development Reporter: Olivier Crete (RETIRED) <tester>
Component: UnclassifiedAssignee: Nicholas Jones (RETIRED) <carpaski>
Status: RESOLVED INVALID    
Severity: normal CC: drobbins
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Olivier Crete (RETIRED) gentoo-dev 2002-10-26 03:26:36 UTC
My understanding of comment #9 of bug 5239 is that dep-clean is going away?
emerge dep-clean only gives part of the information that dep-clean gives..
What's lacking (and that's clearly a portage bug) is that I can't find the new
version of the packages that are not in world but dependencies of world. 

There should be a "emerge -u all" that would not check in world, but check for
new versions of all installed packages... I dont see why that would be this hard
to do.. Or maybe just check all the dependencies of world/system and check if
they are up to date...
Comment 1 Nicholas Jones (RETIRED) gentoo-dev 2002-10-27 03:15:02 UTC
emerge -u --deep world

Besides that, what does dep-clean have?
If there is some userful functionality missing, lemme know.
Comment 2 Olivier Crete (RETIRED) gentoo-dev 2002-10-27 11:37:54 UTC
maybe document the --deep option

Other than that.. no I dont see anything.. so I'm closing ;)
Comment 3 DC 2002-12-04 21:03:40 UTC
A minor quibble, but man emerge doesn't mention --deep at all, although it does
seem to work.