Description of problem: I installed Fedora 22 selected default english/us locale, but changed units to metric and date/time format to standard. Version-Release number of selected component (if applicable): glibc-2.21-5.fc22.x86_64 How reproducible: unknown Steps to Reproduce: 1. install fedora 22 kde 64 bit version (e.g. in a vm) 2. select default locale, change units to metric 3. install. this will set up these values: LC_MEASUREMENT = "C.UTF-8", LC_TIME = "C.UTF-8", LANG = "en_US.UTF-8" 4. login and run any program, for example man or perl Actual results: error about incorrect LC setting is produced. perl: perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = "", LC_ALL = (unset), LC_MEASUREMENT = "C.UTF-8", LC_TIME = "C.UTF-8", LANG = "en_US.UTF-8" are supported and installed on your system. perl: warning: Falling back to a fallback locale ("en_US.UTF-8"). man: man: can't set the locale; make sure $LC_* and $LANG are correct Expected results: no warnings, applications use the selected locale Additional info: Please note LC values were setup by installer. if the LC values are incorrect, then it's installer's fault, please reassign there.
There is no C.UTF-8 locale. This looks like a duplicate of bug 902094, which requests we add a C.UTF-8 locale, which we will do shortly in Rawhide. *** This bug has been marked as a duplicate of bug 902094 ***