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
localedb-gen invokes `localedef -f UTF-8 -i et_EE et_EE.UTF-8`
Created attachment 10836 [details] et_EE: Add missing reorder-end keyword (bug 22861)
$ 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
Confirmed in Gentoo: https://bugs.gentoo.org/647322