Bug 68352 - [GTK] make update-po is b0rked
Summary: [GTK] make update-po is b0rked
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gustavo Noronha (kov)
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2011-09-19 06:05 PDT by Gustavo Noronha (kov)
Modified: 2011-09-19 11:15 PDT (History)
3 users (show)

See Also:


Attachments
proposed fix (1.97 KB, patch)
2011-09-19 06:08 PDT, Gustavo Noronha (kov)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gustavo Noronha (kov) 2011-09-19 06:05:17 PDT
SSIA. It goes somewhat like this:


make update-po-files
make[1]: Entering directory `/home/kov/src/WebKit/WebKitBuild/Release'
cd ../../Source/WebKit/gtk/po && /usr/bin/msgmerge --update ar.po ./Source/WebKit/gtk/po/webkit-3.0.pot
~/src/WebKit/Source/WebKit/gtk/po ~/src/WebKit/WebKitBuild/Release
/usr/bin/msgmerge: error while opening "./Source/WebKit/gtk/po/webkit-3.0.pot" for reading: No such file 
or directory
~/src/WebKit/WebKitBuild/Release
cd ../../Source/WebKit/gtk/po && /usr/bin/msgmerge --update bg.po ./Source/WebKit/gtk/po/webkit-3.0.pot
~/src/WebKit/Source/WebKit/gtk/po ~/src/WebKit/WebKitBuild/Release
/usr/bin/msgmerge: error while opening "./Source/WebKit/gtk/po/webkit-3.0.pot" for reading: No such file 
or directory
Comment 1 Gustavo Noronha (kov) 2011-09-19 06:08:49 PDT
Created attachment 107844 [details]
proposed fix
Comment 2 Gustavo Noronha (kov) 2011-09-19 06:09:09 PDT
CCing Xan because I know he loves this part of the build system.
Comment 3 WebKit Review Bot 2011-09-19 11:15:29 PDT
Comment on attachment 107844 [details]
proposed fix

Clearing flags on attachment: 107844

Committed r95443: <http://trac.webkit.org/changeset/95443>
Comment 4 WebKit Review Bot 2011-09-19 11:15:33 PDT
All reviewed patches have been landed.  Closing bug.