[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: Otto Kolsi <otto_at_kolsi.fi>
Date: Tue, 23 Sep 2008 10:10:56 +0300

Sorry for the delay, I can do tests related to this issue only during
"working hours".

Jens Seidel wrote:
> 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 can confirm that 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?

If I set LANG = 'C' or LANGUAGE = 'C' in the main.py, test works.

> b) Does something change if you use fi_FI.ISO8859-1 for all LC_*
> entries (try LANG=fi_FI.ISO8859-1)?

If I do "export LANG=fi_FI.ISO8859-1" in shell and confirm with "locale"
that it is set, the test does not work. Also if I similarly set LC_ALL
to the FI code, test does not work.

And also, setting either LANG or LANGUAGE in shell does not make the
test work (at the same time the main.py sets LC_ALL to C).

-- 
   Otto
---------------------------------------------------------------------
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-23 16:54:47 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.