You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Mark Jaffe <ma...@osafoundation.org> on 2004/03/22 23:20:21 UTC

SVN install on Fedora Core?

Is there any clear and ordered process to install from rpm? I am 
running Fedora Core 1 and started from rpm -i 
subversion-1.0.1-1.fc1.i386.rpm and got the following result:

error: Failed dependencies:
         apr >= 0.9.5 is needed by subversion-1.0.1-1
         apr-util >= 0.9.5 is needed by subversion-1.0.1-1
         db42 >= 4.2.52 is needed by subversion-1.0.1-1
         libdb-4.2.so is needed by subversion-1.0.1-1
         libneon.so.24 is needed by subversion-1.0.1-1
         neon >= 0.24.4 is needed by subversion-1.0.1-1

So then I downloaded the seemingly obvious rpms, and got hopelessly 
entangled in cascading dependencies. When will it ever end?

Mark
========================================================
Mark Jaffe                                  | (415) 946-3028 (work)
Release Engineer                    | (408) 807-2093 (cell)
OSAF                                           | (415) 946-3001 (FAX)
markie@osafoundation.org    | http://www.osafoundation.org/


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

Re: SVN install on Fedora Core?

Posted by "Robert P. J. Day" <rp...@mindspring.com>.
On Mon, 22 Mar 2004, Mark Jaffe wrote:

> Is there any clear and ordered process to install from rpm? I am 
> running Fedora Core 1 and started from rpm -i 
> subversion-1.0.1-1.fc1.i386.rpm and got the following result:
> 
> error: Failed dependencies:
>          apr >= 0.9.5 is needed by subversion-1.0.1-1
>          apr-util >= 0.9.5 is needed by subversion-1.0.1-1
>          db42 >= 4.2.52 is needed by subversion-1.0.1-1
>          libdb-4.2.so is needed by subversion-1.0.1-1
>          libneon.so.24 is needed by subversion-1.0.1-1
>          neon >= 0.24.4 is needed by subversion-1.0.1-1
> 
> So then I downloaded the seemingly obvious rpms, and got hopelessly 
> entangled in cascading dependencies. When will it ever end?

don't use "rpm", use "yum".  see my previous post regarding what looks
to be an acceptable yum repo for subversion 1.0.1 for FC1.

rday

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

Re: SVN install on Fedora Core?

Posted by Jeff Macdonald <je...@virtualbuilder.com>.
On Mon, 2004-03-22 at 18:20, Mark Jaffe wrote:
> Is there any clear and ordered process to install from rpm? I am 
> running Fedora Core 1 and started from rpm -i 
> subversion-1.0.1-1.fc1.i386.rpm and got the following result:
> 

Where did you get that RPM?

> error: Failed dependencies:
>          apr >= 0.9.5 is needed by subversion-1.0.1-1
>          apr-util >= 0.9.5 is needed by subversion-1.0.1-1
>          db42 >= 4.2.52 is needed by subversion-1.0.1-1
>          libdb-4.2.so is needed by subversion-1.0.1-1
>          libneon.so.24 is needed by subversion-1.0.1-1
>          neon >= 0.24.4 is needed by subversion-1.0.1-1
> 
> So then I downloaded the seemingly obvious rpms, and got hopelessly 
> entangled in cascading dependencies. When will it ever end?
> 

I added the following line to /etc/sysconfig/rhn/sources (all one line):

yum fedora-development
http://mirror.hiwaay.net/redhat/fedora/linux/core/development

and did an:
# up2date --nosig subversion

up2date took care of all the dependencies. Please note that adding the
line will make the rhn icon pulse afterwords with hundreds of updates.
I'm ignoring it for now. I'd imagine I could just remove the line from
sources....