Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the SVN-Notify CPAN distribution.

Report information
The Basics
Id: 15681
Status: resolved
Priority: 0/
Queue: SVN-Notify

People
Owner: Nobody in particular
Requestors: rbrandt [...] csd-bes.net
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 2.49
Fixed in: 2.50



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
From: David Wheeler <david [...] kineticode.com>
Subject: Re: [cpan #15681] Installation difficulties
Date: Thu, 10 Nov 2005 13:39:00 -0800
To: bug-SVN-Notify [...] rt.cpan.org
RT-Send-Cc:
On Nov 10, 2005, at 12:00 PM, Guest via RT wrote: Show quoted text
> 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.
I believe that there is a Debian package for SVN::Notify. http://packages.qa.debian.org/libs/libsvn-notify-perl.html Show quoted text
> 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.
This is a known issue. Delete the line that has a full path to "/ Users/david/dev/Kineticode/trunk/SVN-Notify/_build/lib/My/" in Makefile.PL. Best, David
From: rbrandt [...] csd-bes.net
Thank you. Others should note that even with deleting that line the module won't "make" in cpan. It needs to be done with Build.PL as in the supplied readme. [david@kineticode.com - Thu Nov 10 16:39:40 2005]: Show quoted text
> On Nov 10, 2005, at 12:00 PM, Guest via RT wrote: >
> > 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.
> > I believe that there is a Debian package for SVN::Notify. > > http://packages.qa.debian.org/libs/libsvn-notify-perl.html >
> > 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.
> > This is a known issue. Delete the line that has a full path to "/ > Users/david/dev/Kineticode/trunk/SVN-Notify/_build/lib/My/" in > Makefile.PL. > > Best, > > David