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 86AD4138A1A for ; Sat, 14 Feb 2015 12:46:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 872F5E08D0; Sat, 14 Feb 2015 12:46:03 +0000 (UTC) Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) (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 43B70E08B5 for ; Sat, 14 Feb 2015 12:46:02 +0000 (UTC) Received: by mail-wi0-f181.google.com with SMTP id r20so17595904wiv.2 for ; Sat, 14 Feb 2015 04:46: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=chXeOOdBR4pKN3D3IT+0yAcEojsypxWVySm+HrOijd4=; b=LAHNXQPcw/yuAvO8ccvSdqtYTpYD2SxlBERX561dOATFFW7WEvZ7X2ColjLkUqxCYS h3Mrkk4MCu78t6/QkUN4sm5fWRLIU4vAxYg9j6TcNU2l2GTey/EtTmYBMFQygUi4TOA/ 8sjvu7x20RcPKMsuYzGoVXvjxUZhzh5Vbx9IugSfivfWVubtyyhK4IWvWmBrc0UvmjCe woeJzINZy101+J+/UrfEiY9AjXLALJnu6aqef1CKZxXSTp6koF7nRqvdasvTp1Va7zhG mY9LFC/TIGZas1c32G3nAQGvO1iJV7Ph5oTM/j+OSmpdSvgA0QQdQxnQp/9SvRdgA0ol e5Bg== 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.180.80.230 with SMTP id u6mr26338928wix.69.1423917961058; Sat, 14 Feb 2015 04:46:01 -0800 (PST) Received: by 10.216.123.148 with HTTP; Sat, 14 Feb 2015 04:46:01 -0800 (PST) In-Reply-To: <201502141239.26237.michaelkintzios@gmail.com> References: <201502141212.57800.michaelkintzios@gmail.com> <201502141239.26237.michaelkintzios@gmail.com> Date: Sat, 14 Feb 2015 14:46:01 +0200 Message-ID: Subject: Re: [gentoo-user] perl-cleaner lerfovers From: Alexander Kapshuk To: Gentoo mailing list Content-Type: multipart/alternative; boundary=f46d04428ace42214e050f0bbccd X-Archives-Salt: 3855cd9a-97c2-4ee8-9740-db3e1c239036 X-Archives-Hash: c44883dba45b328d93eae3a726ab1414 --f46d04428ace42214e050f0bbccd Content-Type: text/plain; charset=UTF-8 On Sat, Feb 14, 2015 at 2:39 PM, Mick wrote: > On Saturday 14 Feb 2015 12:19:54 Alexander Kapshuk wrote: > > On Sat, Feb 14, 2015 at 2:12 PM, Mick wrote: > > > On Saturday 14 Feb 2015 11:48:57 Alexander Kapshuk wrote: > > > > On Sat, Feb 14, 2015 at 1:37 PM, bitlord > wrote: > > > > > On Sat, 14 Feb 2015 13:13:25 +0200 > > > > > > > > > > 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? > > > > > > > > > > > > Thanks. > > > > > > > > > > As I understand this, it is safe to remove and that is what I do > when > > > > > they appear on my system, if you don't have perl 5.16.3, 5.18.2 or > > > > > 5.12.4 ..., and updated/rebuild all perl modules with perl-cleaner. > > > > > > > > > > I also used 'qfile /path/to/file' (from portage-utils) to check if > > > > > they belong to any installed package. (which is probably not > needed, > > > > > per-cleaner knows about this?) > > > > > > > > > > Understood. Thanks. > > > > > > > > I am running 'dev-lang/perl-5.20.1-r4', so I guess I'll just go ahead > > > > and remove the files left over. They don't seem to belong to any > > > > package I currently have installed. I verified that using qfile and > > > > 'equery b'. > > > > > > I think that you should check your /var/lib/portage/world to make sure > > > that you have not inadvertently added any perl packages in there. Then > > > emerge -C > > > any found and after that run @preserved-rebuild to bring in anything > > > required. > > > -- > > > Regards, > > > Mick > > > > Thanks. Does this one count? > > > > grep -i perl /var/lib/portage/world > > sys-devel/libperl > > Yes, you shouldn't really have any libs in your world file. Any required > would be pulled in as dependencies. > > -- > Regards, > Mick > I didn't know that. Thanks. I seem to have quite a few in my world file at the moment. I didn't put any of them in there by hand though, to the best of my knowledge. grep -i libs /var/lib/portage/world dev-libs/glib dev-libs/libevent dev-libs/libyaml media-libs/gst-plugins-base media-libs/gst-plugins-base:0.10 media-libs/gstreamer media-libs/gstreamer:0.10 media-libs/libpng media-libs/libpng:1.2 media-libs/libpng:1.5 media-libs/libv4l media-libs/webrtc-audio-processing sys-libs/gpm --f46d04428ace42214e050f0bbccd Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On Sat, Feb 14, 2015 at 2:39 PM, Mick &l= t;michaelkin= tzios@gmail.com> wrote:
On Saturday 14 Feb 2015 12:19:54 Alexander Kap= shuk wrote:
> On Sat, Feb 14, 2015 at 2:12 PM, Mick <michaelkintzios@gmail.com> wrote:
> > On Saturday 14 Feb 2015 11:48:57 Alexander Kapshuk wrote:
> > > On Sat, Feb 14, 2015 at 1:37 PM, bitlord <bitlord0xff@gmail.com> wrote:
> > > > On Sat, 14 Feb 2015 13:13:25 +0200
> > > >
> > > > Alexander Kapshuk <alexander.kapshuk@gmail.com> wrote:
> > > > > 'perl-cleaner --all' generated the followi= ng output.
> > > > >
> > > > >=C2=A0 * Finding left over modules and header
> > > > >
> > > > >=C2=A0 * The following files remain. These were eit= her installed by hand
> > > > >=C2=A0 * or edited. This script cannot deal with th= em.
> > > > >
> > > > > /usr/lib/perl5/vendor_perl/5.16.3/XML/SAX/ParserDe= tails.ini
> > > > > /usr/lib/perl5/vendor_perl/5.18.2/XML/SAX/ParserDe= tails.ini
> > > > > /usr/lib/perl5/5.12.4/i686-linux/Encode/ConfigLoca= l.pm
> > > > >
> > > > > What's the recommended way to go about this? > > > > >
> > > > > Thanks.
> > > >
> > > > As I understand this, it is safe to remove and that is = what I do when
> > > > they appear on my system, if you don't have perl 5.= 16.3, 5.18.2 or
> > > > 5.12.4 ..., and updated/rebuild all perl modules with p= erl-cleaner.
> > > >
> > > > I also used 'qfile /path/to/file' (from portage= -utils) to check if
> > > > they belong to any installed package. (which is probabl= y not needed,
> > > > per-cleaner knows about this?)
> > > >
> > > > Understood. Thanks.
> > >
> > > I am running 'dev-lang/perl-5.20.1-r4', so I guess I= 'll just go ahead
> > > and remove the files left over. They don't seem to belon= g to any
> > > package I currently have installed. I verified that using qf= ile and
> > > 'equery=C2=A0 b'.
> >
> > I think that you should check your /var/lib/portage/world to make= sure
> > that you have not inadvertently added any perl packages in there.= =C2=A0 Then
> > emerge -C
> > any found and after that run @preserved-rebuild to bring in anyth= ing
> > required.
> > --
> > Regards,
> > Mick
>
> Thanks. Does this one count?
>
> grep -i perl /var/lib/portage/world
> sys-devel/libperl

Yes, you shouldn't really have any libs in your world file.= =C2=A0 Any required
would be pulled in as dependencies.

--
Regards,
Mick
I didn't know that. Thanks. I seem to = have quite a few in my world file at the moment. I didn't put any of th= em in there by hand though, to the best of my knowledge.

grep -i lib= s /var/lib/portage/world
dev-libs/glib
dev-libs/libevent
dev-libs/= libyaml
media-libs/gst-plugins-base
media-libs/gst-plugins-base:0.10<= br>media-libs/gstreamer
media-libs/gstreamer:0.10
media-libs/libpngmedia-libs/libpng:1.2
media-libs/libpng:1.5
media-libs/libv4l
me= dia-libs/webrtc-audio-processing
sys-libs/gpm
--f46d04428ace42214e050f0bbccd--