help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Interpretation of the make tests' output


From: Greg Wooledge
Subject: Re: Interpretation of the make tests' output
Date: Fri, 15 May 2020 07:36:30 -0400
User-agent: Mutt/1.10.1 (2018-07-13)

On Thu, May 14, 2020 at 11:31:42PM -0400, Junyong Zhao wrote:
> My VM configure is Ubuntu 16.04.6 LTS with GCC 5.4.0. I also attached my
> output and compile warnings on the VM in this email so that you could take
> a look at it.

> run-glob-test
> 7d6
> < ./glob2.sub: line 23: warning: setlocale: LC_ALL: cannot change locale 
> (zh_HK.big5hkscs): No such file or directory

> 16,17d14
> < ./glob2.sub: line 44: warning: setlocale: LC_ALL: cannot change locale 
> (zh_HK.big5hkscs)
> < /home/junyong/bash-5.0/bash: warning: setlocale: LC_ALL: cannot change 
> locale (zh_HK.big5hkscs)

> 24,150c24
> < fr_FR.ISO8859-1: Error Encoding U+00000080 to  [ "$'\200'" != "$'\302\200'" 
> ]

It looks like your system doesn't have the locales bash's test suite is
trying to use.

I don't use Ubuntu myself, but I do use Debian, and I know that they're
similar in many ways.  On Debian, most of the possible locales are not
generated by default, in order to save disk space.  You, as the system
administrator, would need to generate the ones that you (or your users)
intend to use.

If the bash test suite tries to use the locales

zh_HK.big5hkscs
fr_FR.ISO8859-1

then you'll want to generate those.  On Debian, you'd do that by running
"dpkg-reconfigure locales" (as root, of course), and selecting them from
the whiptail/dialog menu.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]