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

Re: svnversion_tests.py: lt-svnversion uses wrong libraries

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-08-08 15:31:47 CEST

Erik Hülsmann <e.huelsmann@gmx.net> writes:

> I have a problem running the svnversion tests. In a previous thread
> I was able to figure out what the problem was thanks to help from
> Philip Martin. As it turns out the lt-subversion library in
> subversion/svnversion/.libs/ uses the wrong version for
> libsvn_subr.so. Instead of using the one in the build tree, it uses
> the one already installed on my system.
>
> To cure the problem, I ran the complete build cycle again after
> running make clean and make check-clean, but nothing seems to
> help. Where should I start looking to solve this problem?

This problem gets reported from time to time. It's never happened on
any of my machines and I don't really know what causes it. I suspect
a libtool bug, but you haven't mentioned any versions, or even what OS
you are using.

Which libraries are wrongly located?

Does the problem only affect svnversion, or does it affect the other
binaries such as subversion/clients/cmdline/.libs/lt-svn?

If it affects other binaries, is it always the same libraries?

Do this to see the link command:

$ rm subversion/svnversion/svnversion
$ make

then repeat the link command at the command prompt but remove the
--silent option, this will cause libtool to print the link command it
uses. Does that command treat the libraries that are correctly
located differently from those that are not?

What about the link command for other binaries? How do they treat the
libraries that are not correctly located?

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Aug 8 15:32:50 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.