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

Re: SVN 1.5.2 and Solaris 10 make check error with prop_tests.py 22

From: Jens Seidel <jensseidel_at_users.sourceforge.net>
Date: Fri, 19 Sep 2008 18:24:32 +0200

On Fri, Sep 19, 2008 at 02:42:51PM +0300, Otto Kolsi wrote:
> Julian Foad wrote:
> >>If you would like to help trace the cause of the problem, that would be
> >>great. (What local do you use normally?)
>
> I can try to help as much as I can. When executing "locale" in the
> Solaris machine I get:
>
> LANG=
> LC_CTYPE=fi_FI.ISO8859-1
> LC_NUMERIC=fi_FI.ISO8859-1
> LC_TIME="C"
> LC_COLLATE=fi_FI.ISO8859-1
> LC_MONETARY=fi_FI.ISO8859-1
> LC_MESSAGES=C
> LC_ALL=
>
> I'm not that familiar with locales.. not sure if it is okay or not to
> have e.g. empty LC_ALL locale.

Please confirm that the variable LANGUAGE is not set.

I always wonder about the info documentation in libc:

`LC_ALL'
     This is not an environment variable; it is only a macro that you
     can use with `setlocale' to set a single locale for all purposes.
     Setting this environment variable overwrites all selections by the
     other `LC_*' variables or `LANG'.

The first part says it is not an environment variable, the second part
says the opposite.

a) Otto, what happens if you change the test to use LANG or LANGUAGE instead
   of LC_ALL?
b) Does something change if you use fi_FI.ISO8859-1 for all LC_*
   entries (try LANG=fi_FI.ISO8859-1)?

Jens

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-09-19 18:37:07 CEST

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.