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 1PIX34-0000ws-86 for garchives@archives.gentoo.org; Wed, 17 Nov 2010 01:42:58 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E84EAE0675; Wed, 17 Nov 2010 01:42:25 +0000 (UTC) Received: from mail-iw0-f181.google.com (mail-iw0-f181.google.com [209.85.214.181]) by pigeon.gentoo.org (Postfix) with ESMTP id C9BB8E0675 for ; Wed, 17 Nov 2010 01:42:25 +0000 (UTC) Received: by iwn3 with SMTP id 3so1773609iwn.40 for ; Tue, 16 Nov 2010 17:42:25 -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=5f742prSj3+HTKWUVnn8nXpugPd4BiwLuXTucvHkjdI=; b=hMtBEX0RMJAakyQmQ1j2kDBzeLDkiXsFr7+ppTo4xF8UJk/OSzA6M4JFn5CN4H3IqD UtBtLLnNRNS4L4KyQKBsnEkDhREqkXy+TMeM9uEZeluxy76IZDzf41vIOJO4bNdU2leR ewKfUhfNZVo7H+iCcRdAksTkDHuP5/vorbSGk= 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=U0W/AOrxex46+PX/7rJm/hZW1p8JHk5o5F1NpwbpojgPgpvHdEoS3IviU7XpEhFnax yCTHXuHtbGt3/OTP21MJz485EUOVCEufe+0DVjzZdEWEDkOtthgyHh0WtPHu078pVZkT RPo7vj7tVbTUl5gb2LAUwX8V0sM6/FkmeVnnk= 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.231.36.77 with SMTP id s13mr6310467ibd.190.1289958144320; Tue, 16 Nov 2010 17:42:24 -0800 (PST) Received: by 10.42.117.9 with HTTP; Tue, 16 Nov 2010 17:42:24 -0800 (PST) In-Reply-To: References: Date: Tue, 16 Nov 2010 17:42:24 -0800 Message-ID: Subject: Re: [gentoo-user] Crufted with perl modules? From: Grant To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 22b3facc-ea8c-4b15-88cd-71e44a6c61e9 X-Archives-Hash: b963aa2fe223c8fd2e712f6939812315 > but should I now have perl modules spread >> >> across my filesystem that aren't known by portage? =A0Is there any way >> to clean them up? =A0Would installing the same Bundle with g-cpan be >> guaranteed to straighten everything out? >> > qfile -orphans ? That sounds promising but I get: # qfile --orphans Usage: qfile : list all pkgs owning files Options: -[ef:m:oRx:SvqChV] -e, --exact * Exact match -f, --from * Read arguments from file ("-" for stdin) -m, --max-args * Treat from file arguments by groups of (defaults to 5000) -o, --orphans * List orphan files -R, --root-prefix * Assume arguments are already prefixed by $ROOT -x, --exclude * Don't look in package -S, --slots * Display installed packages with slots -v, --verbose * Make a lot of noise -q, --quiet * Tighter output; suppress warnings -C, --nocolor * Don't output color -h, --help * Print this help and exit -V, --version * Print version and exit I'm not sure what it's asking me to do. - Grant