[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Bad URL passed to RA layer

From: John Regal <jcr_at_flashline.com>
Date: 2001-12-12 22:35:46 CET

I added your requests below. thanks.

-----Original Message-----
From: Greg Stein [mailto:gstein@lyra.org]
Sent: Wednesday, December 12, 2001 4:24 PM
To: John Regal
Cc: 'dev@subversion.tigris.org'
Subject: Re: Bad URL passed to RA layer

I've been doing this on RedHat 7.2. You shouldn't need to be reinstalling
operating systems at all. This just isn't that difficult.

Next time you install: please omit Berkeley and Apache. Let's *just* build a
client here. Once you have the client built, then install it. Next, do the
following steps:

$ cd /usr/local/lib
$ ldd libsvn_ra.so
-------not present
(send the output; if libsvn_ra.so is not present, then send that fact)
$ cd ../bin
$ ldd svn
(this produces some output; please send it)
-------libz.so.1 => /usr/lib/libz.so.1 (0x40017000)
        libm.so.6 => /lib/libm.so.6 (0x40026000)
        libcrypt.so.1 => /lib/libcrypt.so.1 (0x40042000)
        libnsl.so.1 => /lib/libnsl.so.1 (0x40070000)
        libdl.so.2 => /lib/libdl.so.2 (0x40085000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x40088000)
        libc.so.6 => /lib/libc.so.6 (0x40099000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
$ cd /wherever/you/want/to/check/out
$ svn --version
(send the output)
---------command not found - i tried absolute directory call as well as
withing the cmdline dir.

$ svn co http://svn.collab.net/repos/svn/trunk
(send the output)
---------command not found
Presuming that the checkout does not work, then please do the following:

$ strace -o /tmp/strace.log svn co http://svn.collab.net/repos/svn/trunk
---------command not found
And send the /tmp/strace.log file.
------no log created
We should be able to figure it out from all that. You have something
*really* weird going on. Nobody else has had any of these problems on a
RedHat box of any release (6.x and 7.x).

Cheers,
-g

On Wed, Dec 12, 2001 at 03:03:03PM -0500, John Regal wrote:
> I am reverting to a different version of linux. I have been using 7.2 but
am
> now going to attempt on 6.0 - I'll let all know if this fixes it.
> JOhn
>
> -----Original Message-----
> From: John Regal [mailto:jcr@flashline.com]
> Sent: Wednesday, December 12, 2001 2:36 PM
> To: 'dev@subversion.tigris.org'
> Subject: RE: Bad URL passed to RA layer
>
>
> No, it doesn't exist anywhere. I now attempted to rerun the ./configure
> command and am getting a warning:
> WARNING: INSTALLED GCC COMPILER HAS SERIOUS BUGS; PLEASE UPGRADE
> WARNING: GCC OPTIMIZATION LEVEL SET TO -0.
>
>
> -----Original Message-----
> From: Ben Collins-Sussman [mailto:sussman@collab.net]
> Sent: Wednesday, December 12, 2001 2:32 PM
> To: John Regal
> Cc: 'dev@subversion.tigris.org'
> Subject: Re: Bad URL passed to RA layer
>
>
> John Regal <jcr@flashline.com> writes:
>
> > Ok guys,
> > Now I have completely wiped my system. Reinstall Linux,
> downloaded/installed
> > Apache2, downloaded/installed Berkley DB, downloaded/install subversion.
> >
> > I ran the ./configure command as in the documentation
> > I ran make
> > I ran make install
> > And now there is no SVN binary in the
> > subversion-r588\subversion\clients\cmdline directory.
>
> No, it was probably moved to /usr/local/bin. That's what 'install' does.
>
> Really, you don't want to install the r588 client. The only reason
> you want to build it is so you can check out and build a *newer*
> client, and *that's* the one you want to install.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:52 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.