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

Re: make check Error with SVN version 4755

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-02-06 00:58:42 CET

Ben Collins-Sussman <sussman@collab.net> writes:

> Philip Martin <philip@codematters.co.uk> writes:
>
> > Branko Čibej <brane@xbc.nu> writes:
> >
> > > >ugh so I REALLY REALLY do need to remove all the old installed versions
> > > >ehh... :(
> > > >
> > > >Ok.
> > > >
> > > >
> > > This is from the INSTALL file, right at the top in section I:
> > >
> > > Note: Because previous builds of Subversion may have installed older
> > > versions of these libraries, you may want to run some of the cleanup
> > > commands described in section II.B before installing the following.
> >
> > It's only necessary on some systems, and it has *never* been necessary
> > on my Linux system. Have we ever got to the bottom of the problem?
> > Why do some systems require it?
>
> In my own experience, FreeBSD has burned me many times in this way.
>
> Essentially, if I set LD_LIBRARY_PATH=/usr/local/lib, then the FreeBSD
> runtime linker (rld) causes my in-tree binaries to use the *installed*
> svn libraries. If this environment variable is unset, then the
> in-tree binaries use the in-tree libraries. It took me forever to
> figure this out.

It's interesting that Jeff reports a problem with svnversion but
nothing else. If he is getting old libraries, as seems likely given
the backtrace he psoted, why doesn't it affect all the other binaries?

Jeff, what platform are you using? Is the svnversion test the only
one that fails? Do you have an ldd command? If so what is the output
from

$ ldd subversion/svnversion/.libs/lt-svnversion | grep libsvn
$ ldd subversion/clients/cmdline/.libs/lt-svn | grep libsvn

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Feb 6 01:00:11 2003

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.