Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 9696 - emerge depclean doesnt completely replace dep-clean
Summary: emerge depclean doesnt completely replace dep-clean
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Nicholas Jones (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-26 03:26 UTC by Olivier Crete (RETIRED)
Modified: 2011-10-30 22:18 UTC (History)
1 user (show)

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 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.