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

Re: svn 1.2.3 and apache 2.0.54 on sparc solaris 8 / bug id 2157

From: Max Bowsher <maxb_at_ukf.net>
Date: 2005-10-12 20:15:35 CEST

Cory Omand wrote:
> solo turn wrote:
>> hi,
>>
>> i always build svn with --disable-nls, as it does not make sense on the
>> server. and it works. but i'm not sure if it is comparable as we use the
>> sun compiler.
>
> The problem is really with apr-util. Solaris has iconv_open in libc, so
> even when you specify --with-iconv=/somewhere/else, libc satisfies the
> linking requirements for iconv, and GNU iconv is removed. This causes
> APR_LOCALE_CHARSET to not function as advertised when called in
> libsvn_subr/utf.c. I don't yet know (a) how to get Solaris iconv to
> function properly here, or (b) how to force apr-util to use GNU iconv
> when libc contains similarly named iconv functions.

I guess something is going wrong with the build, possibly with ordering of
#includes?
When built as a standalone library (non-libc), GNU libiconv exports
'libiconv_open', etc., and not 'iconv_open', and #defines the iconv names.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 12 20:17:08 2005

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.