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

Re: rev 6632: FAIL: svnversion_tests.py 1

From: Erik Hülsmann <e.huelsmann_at_gmx.net>
Date: 2003-08-05 18:36:20 CEST
('binary' encoding is not supported, stored as-is) >Erik Hülsmann <e.huelsmann@gmx.net> writes:
>
>>>The error returned is:
>>>['lt-svnversion: relocation error: /home/erik/svn/subversion/libsvn_wc/.libs/libsvn_wc-1.so.0: undefined symbol: svn_io_files_contents_same_p\n']
>
>The function svn_io_files_contents_same_p is relatively new (r6621) in
>libsvn_subr/io.c. Run
>
> ldd subversion/svnversion/.libs/lt-svnversion
>
>to see which libraries are used by svnversion. Run
>
> nm subversion/libsvn_subr/io.o | grep same_p
> nm subversion/libsvn_subr/.libs/libsvn_subr-1.so|grep same_p
>
>to check that the symbol is defined.

Did that. Turns out that some of the libraries used are located in my subversion wc tree and some used from the installed version in /usr/local/lib. Turns out that my lt-svnversion points to /usr/local/lib/libsvn_subr.so, which does not contain the required symbol. I ran
 make clean
 make check-clean

and rebuilt subversion, but that did not help. How can I fix the location from which libtool uses my libraries?!

bye,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 5 18:37:07 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.