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

Re: Is --enable-utf8 working everywhere?

From: Blair Zajac <blair_at_orcaware.com>
Date: 2002-07-18 19:43:06 CEST

Branko ?ibej wrote:
>
>
> My tests with --enable-utf8 on Solaris 7 pass with apr and apr-util
> back-dated to Monday; APR HEAD won't work anywhere right now. Try "cvs
> up -dP -D 2002-07-15" in apr and apr-util, and apply Greg's
> errno-checking patch (rev 1.4 of apr-util/xlate/xlate.c) to that copy.

OK. I did "cvs up -dP -D 2002-07-15" in both apr and apr-util, then
copied xlate 1.5 from apr-util back into apr/i18n/unix/xlate.c and
applied the following transformations to get xlate.c back into shape
where it can compile in apr:

    s/APU_DECLARE/APR_DECLARE/g
    s/include "apu.h"/include "apr_private.h"/

Then, with svn revision 2577, configured svn with the following:

    env LDFLAGS="-R/opt/sparc-solaris/db-4/lib:/opt/sparc-solaris/openssl/lib" \
    CC=gcc CFLAGS="-g -Wall" \
    ./configure \
                --enable-utf8 \
                --verbose \
                --prefix=/opt/sparc-solaris/installed/subversion-r2577 \
                --with-berkeley-db=/opt/sparc-solaris/db-4 \
                --with-ssl=/opt/sparc-solaris/openssl \
                --disable-shared

I'm still getting the same failure in stringtest.

% ./stringtest 13
apr_error: #22, src_err 0 : <Invalid argument>
  (charset translator procurement failed)
FAIL: stringtest 13: create string from file

Best,
Blair

-- 
Blair Zajac <blair@orcaware.com>
Web and OS performance plots - http://www.orcaware.com/orca/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jul 18 19:43:40 2002

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.