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 2207A1384C0 for ; Sun, 30 Aug 2015 17:18:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9AAC14289; Sun, 30 Aug 2015 17:18:38 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 959EE141E1 for ; Sun, 30 Aug 2015 17:18:37 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZW6FX-0001sq-9R for gentoo-user@lists.gentoo.org; Sun, 30 Aug 2015 19:18:35 +0200 Received: from c-24-99-200-236.hsd1.ga.comcast.net ([24.99.200.236]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 30 Aug 2015 19:18:35 +0200 Received: from reader by c-24-99-200-236.hsd1.ga.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 30 Aug 2015 19:18:35 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Harry Putnam Subject: [gentoo-user] Re: emerge fails with `Suspicious PERL5LIB setting's Date: Sun, 30 Aug 2015 13:20:02 -0400 Organization: Still searching... Message-ID: <87egik1ynx.fsf@reader.local.lan> References: <87zj191du8.fsf@reader.local.lan> <3BB4CE53-4FE5-4B4A-B698-1B84E6A354A8@stellar.eclipse.co.uk> 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 X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-24-99-200-236.hsd1.ga.comcast.net User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:bMloYfwevf/m7O0Jhvv/ZQt3pH4= X-Archives-Salt: e4df4b03-1526-4465-97bd-8a6e83428c8f X-Archives-Hash: bcf94c68b86a255b6b8b9054e2b06026 Stroller writes: > On Sun, 30 August 2015, at 7:37 am, Harry Putnam wrote: >> ... >> I've been building cpan packages and have them installed at the locations >> mentioned above. Then, to get perl to include them in `@INC', I've utilized >> the PERL5LIB variable in one of my login scripts, just as it appears in the >> error. > > If you want to install Perl packages which aren't in Portage, then the "supported" method is using app-portage/g-cpan. > > Stroller. Thanks! Got that going now.