Bug 50612 - [GTK] webkitgtk 1.3.7 build without translations
Summary: [GTK] webkitgtk 1.3.7 build without translations
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Christian Dywan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-06 19:34 PST by gil
Modified: 2011-02-24 03:22 PST (History)
4 users (show)

See Also:


Attachments
Require stamp-po target for all-local (1.47 KB, patch)
2011-02-24 02:55 PST, Christian Dywan
eric: review+
eric: commit-queue+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description gil 2010-12-06 19:34:50 PST
hello
webkitgtk 1.3.7 build without translations
po files are empty, except for those which as well as their extension, the character ~

thanks
gil

make[3]: Entering directory `/usr/src/RPM/BUILD/webkit-1.3.7'
/bin/mkdir -p ./.deps/DerivedSources
make[3]: Leaving directory `/usr/src/RPM/BUILD/webkit-1.3.7'
/bin/mkdir -p /var/tmp/libwebkit-gtk-root/usr/share
/bin/install: cannot stat `./cs.mo': No such file or directory
installing ./cs.mo as /var/tmp/libwebkit-gtk-root/usr/share/locale/cs/LC_MESSAGES/webkit-2.0.mo
/bin/install: cannot stat `./de.mo': No such file or directory
installing ./de.mo as /var/tmp/libwebkit-gtk-root/usr/share/locale/de/LC_MESSAGES/webkit-2.0.mo
/bin/install: cannot stat `./en_GB.mo': No such file or directory
installing ./en_GB.mo as /var/tmp/libwebkit-gtk-root/usr/share/locale/en_GB/LC_MESSAGES/webkit-2.0.mo
/bin/install: cannot stat `./es.mo': No such file or directory
installing ./es.mo as /var/tmp/libwebkit-gtk-root/usr/share/locale/es/LC_MESSAGES/webkit-2.0.mo
/bin/install: cannot stat `./et.mo': No such file or directory
installing ./et.mo as /var/tmp/libwebkit-gtk-root/usr/share/locale/et/LC_MESSAGES/webkit-2.0.mo
/bin/install: cannot stat `./gl.mo': No such file or directory
installing ./gl.mo as /var/tmp/libwebkit-gtk-root/usr/share/locale/gl/LC_MESSAGES/webkit-2.0.mo
/bin/install: cannot stat `./gu.mo': No such file or directory
installing ./gu.mo as /var/tmp/libwebkit-gtk-root/usr/share/locale/gu/LC_MESSAGES/webkit-2.0.mo
/bin/install: cannot stat `./he.mo': No such file or directory
installing ./he.mo as /var/tmp/libwebkit-gtk-root/usr/share/locale/he/LC_MESSAGES/webkit-2.0.mo
/bin/install: cannot stat `./it.mo': No such file or directory
installing ./it.mo as /var/tmp/libwebkit-gtk-root/usr/share/locale/it/LC_MESSAGES/webkit-2.0.mo
/bin/install: cannot stat `./lt.mo': No such file or directory
installing ./lt.mo as /var/tmp/libwebkit-gtk-root/usr/share/locale/lt/LC_MESSAGES/webkit-2.0.mo
/bin/install: cannot stat `./lv.mo': No such file or directory
installing ./lv.mo as /var/tmp/libwebkit-gtk-root/usr/share/locale/lv/LC_MESSAGES/webkit-2.0.mo
/bin/install: cannot stat `./nb.mo': No such file or directory
installing ./nb.mo as /var/tmp/libwebkit-gtk-root/usr/share/locale/nb/LC_MESSAGES/webkit-2.0.mo
/bin/install: cannot stat `./nl.mo': No such file or directory
installing ./nl.mo as /var/tmp/libwebkit-gtk-root/usr/share/locale/nl/LC_MESSAGES/webkit-2.0.mo
/bin/install: cannot stat `./pa.mo': No such file or directory
installing ./pa.mo as /var/tmp/libwebkit-gtk-root/usr/share/locale/pa/LC_MESSAGES/webkit-2.0.mo
/bin/install: cannot stat `./pt.mo': No such file or directory
installing ./pt.mo as /var/tmp/libwebkit-gtk-root/usr/share/locale/pt/LC_MESSAGES/webkit-2.0.mo
/bin/install: cannot stat `./pt_BR.mo': No such file or directory
installing ./pt_BR.mo as /var/tmp/libwebkit-gtk-root/usr/share/locale/pt_BR/LC_MESSAGES/webkit-2.0.mo
/bin/install: cannot stat `./ru.mo': No such file or directory
installing ./ru.mo as /var/tmp/libwebkit-gtk-root/usr/share/locale/ru/LC_MESSAGES/webkit-2.0.mo
/bin/install: cannot stat `./sl.mo': No such file or directory
installing ./sl.mo as /var/tmp/libwebkit-gtk-root/usr/share/locale/sl/LC_MESSAGES/webkit-2.0.mo
/bin/install: cannot stat `./sr.mo': No such file or directory
installing ./sr.mo as /var/tmp/libwebkit-gtk-root/usr/share/locale/sr/LC_MESSAGES/webkit-2.0.mo
/bin/install: cannot stat `./sr@latin.mo': No such file or directory
installing ./sr@latin.mo as /var/tmp/libwebkit-gtk-root/usr/share/locale/sr@latin/LC_MESSAGES/webkit-2.0.mo
/bin/install: cannot stat `./sv.mo': No such file or directory
installing ./sv.mo as /var/tmp/libwebkit-gtk-root/usr/share/locale/sv/LC_MESSAGES/webkit-2.0.mo
/bin/install: cannot stat `./uk.mo': No such file or directory
installing ./uk.mo as /var/tmp/libwebkit-gtk-root/usr/share/locale/uk/LC_MESSAGES/webkit-2.0.mo
/bin/install: cannot stat `./vi.mo': No such file or directory
installing ./vi.mo as /var/tmp/libwebkit-gtk-root/usr/share/locale/vi/LC_MESSAGES/webkit-2.0.mo
/bin/install: cannot stat `./zh_CN.mo': No such file or directory
installing ./zh_CN.mo as /var/tmp/libwebkit-gtk-root/usr/share/locale/zh_CN/LC_MESSAGES/webkit-2.0.mo
Comment 1 Alexey Shabalin 2010-12-14 01:09:44 PST
for fix, need change
all-local:
to
all-local: stamp-po
in GNUmakefile.am
Comment 2 gil 2010-12-14 01:44:04 PST
thanks
gil
Comment 3 Christian Dywan 2011-02-24 02:55:19 PST
Created attachment 83628 [details]
Require stamp-po target for all-local
Comment 4 Eric Seidel (no email) 2011-02-24 02:58:17 PST
Comment on attachment 83628 [details]
Require stamp-po target for all-local

rs=me.
Comment 5 Christian Dywan 2011-02-24 03:22:36 PST
Committed as r79537.