Bug 25236
| Summary: | [gtk] WebKitGTK 1.1.5 gain L10N but don't check for msgfmt | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Arthur Webkid <arthur.webkid> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Other | ||
| OS: | Linux | ||
Arthur Webkid
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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Arthur Webkid
*** This bug has been marked as a duplicate of 25235 ***