[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: Cory Omand <comand_at_blastwave.org>
Date: 2005-10-12 19:13:59 CEST

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.

At any rate, this needs to be addressed with the Apache team, as noted
in the referenced bug (2157), as it has very little to do with Subversion.

Regards,
Cory.

-- 
Cory Omand <comand@blastwave.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 12 19:14:48 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.