From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PVS9g-0007Xx-PP for garchives@archives.gentoo.org; Wed, 22 Dec 2010 17:07:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45916E0710; Wed, 22 Dec 2010 17:04:57 +0000 (UTC) Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com [74.125.82.181]) by pigeon.gentoo.org (Postfix) with ESMTP id E8ED9E06D8 for ; Wed, 22 Dec 2010 17:04:56 +0000 (UTC) Received: by wyf22 with SMTP id 22so6327350wyf.40 for ; Wed, 22 Dec 2010 09:04:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=9Q1C2sbHW4ybwN9jJTeBlJbSPQoC3eIW6MNK2sAqAJY=; b=XK4ASKY5KH1Kg3uAHR2kKadPSk538jL9134c+s5HOa72RZSbfjAzfgDhUNHoLN1H8v iRbEF6/RDZkjmNPpKI21wMqBGNFrLUP65LR8awl2rv7ThS9BcvnlqPW7OJA6NWMnnPxB EOAUFtQlmWPZ0jMQXmTVoVQzlCJDCULMQwsFs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=xftlTZzZLRwrjKEdedw1JSKNuq/XRlj7qsdnbhxqPBEjrawIgZviLN0jpyVL7QZ2WP 6so4VG9og1IkT+TZFX/I9anDG6QOedox1tT66yLItX2JSgAfQIXBfLWbUgKz5NEnmOdb pgH1g3pJ5l78gTU5VRjLXc1VIzZlo4HZctIDE= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.216.17.201 with SMTP id j51mr7997761wej.44.1293037495946; Wed, 22 Dec 2010 09:04:55 -0800 (PST) Received: by 10.216.16.21 with HTTP; Wed, 22 Dec 2010 09:04:55 -0800 (PST) In-Reply-To: References: Date: Wed, 22 Dec 2010 09:04:55 -0800 Message-ID: Subject: Re: [gentoo-user] Puzzled about --depclean From: Mark Knecht To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: dfe329b6-7b01-45b1-9743-f0a6f070e277 X-Archives-Hash: 930bd3d6457ccd6f952365a0337f10c9 On Wed, Dec 22, 2010 at 8:36 AM, Kevin O'Gorman wrote: > I just ran "emerge -p --depclean" and the only thing it wants to remove i= s > gentoo-sources-2.6.35-r12.=C2=A0 So my system's pretty clean, but I'm qui= te > puzzled with this result. > > I have 5 versions of gentoo-sources installed, and the one it wants to di= tch > is the one I'm actually using.=C2=A0 I can understand why it wouldn't car= e about > that, but why not: > =C2=A0=C2=A0 2.6.31-r10 which is no longer in the tree > =C2=A0=C2=A0 any of the others, which are marked in exactly the same way = as the > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 victim it picked?=C2=A0 Some are older, an= d some are newer than this > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 victim.=C2=A0 What gives? > > I'm just wondering about how --depclean picked on this one of the five? > -- > Kevin O'Gorman, PhD > Look in /var/lib/portage/world and see if you are protecting the versions you think it should be cleaning but it isn't. Hope this helps, Mark