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

Re: [BUG] svn log output truncated on IRIX.

From: Carsten Koch <Carsten.Koch_at_icem.com>
Date: 2006-06-22 15:13:29 CEST

Carsten Koch wrote:
...
> I did and found out that log_message_receiver calls svn_cmdline_printf,
> which calls svn_cmdline_fputs, which calls svn_cmdline_cstring_from_utf8,
> which calls svn_utf_cstring_from_utf8, which calls convert_cstring,
> which calls convert_to_stringbuf, which calls apr_xlate_conv_buffer,

which calls iconv,

> which puts a 0 byte into the buffer and continues to convert happily
> after that without returning an error message.
...
> So I guess SGI's iconv is broken.
>
> Would it be better to build a GNU iconv or
> simply #undef APU_HAVE_ICONV, so the loop at
> the end of apr_xlate_conv_buffer is used
> (assuming that works correctly)?

I changed the
#define APU_HAVE_ICONV
in apr-util/include/apu.h from 1 to 0 and recompiled.
Now "svn log" works on IRIX, too.

Is there a way to tell configure not to use iconv from
the system's libc because it's broken?

Thanks and Cheers,
Carsten.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jun 22 15:14:30 2006

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.