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

Re: Build error Subversion 1.2.0-rc4

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-05-20 15:24:57 CEST

On May 20, 2005, at 4:31 AM, <Servatius.Brandt@fujitsu-siemens.com>
<Servatius.Brandt@fujitsu-siemens.com> wrote:

> The problem of undefined symbols I reported yesterday (see quote
> below)
> seems to be caused by the presence of the Subversion 1.1.3 version of
> libsvn_subr-1.so under /usr/local/lib. This library file does not
> contain the svn_error_dup symbol, which was added to
> libsvn_subr-1.so in
> Subversion 1.2.0.
>
> So why does the build include the old library from
> /usr/local/lib instead of the new one built by itself under the
> subversion-1.2.0-rc4/subversion/libsvn_subr/.libs directory?
>
> Do I have to uninstall Subversion 1.1.3 first before building
> Subversion
> 1.2.0? And how can I achieve that? There is no uninstall target for
> make.

This is a buggy behavior of libtool, that happens on certain systems,
and not others. That is, libtool will link against *installed*
libraries rather than the ones being built in the source tree.

If this is happening to you, then yes, the only solution is to delete
the installed libraries, or hide them where they can't be found.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri May 20 15:29:54 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.