From owner-freebsd-questions@FreeBSD.ORG Fri Oct 8 21:14:11 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A10616A4CE for ; Fri, 8 Oct 2004 21:14:11 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id E101F43D48 for ; Fri, 8 Oct 2004 21:14:10 +0000 (GMT) (envelope-from nocmonkey@gmail.com) Received: by mproxy.gmail.com with SMTP id 77so155265rnl for ; Fri, 08 Oct 2004 14:14:02 -0700 (PDT) Received: by 10.38.74.32 with SMTP id w32mr390698rna; Fri, 08 Oct 2004 14:14:02 -0700 (PDT) Received: by 10.38.73.58 with HTTP; Fri, 8 Oct 2004 14:14:00 -0700 (PDT) Message-ID: Date: Fri, 8 Oct 2004 17:14:00 -0400 From: Danny To: David Jenkins In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <0F7C78308FE3BA2A1FF3EEE3@utd49554.utdallas.edu> <9395922d04100813344f950942@mail.gmail.com> <9395922d04100813475ad2f7f2@mail.gmail.com> cc: FreeBSD-questions Subject: Re: How to update perl on FreeBSD 4.9R X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Danny List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Oct 2004 21:14:11 -0000 On Fri, 8 Oct 2004 17:09:31 -0400, Danny wrote: > On Fri, 8 Oct 2004 21:47:10 +0100, David Jenkins > wrote: > > > I think you are missing the point here. > > > > At the prompt enter the following as root (without the quotes) or > > prepend sudo to it. > > > > "use.perl port" > > My mistake - it's been a long day. Thank you for all your help. Probably going to have to ask a perl support mailing list, but here is the latest: mx1# make test PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/1....NOK 1# Failed test (t/1.t at line 5) # Tried to use 'Date::Calc::Iterator'. # Error: Can't locate Date/Calc.pm in @INC (@INC contains: /home/danny/Date-Calc-Iterator-1.00/blib/lib /home/danny/Date-Calc-Iterator-1.00/blib/arch /usr/local/lib/perl5/site_perl/5.8.5/mach /usr/local/lib/perl5/site_perl/5.8.5 /usr/local/lib/perl5/site_perl/5.8.5 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.5/BSDPAN /usr/local/lib/perl5/5.8.5/mach /usr/local/lib/perl5/5.8.5 . /usr/local/lib/perl5/site_perl/5.8.5/mach /usr/local/lib/perl5/site_perl/5.8.5 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.5/BSDPAN /usr/local/lib/perl5/5.8.5/mach /usr/local/lib/perl5/5.8.5 .) at /home/danny/Date-Calc-Iterator-1.00/blib/lib/Date/Calc/Iterator.pm line 13. # BEGIN failed--compilation aborted at /home/danny/Date-Calc-Iterator-1.00/blib/lib/Date/Calc/Iterator.pm line 13. # Compilation failed in require at (eval 3) line 2. Can't locate object method "new" via package "Date::Calc::Iterator" at t/1.t line 10. # Looks like you planned 4 tests but only ran 1. # Looks like your test died just after 1. t/1....dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-4 Failed 4/4 tests, 0.00% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/1.t 255 65280 4 7 175.00% 1-4 Failed 1/1 test scripts, 0.00% okay. 4/4 subtests failed, 0.00% okay. *** Error code 2 Stop in /home/danny/Date-Calc-Iterator-1.00. mx1# Any suggestions? Or if I need to rebuild any specific perl ports? (Would you believe this all started because I wanted to use pflogsumm.pl to generate reports from my Postfix logs. LOL) ...D