From owner-freebsd-perl@FreeBSD.ORG Sat Jun 5 07:12:24 2004 Return-Path: Delivered-To: freebsd-perl@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D887816A4CE for ; Sat, 5 Jun 2004 07:12:24 -0700 (PDT) Received: from saronni.int.networktest.com (ns.networktest.com [64.239.163.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id A297443D49 for ; Sat, 5 Jun 2004 07:12:24 -0700 (PDT) (envelope-from dnewman@networktest.com) Received: from localhost (localhost.int.networktest.com [127.0.0.1]) by saronni.int.networktest.com (Postfix) with ESMTP id DE9DC170CC for ; Sat, 5 Jun 2004 07:11:31 -0700 (PDT) Received: from saronni.int.networktest.com ([127.0.0.1])port 10024) with ESMTP id 82443-09 for ; Sat, 5 Jun 2004 07:11:26 -0700 (PDT) Received: from saronni.int.networktest.com (saronni.int.networktest.com [128.0.0.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by saronni.int.networktest.com (Postfix) with ESMTP id 1EC7C170C9 for ; Sat, 5 Jun 2004 07:11:26 -0700 (PDT) Date: Sat, 5 Jun 2004 07:11:25 -0700 (PDT) From: David Newman X-X-Sender: dnewman@saronni.int.networktest.com To: freebsd-perl@freebsd.org Message-ID: <20040605070959.R83193@saronni.int.networktest.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Bundle::CPAN problems on FBSD 5.2.1 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jun 2004 14:12:25 -0000 1. Install FreeBSD 5.2.1 2. Install perl 5.8.2 from ports 3. use.perl ports 4. perl -MCPAN -e 'install Bundle::CPAN' 5. At end of install messages: Can't locate File/Spec.pm in @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.8.2/mach /usr/local/lib/perl5/site_perl/5.8.2 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.2/BSDPAN /usr/local/lib/perl5/5.8.2/mach /usr/local/lib/perl5/5.8.2 .) at /usr/local/lib/perl5/5.8.2/ExtUtils/Liblist.pm line 6. BEGIN failed--compilation aborted at /usr/local/lib/perl5/5.8.2/ExtUtils/Liblist.pm line 6. Compilation failed in require at /usr/local/lib/perl5/5.8.2/ExtUtils/MM.pm line 8. Compilation failed in require at /usr/local/lib/perl5/5.8.2/ExtUtils/MakeMaker.pm line 37. Compilation failed in require at Makefile.PL line 1. BEGIN failed--compilation aborted at Makefile.PL line 1. Running make test Make had some problems, maybe interrupted? Won't test Running make install Make had some problems, maybe interrupted? Won't install CPAN is up to date. Bundle summary: The following items in bundle Bundle::CPAN had installation problems: File::Spec Archive::Tar Bundle::libnet Term::ReadKey Term::ReadLine::Perl and the following items had problems during recursive bundle calls: Net::Cmd Net::Telnet 6. Subsequent attempts to start CPAN or to install File::Spec fail -- because File::Spec is gone. Only resolution I've found is to deinstall/reinstall perl5.8 from ports. I really need to install various modules. How can I fix the CPAN routine? Thanks in advance David Newman -- To unsubscribe, e-mail: beginners-unsubscribe@perl.org For additional commands, e-mail: beginners-help@perl.org