Subject: | Alien::SVN and SVN::Core |
Date: | Wed, 11 Mar 2009 12:16:03 -0300 |
To: | bug-Alien-SVN [...] rt.cpan.org |
From: | "Arthur M. Meskelis" <hallofriendlich [...] gmail.com> |
Hi Michael G Schwern
First of all, thanks for the Alien::SVN.
Well, I use a slackware 12.1 and had a problem when I tried to use git-svn:
Can't locate Error.pm in @INC
this problem was resolved quickly: perl -MCPAN -e 'install Error'
So, after I had another problem
Can't locate SVN::Core.pm in @INC
So, in this case, I downloaded your Alien-SVN-1.4.6.0 package,
decompress it and run:
# perl Build.PL
# ./Build
# ./Build test
# ./Build install
some problems ocurred on Build install:
Running make install-lib
/usr/bin/ginstall -c -d
/usr/lib/perl5/site_perl/5.8.8/i486-linux-thread-multi/Alien/SVN
--prefix=/usr
/usr/bin/ginstall: unrecognized option `--prefix=/usr'
Try `/usr/bin/ginstall --help' for more information.
make: *** [install-fsmod-lib] Error 1
installing libs failed at inc/My/SVN/Builder.pm line 165.
well, so finished the instalation I enter
src/subversion/subversion/bindings/swig/perl/native and
run:
# make install
so, after this, git svn found the SVN::Core.
I hope to help you in some way.
My packages:
perl-5.8.8-i486-6
coreutils-6.9-i486-1 # ginstall is inside it
subversion-1.4.6-i486-1
Bye
Arthur M Meskelis