Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 61826 - Annoying "emerge depclean" countdown and warning
Summary: Annoying "emerge depclean" countdown and warning
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 108082
  Show dependency tree
 
Reported: 2004-08-26 09:31 UTC by Sascha Silbe
Modified: 2005-10-16 07:54 UTC (History)
0 users

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


Attachments
emerge.patch (emerge.patch,3.06 KB, patch)
2005-08-06 02:10 UTC, Paweł Hajdan, Jr. (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.