Bug 1493170
Summary: | FTBFS: tests failing due to locale issues | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Rafael Fonseca <rdossant> |
Component: | guile | Assignee: | Miroslav Lichvar <mlichvar> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | urgent | ||
Version: | rawhide | CC: | jsynacek, mlichvar, mmathesi, psabata |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | guile-2.0.14-4.fc28 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-10-10 14:42:34 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1474910 |
Description
Rafael Fonseca
2017-09-19 14:00:48 UTC
This has been blocking module builds for a while. FYI, these failures appear to be the result of an upstream glibc update to the handling of numerics for the fr_FR locale. The thousands separator character is now defined to be a non-breaking space rather than a plain space. guile's i18n.tests, however, are demanding a plain space. Other glibc locales were also updated in a similar manner. See https://sourceware.org/git/?p=glibc.git;a=commit;h=70a6707fa15e63591d991761be025e26e8d02bb6 Thanks for the hint, Merlin. The i18n test should be now fixed to expect non-breaking spaces separating thousands. |