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

Re: [PATCH] svn info doesn't work on symlinks

From: Daniel Rall <dlr_at_finemaltcoding.com>
Date: 2005-09-21 20:53:27 CEST

On Tue, 20 Sep 2005, Julian Foad wrote:
...
> Joshua Varner wrote:
> >On 9/20/05, Julian Foad <julianfoad@btopenworld.com> wrote:
> >
> >>Joshua Varner wrote:
> >>
> >>>I get an error in ra-local-test, but I get that with a
> >>>straight trunk build, too.
> >>>
> >>>START: ra-local-test
> >>>lt-ra-local-test: relocation error:
> >>>/work/test/svn/svn-trunk/subversion/libsvn_fs/.libs/libsvn_fs-1.so.0:
> >>>undefined symbol: svn_ver_equal
> >>>END: ra-local-test
> >>
> >>That looks like it's linking with the wrong (old) copy of (some of) the
> >>libraries, so please try to resolve that problem before trusting the test
> >>results.
> >
> >My auto-tools fu is weak.
> >
> >I did a distclean, autogen, configure and re-build, but I get the same
> >errors.
>
> Sorry, I'm no good at link problems.

Try setting LD_DEBUG=all (and prepare for a lot of output), and then run ldd
on the .so to see what it's linked against.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 21 20:53:08 2005

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.