[Webkit-unassigned] [Bug 212459] New: [Flatpak SDK] Missing locale warnings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 28 03:23:27 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=212459

            Bug ID: 212459
           Summary: [Flatpak SDK] Missing locale warnings
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aboya at igalia.com
                CC: bugs-noreply at webkitgtk.org

Running any perl script under flatpak spams lots of locale warnings. We should have a locale set inside flatpak. Probably en_US.UTF-8 for consistency. 

$ build-webkit --gtk --debug
Building flatpak based environment
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = (unset),
        LC_ALL = (unset),
        LC_MONETARY = "es_ES.UTF-8",
        LC_PAPER = "es_ES.UTF-8",
        LC_MEASUREMENT = "es_ES.UTF-8",
        LC_TIME = "es_ES.UTF-8",
        LC_NUMERIC = "es_ES.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").
+  cmake --build /app/webkit/WebKitBuild/Debug --config Debug -- 
[1/377] Generate bindings (WebKitTestRunnerInjectedBundleBindings)
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = (unset),
        LC_ALL = (unset),
        LC_MONETARY = "es_ES.UTF-8",
        LC_PAPER = "es_ES.UTF-8",
        LC_MEASUREMENT = "es_ES.UTF-8",
        LC_TIME = "es_ES.UTF-8",
        LC_NUMERIC = "es_ES.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").
[...]

====================================================================
 WebKit is now built (00m:02s). 
 To run MiniBrowser with this newly-built code, use the
 "Tools/Scripts/run-minibrowser" script.
====================================================================

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200528/ef19b5cd/attachment.htm>


More information about the webkit-unassigned mailing list