Skip Menu |

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

Report information
The Basics
Id: 17622
Status: resolved
Priority: 0/
Queue: SVN-Web

People
Owner: Nobody in particular
Requestors: e.antonoff [...] logen.bg
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.43
Fixed in: (no value)



Subject: Can't locate SVN/Core.pm
Hello, trying to install svn::web on my development box, on winxpHome, svn 1.2.3, apache2, active state perl 5.8.7 downloaded the package from: http://search.cpan.org/CPAN/authors/id/N/NI/NIKC/SVN-Web-0.43.tar.gz unzipped and copied into a directory, and tried to run the install file: ( first copied the contents of lib/ into my \perl\lib\ ) C:\www\svnweb\bin>perl svnweb-install Can't locate SVN/Core.pm in @INC (@INC contains: C:/Perl/lib C:/Perl/site/lib .) at C:/Perl/lib/SVN/Web.pm line 5. BEGIN failed--compilation aborted at C:/Perl/lib/SVN/Web.pm line 5. Compilation failed in require at svnweb-install line 17. BEGIN failed--compilation aborted at svnweb-install line 19. I decided to go and see this line 5 and see what's there: use SVN::Core; use SVN::Repos; use YAML (); use Template; use File::Spec::Unix; use SVN::Web::X; eval 'use FindBin'; { no warnings 'uninitialized'; use Locale::Maketext::Simple ( Path => ( (-e "$FindBin::Bin/po/en.po") ? "$FindBin::Bin/po" : substr(__FILE__, 0, -3) . '/I18N' ), Style => 'gettext', Decode => 0, ); } I am affraid not only core.pm is missing, but also Repos.pm By the way this eval findbin... is this to somehow determine the locale settings of the current machine or something? Regards: Evgueny
Subject: Re: [rt.cpan.org #17622] Can't locate SVN/Core.pm
Date: Tue, 14 Feb 2006 09:45:17 +0000
To: bug-SVN-Web [...] rt.cpan.org
From: Nik Clayton <nik [...] ngo.org.uk>
Guest via RT wrote: Show quoted text
> C:\www\svnweb\bin>perl svnweb-install > Can't locate SVN/Core.pm in @INC (@INC contains: C:/Perl/lib > C:/Perl/site/lib .) > at C:/Perl/lib/SVN/Web.pm line 5. > BEGIN failed--compilation aborted at C:/Perl/lib/SVN/Web.pm line 5. > Compilation failed in require at svnweb-install line 17. > BEGIN failed--compilation aborted at svnweb-install line 19.
SVN::Core (and SVN::Repos, SVN::Fs, etc) are Perl modules that ship with Subversion. To get them, you need the svn-win32-<version>_pl.zip file that's appropriate for the version of Subversion that you have installed. For example, the Perl bindings for Subversion 1.3.0 can be found at: http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91 N
Subject: Re: [rt.cpan.org #17622] Can't locate SVN/Core.pm
Date: Tue, 14 Feb 2006 14:03:25 +0200
To: bug-SVN-Web [...] rt.cpan.org
From: Evgueny Antonoff <e.antonoff [...] logen.bg>
Thank You much. By the way I am trying to convert my windows laptop into development box. Have found that directory 't' contains installation tests or at least seems so. Decided to try them all 3. First one failed but I have installed all modules required and it passed. Now fails on that C:\www\svnweb\t>perl 2basic.t 1..0 # Skip Test::WWW::Mechanize not installed Been searching in ActiveState repos for these modules which appears to be missing: Test::WWW::Mechanize Test::More URI::file Started with first module. Found it and downloaded it. Never installed manually a module. Saw makefile.pl uses a module, installed it. Ran makefile.pl successfully. According to module's install instructions, now i need a 'make' executable. As i said, never did it that way. Please tell me where to get that. Guess it's some sort of compiler or something... :( Thanks. Evgueny nik@ngo.org.uk via RT wrote: Show quoted text
> Guest via RT wrote:
>> C:\www\svnweb\bin>perl svnweb-install >> Can't locate SVN/Core.pm in @INC (@INC contains: C:/Perl/lib >> C:/Perl/site/lib .) >> at C:/Perl/lib/SVN/Web.pm line 5. >> BEGIN failed--compilation aborted at C:/Perl/lib/SVN/Web.pm line 5. >> Compilation failed in require at svnweb-install line 17. >> BEGIN failed--compilation aborted at svnweb-install line 19.
> > SVN::Core (and SVN::Repos, SVN::Fs, etc) are Perl modules that ship with > Subversion. > > To get them, you need the svn-win32-<version>_pl.zip file that's appropriate > for the version of Subversion that you have installed. > > For example, the Perl bindings for Subversion 1.3.0 can be found at: > > http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91 > > N > > > >

Message body is not shown because sender requested not to inline it.

Subject: Re: [rt.cpan.org #17622] Can't locate SVN/Core.pm
Date: Wed, 15 Feb 2006 16:19:32 +0000
To: bug-SVN-Web [...] rt.cpan.org
From: Nik Clayton <nik [...] ngo.org.uk>
e.antonoff@logen.bg via RT wrote: Show quoted text
> <URL: http://rt.cpan.org/Ticket/Display.html?id=17622 > > > Thank You much. > > By the way I am trying to convert my windows laptop into development box.
Perl on Windows isn't something I can help with I'm afraid. I did a quick Google search for "perl make windows", which turned up this as the first hit: http://johnbokma.com/perl/make-for-windows.html which looks like it's appropriate. If you've got any other questions they'd be better sent to a Perl/Windows mailing list or forum though. N