You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Brandon Ehle <az...@yahoo.com> on 2002/11/15 14:32:00 UTC

Broken tools/client-side/svn_load_dirs.pl

Can someone fix the perl line in tools/client-side/svn_load_dirs.pl, its 
causing funky RPM dependencies.

run> rpm -U releases/2002111504-0/subversion-2002111504-0.i386.rpm releases/2002111504-0/subversion-devel-2002111504-0.i386.rpm releases/2002111504-0/subversion-server-2002111504-0.i386.rpm releases/2002111504-0/subversion-cvs2svn-2002111504-0.i386.rpm
> error: Failed dependencies:
> /opt/i386-linux/perl/bin/perl is needed by subversion-2002111504-0




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Broken tools/client-side/svn_load_dirs.pl

Posted by Karl Fogel <kf...@newton.ch.collab.net>.
Blair Zajac <bl...@orcaware.com> writes:
> Dang.  I thought I was the only one using this script and could use
> my own custom Perl.

Heh :-).

But seriously, anything maintained in the public repository should be
maintained "as if" the general public is using it, since one never
knows...

> Fixed in rev 3802 to use /usr/bin/perl.

Cool.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Broken tools/client-side/svn_load_dirs.pl

Posted by Blair Zajac <bl...@orcaware.com>.
Brandon Ehle wrote:
> 
> Can someone fix the perl line in tools/client-side/svn_load_dirs.pl, its
> causing funky RPM dependencies.
> 
> run> rpm -U releases/2002111504-0/subversion-2002111504-0.i386.rpm releases/2002111504-0/subversion-devel-2002111504-0.i386.rpm releases/2002111504-0/subversion-server-2002111504-0.i386.rpm releases/2002111504-0/subversion-cvs2svn-2002111504-0.i386.rpm
> > error: Failed dependencies:
> > /opt/i386-linux/perl/bin/perl is needed by subversion-2002111504-0

Dang.  I thought I was the only one using this script and could use
my own custom Perl.

Fixed in rev 3802 to use /usr/bin/perl.

Best,
Blair

-- 
Blair Zajac <bl...@orcaware.com>
Web and OS performance plots - http://www.orcaware.com/orca/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org