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

Bug 61826

Summary: Annoying "emerge depclean" countdown and warning
Product: Gentoo Linux Reporter: Sascha Silbe <sascha-gentoo-bugzilla>
Component: [OLD] Core systemAssignee: Portage team <dev-portage>
Status: RESOLVED FIXED    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 108082    
Attachments: emerge.patch

Description Sascha Silbe 2004-08-26 09:31:40 UTC
The "emerge depclean" countdown and warning are useful in some cases, but also annoying in other cases (frequent usage, automatically maintained systems).
Regarding the countdown, I suggest using a "DEPCLEAN_DELAY" variable in make.conf similar to "CLEAN_DELAY" for "emerge clean", shutting it off entirely (so it does not produce any output) with "DEPCLEAN_DELAY=0".
The warning (and IMO even the statistics) should be suppressed by the "--quiet" option to emerge.
Comment 1 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2005-08-06 02:10:19 UTC
Created attachment 65213 [details, diff]
emerge.patch

The patch removes depclean warning when --quiet is used. Countdown can be
removed by setting EMERGE_WARNING_DELAY to 0.
Comment 2 Jason Stubbs (RETIRED) gentoo-dev 2005-10-16 00:32:46 UTC
Fixed in 2.0.53 
Comment 3 Jason Stubbs (RETIRED) gentoo-dev 2005-10-16 07:54:10 UTC
Forgot to mark it.