locale-gen reports an error for bo_CN and bo_IN, failing to generate the locales: * ( 39/272) Generating bo_CN.UTF-8 ...LC_NAME: field `name_fmt' must not be empty [ !! ] * ( 40/272) Generating bo_IN.UTF-8 ...LC_NAME: field `name_fmt' must not be empty [ !! ] It continues afterwards, but ultimately exits with error code 2, causing issues for usage in scripts. The culprit is described here (with a patch): http://comments.gmane.org/gmane.comp.lib.glibc.alpha/31543 As far as I can see, the issue has not been fixed so far in glibc git.
Created attachment 380950 [details] proposed patch The patch proposed at: http://permalink.gmane.org/gmane.comp.lib.glibc.alpha/31543
see the full thread: https://sourceware.org/ml/libc-alpha/2013-05/threads.html#00350 people have opted for not using "???"
*** Bug 528524 has been marked as a duplicate of this bug. ***