From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DC00A138A1A for ; Sat, 14 Feb 2015 15:42:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5E5CE09B2; Sat, 14 Feb 2015 15:42:03 +0000 (UTC) Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6A299E094C for ; Sat, 14 Feb 2015 15:42:02 +0000 (UTC) Received: by mail-wi0-f179.google.com with SMTP id hi2so18074982wib.0 for ; Sat, 14 Feb 2015 07:42:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=i3vU4tufwSibnCsuYs4AY0tPZ6wKlSaj6rgwMSHsE38=; b=xbDJCt+0dVkMpM8pXF9JOiDyBefyC0cisOu03EJ1XksC7WlqlC6D/B1g4KV7ltwZxC Vx1gJN6omfHWl3ElXVzoWo3f6afnEWaQCLpWS1j2EMBE2LHWhtNgkc3o8vrYYC50pAFQ RoX5HqRupwGfwSFLMaWltdA+fGI7qrwTUXALNjRlA0JGGb/CXIbtmpz8USNky1QimqB0 m6hQOVZPM0LSbGoNuDwfr387hT2tRQGiipNnLrUCF8u75hZMT5y5F1gRWgGhOt+SrqFT ldcwaTohj82+jlw8gBhjgBx6URaA2SVdIAKGfeSAhMjPYo493+xwTtp9di+NwT7n4HPG 6XMQ== 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 X-Received: by 10.194.62.198 with SMTP id a6mr11153045wjs.90.1423928521399; Sat, 14 Feb 2015 07:42:01 -0800 (PST) Received: by 10.216.123.148 with HTTP; Sat, 14 Feb 2015 07:42:01 -0800 (PST) In-Reply-To: <54DF6898.8060000@gmail.com> References: <54DF6898.8060000@gmail.com> Date: Sat, 14 Feb 2015 17:42:01 +0200 Message-ID: Subject: Re: [gentoo-user] perl-cleaner lerfovers From: Alexander Kapshuk To: Gentoo mailing list Content-Type: multipart/alternative; boundary=047d7ba97e4eb42046050f0e310e X-Archives-Salt: 5cabff38-af24-4a42-a82e-143ae67c15ec X-Archives-Hash: 6e81b0333e44ee0854c885549dbaf07b --047d7ba97e4eb42046050f0e310e Content-Type: text/plain; charset=UTF-8 On Sat, Feb 14, 2015 at 5:24 PM, Alan McKinnon wrote: > On 14/02/2015 13:13, Alexander Kapshuk wrote: > > 'perl-cleaner --all' generated the following output. > > > > * Finding left over modules and header > > > > * The following files remain. These were either installed by hand > > * or edited. This script cannot deal with them. > > > > /usr/lib/perl5/vendor_perl/5.16.3/XML/SAX/ParserDetails.ini > > /usr/lib/perl5/vendor_perl/5.18.2/XML/SAX/ParserDetails.ini > > /usr/lib/perl5/5.12.4/i686-linux/Encode/ConfigLocal.pm > > > > What's the recommended way to go about this? > > > That happens when something other than portage created of changed the > listed files. > > Installing stuff from CPAN will do it, I get it a lot with -emul > packages. Anything that even touches the files will trigger that warning. > > To fully deal with them: > > 1. Check you have neither perl-5.16.3 or perl-5.18.2 installed. If so, > those 3 artifacts will never be used by anything > 2. Check that you have xml-sax and encode installed for your latest > installed perl. > 3. Delete the stuff perl-cleaner is moaning about > > > > > #2 is the important one > > > -- > Alan McKinnon > alan.mckinnon@gmail.com > > > Understood. Thanks. equery -q l dev-lang/perl dev-lang/perl-5.20.1-r4 equery -q l '*XML-SAX*' dev-perl/XML-SAX-0.990.0-r1 dev-perl/XML-SAX-Base-1.80.0-r1 equery -q l '*[Ee]ncode*' dev-perl/Encode-Locale-1.30.0-r1 virtual/perl-Encode-2.600.0 I take it it is safe to remove the perl files left over. --047d7ba97e4eb42046050f0e310e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On Sat, Feb 14, 2015 at 5:24 PM, Alan McKinnon <a= lan.mckinnon@gmail.com> wrote:
=
On 14/02/2015 13:13, Alexander Kapshuk = wrote:
> 'perl-cleaner --all' generated the following output.
>
>=C2=A0 * Finding left over modules and header
>
>=C2=A0 * The following files remain. These were either installed by han= d
>=C2=A0 * or edited. This script cannot deal with them.
>
> /usr/lib/perl5/vendor_perl/5.16.3/XML/SAX/ParserDetails.ini
> /usr/lib/perl5/vendor_perl/5.18.2/XML/SAX/ParserDetails.ini
> /usr/lib/perl5/5.12.4/i686-linux/Encode/ConfigLocal.pm
>
> What's the recommended way to go about this?


That happens when something other than portage created of chang= ed the
listed files.

Installing stuff from CPAN will do it, I get it a lot with -emul
packages. Anything that even touches the files will trigger that warning.
To fully deal with them:

1. Check you have neither perl-5.16.3 or perl-5.18.2 installed. If so,
those 3 artifacts will never be used by anything
2. Check that you have xml-sax and encode installed for your latest
installed perl.
3. Delete the stuff perl-cleaner is moaning about




#2 is the important one


--
Alan McKinnon
alan.mckinnon@gmail.com



Under= stood. Thanks.

equery -q l dev-lang/perl
dev-lang/perl-5.20.1-r4<= br>
equery -q l '*XML-SAX*'
dev-perl/XML-SAX-0.990.0-r1
de= v-perl/XML-SAX-Base-1.80.0-r1

equery -q l '*[Ee]ncode*'
d= ev-perl/Encode-Locale-1.30.0-r1
virtual/perl-Encode-2.600.0

I take it it is safe to remove the perl files l= eft over.

--047d7ba97e4eb42046050f0e310e--