[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: patch locale settings
From: |
Paul Smith |
Subject: |
Re: patch locale settings |
Date: |
Sun, 15 Sep 2019 17:18:43 -0400 |
User-agent: |
Evolution 3.32.1-2 |
On Sun, 2019-09-15 at 13:01 -0400, Dmitry Goncharov wrote:
> perl will tell you that it does not know what POSIX::LC_MESSAGES is.
>
> This patch initializes has_posix right here in test_driver.pl and pulls in
> locale_h.
> This patch sets LC_ALL because we saw that LANG has an affect.
> This patch won't help those who don't have POSIX.pm (windows?).
I went a slightly different way: test_driver.pl is (theoretically)
supposed to be a base driver that doesn't know anything about make
itself, so I moved all the error string detection into run_make_tests.
After importing properly LC_MESSAGES worked on UNIX, but I switched to
using LC_ALL because Windows does have POSIX locale but only LC_ALL.
I hope this will work now. I still don't know why I couldn't reproduce
the failure myself.
Thanks!
- patch locale settings, Dmitry Goncharov, 2019/09/13
- Re: patch locale settings, Paul Smith, 2019/09/14
- Re: patch locale settings, Dmitry Goncharov, 2019/09/14
- Re: patch locale settings, Paul Smith, 2019/09/14
- Re: patch locale settings, Paul Smith, 2019/09/14
- Re: patch locale settings, Dmitry Goncharov, 2019/09/14
- Re: patch locale settings, Paul Smith, 2019/09/15
- Re: patch locale settings, Dmitry Goncharov, 2019/09/15
- Re: patch locale settings, Paul Smith, 2019/09/15
- Re: patch locale settings, Dmitry Goncharov, 2019/09/15
- Re: patch locale settings,
Paul Smith <=
- Re: patch locale settings, Andreas Schwab, 2019/09/16