Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 44038
Status: resolved
Priority: 0/
Queue: Alien-SVN

People
Owner: Nobody in particular
Requestors: hallofriendlich [...] gmail.com
Cc:
AdminCc:

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



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
From: reinpost [...] win.tue.nl
On Wed Mar 11 11:16:49 2009, hallofriendlich@gmail.com wrote: <br /> [...]<br /> &gt; some problems ocurred on Build install: <br /> &gt; <br /> &gt; Running make install-lib <br /> &gt; /usr/bin/ginstall -c -d <br /> &gt; /usr/lib/perl5/site_perl/5.8.8/i486-linux-thread-multi/Alien/SVN <br /> &gt; --prefix=/usr <br /> &gt; /usr/bin/ginstall: unrecognized option `--prefix=/usr' <br /> &gt; Try `/usr/bin/ginstall --help' for more information. <br /> &gt; make: *** [install-fsmod-lib] Error 1 <br /> &gt; installing libs failed at inc/My/SVN/Builder.pm line 165. <br /> <br /> I just got the exact same error on a Fedora 10 Linux box.&nbsp;&nbsp; It is due to the --prefix=* option ending up in src/subversion/Makefile after the assignments to libdir, fsmod_libdir, etc.&nbsp; This must be a simple generation mistake: the correct pathnames are already in the directories themselves.&nbsp; I haven't bothered to check how that Makefile is generated, but after I removed those --prefix statements from the Makefile, ./Build install was happy.<br /> <br />
Subject: Re: [rt.cpan.org #44038] Alien::SVN and SVN::Core
Date: Thu, 07 Jan 2010 15:55:31 -0800
To: bug-Alien-SVN [...] rt.cpan.org
From: Michael G Schwern <schwern [...] pobox.com>
Now that svk is retired, and git-svn is widely available through packaging systems, my personal impulse to work on Alien::SVN has evaporated. I'm content to let it die a noble death, but if someone would like to push it forward I'm happy to transfer ownership. -- I'm pale as Formica, social skills stunted small. But I'm accurate like a pica, I know the capital of Nepal. I'm the nemesis of error, dreadful diction fears my skills, more inquisitive than Jim Lehrer, snottier than Beverly Hills. -- I.L.O.P. Secret Rap http://goats.com/archive/020830.html
This was probably fixed in 1.6.12.0, specifically by https://github.com/schwern/alien-svn/commit/2223efe7ebd8a2bd8046b512fd0c0172896168de&nbsp; We were passing multiple arguments to configure wrong.

I'm going to call it resolved unless I hear otherwise.