[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Testsuite failures of gawk 5.2.0 on riscv64
From: |
Letu Ren |
Subject: |
Re: Testsuite failures of gawk 5.2.0 on riscv64 |
Date: |
Thu, 22 Sep 2022 22:13:53 +0800 |
Hi Arnold,
> These are all issues relating to the locale information that's
> installed; there doesn't seem to be as much as usual. And in fact
> gawk points you in that direction with its error messages.
>
> On the RiscV Linux systems in the GCC compile farm, all tests pass.
>
> In short, this is an issue in your environment and not in gawk.
Thanks for your suggestions. I have figured out the problem. There are
only C, C.UTF-8, POSIX on the machine. So, `LC_ALL=en_US.UTF-8 make
check` doesn't work. After regenerating locales, the build system
works fine.
Regards,
Letu Ren