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

Re: subversion 1.6.17 bug with linking on static library system

From: Alan Hourihane <alanh_at_fairlite.co.uk>
Date: Tue, 27 Sep 2011 20:10:57 +0100

On 09/27/11 19:59, Daniel Shahaf wrote:
> Alan Hourihane wrote on Tue, Sep 27, 2011 at 10:56:02 +0100:
>> Hi all,
>>
>> I didn't get any response to this, but did anything happen ?
>>
>> Thanks,
>>
>> Alan.
>>
>> On 09/07/11 09:02, Alan Hourihane wrote:
>>> Hi,
>>>
>>> I'm building subversion 1.6.17 on a static library only system and
>>> there's some link problems.
>>>
>>> First is neon, it's link order is this....
>>>
>>> -lz -lssl -lcrypto -lz -lxml2 -lz -lpthread -liconv -lm -lneon
>>>
>>> whereas it should be...(note -lneon at the start)
>>>
>>> -lneon -lz -lssl -lcrypto -lz -lxml2 -lz -lpthread -liconv -lm
>>>
> Ouch. Can you test the 1.7 release candidates? I remember some
> build.conf patches to reorder the libraries this summer.
>

I'll take a look.

>>> Secondly, when linking libapr-1 it's not checking with pkgconfig for
>>> other dependencies, which on my system depends on libuuid.a and that's
>>> not pulled in either.
>>>
> I believe configure uses apr-1-config, not pkg-config.
> See build/ac-macros/
>

O.k., but subversion still gets it wrong then, as uuid is listed from
apr-1-config --libs.

Alan.
Received on 2011-09-27 21:11:33 CEST

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.