[Webkit-unassigned] [Bug 25236] New: [gtk] WebKitGTK 1.1.5 gain L10N but don't check for msgfmt

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 16 05:55:28 PDT 2009


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

           Summary: [gtk] WebKitGTK 1.1.5 gain L10N but don't check for
                    msgfmt
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: arthur.webkid at gmail.com


The build system (configure) should check if the host computer has msgfmt
(gettext) ready. Currently the build system does not check, so if one build
WebKitGTK without gettext installed, one would able to pass configure but fail
with the following message eventually during compile:

make[1]: Entering directory `/home/arthurwebkid/src/webkit-1.1.5'
test -d WebKit/gtk/po/ || mkdir -p WebKit/gtk/po/
 -c -o WebKit/gtk/po/de.mo WebKit/gtk/po/de.po
/bin/bash: line 1: -c: command not found
make[1]: *** [WebKit/gtk/po/de.mo] Error 127
make[1]: Leaving directory `/home/arthurwebkid/src/webkit-1.1.5'
make: *** [all] Error 2


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list