bug-bash
[Top][All Lists]
Advanced

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

Re: Unicode failure with 'make check'


From: Chet Ramey
Subject: Re: Unicode failure with 'make check'
Date: Fri, 11 Dec 2020 15:42:00 -0500
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Thunderbird/78.5.1

On 12/11/20 2:02 PM, Douglas Lewan wrote:
This morning I downloaded bash-5.1-rc2. After I built it I ran 'make check,. That produced (n

This is a longstanding problem with Debian. I've never been inclined to
look into it further. There is some issue with the French ISO8859-1
locale files that doesn't exist on other Linux distributions such as
Fedora.


< fr_FR.ISO8859-1: Error Encoding U+00000080 to  [ "$'\200'" != "$'\302\200'" ]
... (124 similar errors)
< fr_FR.ISO8859-1: Error Encoding U+000000FD to  [ "$'\375'" != "ý" ]
< Failed 126 of 1378 Unicode tests
---
 > Passed all 1378 Unicode tests

That seems wrong. If it failed 126 tests, then, at most, 1252 tests could have succeeded.

But that's not what the message means. It's `diff' output. The `<' lines
are what the test produced as output on your Debian system. The `>' lines
are the expected output.

--
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    chet@case.edu    http://tiswww.cwru.edu/~chet/



reply via email to

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