How to update perl on FreeBSD 4.9R

Danny nocmonkey at gmail.com
Fri Oct 8 14:14:11 PDT 2004


On Fri, 8 Oct 2004 17:09:31 -0400, Danny <nocmonkey at gmail.com> wrote:
> On Fri, 8 Oct 2004 21:47:10 +0100, David Jenkins
> <david.jenkins at gmail.com> 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


More information about the freebsd-questions mailing list