Bug 22861 - #22517 broke et_EE locale generation
Summary: #22517 broke et_EE locale generation
Status: UNCONFIRMED
Alias: None
Product: glibc
Classification: Unclassified
Component: localedata (show other bugs)
Version: 2.27
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-19 11:02 UTC by Elan Ruusamäe
Modified: 2018-03-04 22:31 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:
fweimer: security-


Attachments
et_EE: Add missing reorder-end keyword (bug 22861) (433 bytes, application/mbox)
2018-02-19 11:18 UTC, Elan Ruusamäe
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Elan Ruusamäe 2018-02-19 11:02:45 UTC
de9661d6beb74b177cef07fe44c90c4e48a983a2

broke localedb gen:
http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2018-February/025504.html

$ localedb-gen --locales et_EE.UTF-8/UTF-8 -d .
Generating et_EE.UTF-8 using charset UTF-8... failed to set locale!
[error] LC_COLLATE: missing `reorder-end' keyword
failed to set locale!
[error] no output file produced because errors were issued

DONE.

fixed in pld-linux repo:
https://github.com/pld-linux/glibc/commit/8b435bd17628a5c73f5cfded06dbfa2d78680063

i'll attach copy to this bugreport

the locale-gen was pld own script:
https://github.com/pld-linux/glibc/commit/e54f46e702827b008db74edfa238621e18bd0cd9

but whole glibc build should had failed with same error. but it did not so it wouldn't appear in 2.27 release
Comment 1 Elan Ruusamäe 2018-02-19 11:04:29 UTC
localedb-gen invokes `localedef -f UTF-8 -i et_EE et_EE.UTF-8`
Comment 2 Elan Ruusamäe 2018-02-19 11:18:20 UTC
Created attachment 10836 [details]
et_EE: Add missing reorder-end keyword (bug 22861)
Comment 3 Elan Ruusamäe 2018-02-19 11:30:52 UTC
$ localedef -f UTF-8 -i et_EE et_EE.UTF-8 --prefix /tmp/localedef; echo $?
[error] LC_COLLATE: missing `reorder-end' keyword
[error] no output file produced because errors were issued
4
Comment 4 Andreas K. Huettel 2018-03-04 22:31:08 UTC
Confirmed in Gentoo: https://bugs.gentoo.org/647322