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 1P9nZ5-0005N4-AL for garchives@archives.gentoo.org; Sat, 23 Oct 2010 23:31:56 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC51BE07B5; Sat, 23 Oct 2010 23:30:41 +0000 (UTC) Received: from mail-yx0-f181.google.com (mail-yx0-f181.google.com [209.85.213.181]) by pigeon.gentoo.org (Postfix) with ESMTP id B88DAE07B5 for ; Sat, 23 Oct 2010 23:30:41 +0000 (UTC) Received: by yxf34 with SMTP id 34so2560436yxf.40 for ; Sat, 23 Oct 2010 16:30:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=XNhki9FSaAPyx5OD5Vsmj73PSwu/1u0mDPOLIbba3eE=; b=VbFAYXEK/xcYuCEa+ifeIGUs18l3ZWaaHc2FF9oxPgPM9+M67CUCd2IGVlNWxT2qv5 nNO5idPawcdSU8NYpoUUZrozB4jJbVP+qD1vw6Q1sPwkyE9QsWlB3KdQ4ML+RAV2B0GH VvT4+3w8i/BQPnF2Ywwv9tG+hjyX5h8SSMYlI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=r1tQwAWjxvDyF0Q+pEKmxbPky8nMfoIWAH8Ku/+Ku6FDpf2r925R9Tj92AF+crViNh bERFrnilWvbgleDP3vYSlRAhpPRrzd4FxflNfiAaORl5jezaXhcLYizxY2h3WGMoBPs0 aIhepUOms+IlxClbPKCExSkYwuIhQiik+0M0M= Received: by 10.100.245.38 with SMTP id s38mr3760405anh.144.1287876641409; Sat, 23 Oct 2010 16:30:41 -0700 (PDT) Received: from [192.168.1.2] (adsl-0-94-212.jan.bellsouth.net [65.0.94.212]) by mx.google.com with ESMTPS id x32sm5860768anx.24.2010.10.23.16.30.39 (version=SSLv3 cipher=RC4-MD5); Sat, 23 Oct 2010 16:30:40 -0700 (PDT) Message-ID: <4CC3701E.4010108@gmail.com> Date: Sat, 23 Oct 2010 18:30:38 -0500 From: Dale User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.14) Gecko/20101020 Gentoo/2.0.9 SeaMonkey/2.0.9 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] cruft after perl-cleaner --all References: <4CC31A6C.5040608@gentoo.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 5e079013-ebba-401d-a570-e6c7faf55635 X-Archives-Hash: 515b5825357cbc92f50c3555c1c951eb Allan Gottlieb wrote: > Daniel Pielmeier writes: > > >> Allan Gottlieb schrieb am 23.10.2010 18:13: >> >>> perl-cleaner could not deal with >>> >>> /usr/lib/perl5/vendor_perl/5.8.8/XML/SAX/ParserDetails.ini >>> /usr/lib/perl5/5.8.8/i686-linux/Encode/ConfigLocal.pm >>> >>> I ran >>> equery belongs >>> and neither turned up. >>> >>> >> It is cruft! Some leftovers from perl-5.8.8. There should be new ones in >> the corresponding locations for perl-5.12.2 after upgrading and running >> perl-cleaner. >> > Indeed there were. > > >> /usr/lib/perl5/vendor_perl/5.12.2/XML/SAX/ParserDetails.ini >> /usr/lib/perl5/5.12.2/i686-linux/Encode/ConfigLocal.pm >> >> After the switch to a new perl version and successful run of >> perl-cleaner it should be safe to remove everything below /usr/lib/perl5 >> /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl for older perl >> installations, except stuff belonging to packages which were not >> installed by the package manager or have been altered manually. >> > Thank you > allan > > Yep. I had one file left over that it printed out to. I ran equery b file/name to see if it belonged to anything and it didn't. A little rm did the trick. Is there a way to find "cruft"? Some script or something? My install is pretty old and I would guess there are a few left over files here and there. Dale :-) :-)