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

Re: svn bootstrap coredump

From: Rafael Garcia-Suarez <rgarciasuarez_at_free.fr>
Date: 2002-09-29 14:11:33 CEST

Nuutti Kotivuori wrote:
>
> What is most probably happening is that for some reason the Subversion
> client is finding some old libraries from the system - from a previous
> install of subversion or apr or something. This shouldn't happen - but
> it may happen if you have LD_LIBRARY_PATH set to something for
> example. Compiling with --disable-shared fixes this because then it
> will not find the libraries in the wrong order since there's no
> libraries to find :-)
>
> Can you try checking with 'ldd' that what libraries does the 'svn'
> executable try to use?

Thanks for your advice, but it wasn't very helpful : I cleaned up
carefully my libs, my LD_LIBRARY_PATH and my /etc/ld.so.conf, but
this didn't solve the problem, and ldd didn't report anything weird.

So I made what every frustrated programmer does : I blamed the tools.
I upgraded binutils (to binutils-2.11.93.0.2-11, from RedHat), and
now it works, yay, `make check' is in progress and is happy so far.

By the way, is there some known dependency on binutils ? I'd propose
a patch to INSTALL if I knew what to write.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Sep 29 14:08:03 2002

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.