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

Re: svn commit: r36222 - trunk

From: Greg Stein <gstein_at_gmail.com>
Date: Mon, 2 Mar 2009 20:05:16 +0100

On Mon, Mar 2, 2009 at 19:26, Philip Martin <philip_at_codematters.co.uk> wrote:
>...
> Another problem is I now get lots of warning like:
>
>   libtool: link: warning: `/usr/lib//libsqlite3.la' seems to be moved
>
> Note the double slash.  This problem propogates into the final
> Subversion .la files so in libsvn_client-1.la, for example, the
> dependency_libs line contains /usr/lib//libsqlite3.la with a double
> slash whereas in the past it was a single slash.  I guess this may
> introduce link warnings for people using the Subversion libraries.  If
> I configure to use APR's libtool the warnings change to things like:
>
>   libtool: link: warning: `/usr/lib/gcc/x86_64-linux-gnu/4.3.2/../../../../lib//libsqlite3.la' seems to be moved
>
> The old system didn't produce these warnings.

Actually... it does/did. I've been getting these for a couple months
now. I haven't switched over to this new libtool stuff (last ran
./configure two weeks ago), so I don't know what impact it has on my
system.

In my case, it is coming from some APR stuffs. libexpat and libiconv.
It crept in when I monkeyed around with switching out to a different
APR. Probably need to do an extraclean followed by a fresh build.
*shrug* ... I've just been ignoring them as stupid libtool'isms.

Cheers,
-g

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1257720
Received on 2009-03-02 20:05:49 CET

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.