[Bug 1560577] Re: Confusing new locale-gen behavior
axel
1560577 at bugs.launchpad.net
Fri Apr 1 10:43:26 UTC 2016
Can you please have a look at
https://bugs.launchpad.net/ubuntu/+source/language-pack-en-base/+bug/1562279
Although I installed
language-pack-gnome-pl
language-pack-gnome-pl-base
language-pack-pl
language-pack-pl-base
I still get:
sudo locale-gen "pl_PL.UTF-8"/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
Generating locales (this might take a while)...
pl_PL.UTF-8...cannot open locale definition file `pl_PL': No such file or directory
done
Generation complete.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to glibc in Ubuntu.
https://bugs.launchpad.net/bugs/1560577
Title:
Confusing new locale-gen behavior
Status in glibc package in Ubuntu:
Confirmed
Bug description:
When the locales package was provided by the langpack-locales source
package, you could call locale-gen with arguments. Examples:
sudo locale-gen en_US.UTF-8
(to generate that locale only)
sudo locale-gen --purge
(to purge all existing locales and create all locales)
With the locales package provided by glibc, the equivalent to the
latter seems to be:
sudo locale-gen
What's problematic is that if you add an argument (any argument), the
existing locales seem to be purged, but nothing is generated. I'd
consider this to be a pretty serious regression, which will likely
result in locale issues for many users, if something isn't done to fix
it. I'm not sure how to best deal with the problem, though.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1560577/+subscriptions
More information about the foundations-bugs
mailing list