Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10491 - autoclean flag autoread as true
Summary: autoclean flag autoread as true
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-11-09 13:47 UTC by Michael Cummings (RETIRED)
Modified: 2011-10-30 22:17 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 Michael Cummings (RETIRED) gentoo-dev 2002-11-09 13:47:45 UTC
I just got hit hard by an autoclean following an emerge - lost about half my box
because things it removed *were still needed, like sed, half of perl, etc.*. I
checked my make.conf and I had not uncommented the AUTOCLEAN="yes" line, which
means that the default behaviour is yes.

This is a damaging features (as always, in my opinion) since it's effectiveness
only seems to be marginal compared to the accidental damage it causes. Can the
default behavior for autoclean be set back to NO?
Comment 1 Michael Cummings (RETIRED) gentoo-dev 2002-11-09 13:57:55 UTC
from my emerge.log - as you see, i did an update on imagemagick, after which a
whole slew of ebuilds were unmerged. After that unmerge, a few days pass, i go
to emerge -u world and it fails twice (hence the two bottom entries). about the
only info i can think to pass as I rebuild missing parts.

 === rsync
Started emerge on: Nov 05, 2002
 *** emerge  search imagemagick
Started emerge on: Nov 05, 2002
 *** emerge  clean
 <<< unmerge success: sys-kernel/linux-headers-2.4.18-r2
 <<< unmerge success: sys-apps/supersed-3.58
 <<< unmerge success: app-editors/nano-1.0.8-r1
 <<< unmerge success: dev-libs/openssl-0.9.6e
 <<< unmerge success: dev-perl/MIME-Base64-2.12-r1
Started emerge on: Nov 06, 2002
 *** emerge  rsync
 === rsync
Started emerge on: Nov 07, 2002
 *** emerge  rsync
 === rsync
Started emerge on: Nov 08, 2002
 *** emerge  rsync
 === rsync
Started emerge on: Nov 09, 2002
 *** emerge  rsync
 === rsync
Started emerge on: Nov 09, 2002
 *** emerge --update world
 >>> emerge (1 of 4) sys-apps/procps-2.0.10-r1 to /
Started emerge on: Nov 09, 2002
 *** emerge --update world
 >>> emerge (1 of 4) sys-apps/procps-2.0.10-r1 to /
Comment 2 Nicholas Jones (RETIRED) gentoo-dev 2002-11-10 03:23:49 UTC
The default behavior is yes because without it
your symlinks for libs can be yanked wrongly.

According to what you posted, you ran 'emerge clean'.
Doesn't show anything helpful.

If you're complaining about supersed killing sed,
then that's the complaint, as it _should_ coexist nicely,
even when unmerged.