Using a brand new KDEneon install. I still do my updates from the command line. Since I began using this install, I have noticed this message and warning every time I "full-upgrade" with apt:
I've done some looking about on the web and attempted all the recommended fixes, but nothing seems to stick. I set the missing locales, but they disappear at each reboot.
It doesn't seem to cause any actual problems, I'm mostly wondering if anyone else is getting this. I can fix it by adding the exports to my .profile, but I am curious if this is a "bug" or just a nothing-burger.
Fetched 51.2 MB in 21s (2394 kB/s)
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "",
LC_ALL = (unset),
LC_TIME = "en_US.UTF-8",
LC_MONETARY = "en_US.UTF-8",
LC_ADDRESS = "en_US.UTF-8",
LC_TELEPHONE = "en_US.UTF-8",
LC_NAME = "en_US.UTF-8",
LC_MEASUREMENT = "en_US.UTF-8",
LC_IDENTIFICATION = "en_US.UTF-8",
LC_NUMERIC = "en_US.UTF-8",
LC_PAPER = "letter",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to a fallback locale ("en_US.UTF-8").
locale: Cannot set LC_ALL to default locale: No such file or directory
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "",
LC_ALL = (unset),
LC_TIME = "en_US.UTF-8",
LC_MONETARY = "en_US.UTF-8",
LC_ADDRESS = "en_US.UTF-8",
LC_TELEPHONE = "en_US.UTF-8",
LC_NAME = "en_US.UTF-8",
LC_MEASUREMENT = "en_US.UTF-8",
LC_IDENTIFICATION = "en_US.UTF-8",
LC_NUMERIC = "en_US.UTF-8",
LC_PAPER = "letter",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to a fallback locale ("en_US.UTF-8").
locale: Cannot set LC_ALL to default locale: No such file or directory
It doesn't seem to cause any actual problems, I'm mostly wondering if anyone else is getting this. I can fix it by adding the exports to my .profile, but I am curious if this is a "bug" or just a nothing-burger.
Comment