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 36ABC138A1A for ; Sat, 14 Feb 2015 11:38:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90ECDE09F1; Sat, 14 Feb 2015 11:37:54 +0000 (UTC) Received: from mail-we0-f169.google.com (mail-we0-f169.google.com [74.125.82.169]) (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 6C0A8E09CD for ; Sat, 14 Feb 2015 11:37:53 +0000 (UTC) Received: by mail-we0-f169.google.com with SMTP id k48so21220253wev.0 for ; Sat, 14 Feb 2015 03:37:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=GlkhZFYCFsGomVDJbj8rT+d3KnYubZQeEVmb893ORh4=; b=BRGWDijrcIjw2DriRjqNofskwKhaqdGXVFb3bCHKNe5TkAgzcoLKAj2fUTz5ztr2H8 tgx+/ny7LtJutIBtrsUxSnnS/mRARTArhTBDjBc6vGhNC+A3G+TPu+zlp0VdVaIQ9QGZ 6SdFyVmNAmD8mAZANVaP3U+hwbG3w8H3cq1dWhkqj8zzpYchCVgSokwf76kow3HWBS2s gHMkpIczN4jLVdILYTAEz9qqD7bz4kiLcrNN9aqN84ZLW6n5AxQhxOz5E6YdajwwMt8S kEKgrLFKpjIoKueiH847ljPvHlrQC3UBNDr5wv7Fvt+M8Z4ELuMf3mOIgcJoz3P2j1dw 3zvw== X-Received: by 10.194.21.137 with SMTP id v9mr9623261wje.140.1423913872363; Sat, 14 Feb 2015 03:37:52 -0800 (PST) Received: from gentoo.local.lan (dynamic-109-121-71-131.adsl.eunet.rs. [109.121.71.131]) by mx.google.com with ESMTPSA id j9sm13923701wjy.18.2015.02.14.03.37.51 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 14 Feb 2015 03:37:52 -0800 (PST) Date: Sat, 14 Feb 2015 12:37:41 +0100 From: bitlord To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] perl-cleaner lerfovers Message-ID: <20150214123741.6f4d5b98@gentoo.local.lan> In-Reply-To: References: X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) 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 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: 0a927a66-dc74-4c79-aa1f-8c01f705357e X-Archives-Hash: 10a4c8560f66a088365a05cad86e2aff 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?)