You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perl emits a warning as the parameters LANGUAGE and LC_ALL are unset. This needs to be fixed in the distro build.
DEBUG:root:perl: warning: Please check that your locale settings:
DEBUG:root:
DEBUG:root: LANGUAGE = (unset),
DEBUG:root:
DEBUG:root: LC_ALL = (unset),
DEBUG:root:
DEBUG:root: LC_CTYPE = "C.UTF-8",
DEBUG:root:
DEBUG:root: LANG = "en_US.UTF-8"
DEBUG:root:
DEBUG:root: are supported and installed on your system.
DEBUG:root:
DEBUG:root:perl: warning: Falling back to the standard locale ("C").
The text was updated successfully, but these errors were encountered:
Perl emits a warning as the parameters
LANGUAGE
andLC_ALL
are unset. This needs to be fixed in the distro build.The text was updated successfully, but these errors were encountered: