Subject: | Installation difficulties |
I am a subversion newbie with a new debian opteron server. The SVN::Notify modules look like what I need to replace my old vcs.
When I try to install SVN:Notify, I get the following message:
# running Build.PL installdirs=site
/usr/bin/perl -I/Users/david/dev/Kineticode/trunk/SVN-Notify/_build/lib/My/ Buil
d.PL installdirs=site
Creating custom builder _build/lib/My/Builder.pm in _build/lib/My
Checking whether your kit is complete...
Looks good
Creating new 'Build' script for 'SVN-Notify' version '2.49'
Can't locate My/Builder.pm in @INC (@INC contains: /Users/david/dev/Kineticode/t
runk/SVN-Notify/_build/lib/My/ /etc/perl /usr/local/lib/perl/5.8.4 /usr/local/sh
are/perl/5.8.4 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl
/5.8 /usr/local/lib/site_perl .) at Makefile.PL line 30.
Running make test
Make had some problems, maybe interrupted? Won't test
Running make install
Make had some problems, maybe interrupted? Won't install
------------------------------------------------------------
I have installed a bunch of other modules with no problems (including Bundle::CPAN), so I'm guessing that there is a bug or a dependancy check not done(?). CPAN says that Test::Builder::Module is up to date, which was my stab in the dark at what was missing.
Thanks.
Rob