Bug 82880 - [GTK] Translation files are not cleaned during distclean
Summary: [GTK] Translation files are not cleaned during distclean
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2012-04-02 04:01 PDT by Carlos Garcia Campos
Modified: 2012-04-30 04:18 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2012-04-02 04:01:14 PDT
Make distcheck fails because some translation files are not removed from the build directory:

ERROR: files left in build directory after distclean:
./Source/WebKit/gtk/po/sr@latin.mo
./Source/WebKit/gtk/po/lv.mo
./Source/WebKit/gtk/po/gl.mo
./Source/WebKit/gtk/po/nb.mo
./Source/WebKit/gtk/po/zh_CN.mo
./Source/WebKit/gtk/po/sl.mo
./Source/WebKit/gtk/po/eu.mo
./Source/WebKit/gtk/po/et.mo
./Source/WebKit/gtk/po/el.mo
./Source/WebKit/gtk/po/sr.mo
./Source/WebKit/gtk/po/pa.mo
./Source/WebKit/gtk/po/ar.mo
./Source/WebKit/gtk/po/fr.mo
./Source/WebKit/gtk/po/ru.mo
./Source/WebKit/gtk/po/cs.mo
./Source/WebKit/gtk/po/pt.mo
./Source/WebKit/gtk/po/eo.mo
./Source/WebKit/gtk/po/sv.mo
./Source/WebKit/gtk/po/he.mo
./Source/WebKit/gtk/po/hu.mo
./Source/WebKit/gtk/po/nl.mo
./Source/WebKit/gtk/po/vi.mo
./Source/WebKit/gtk/po/it.mo
./Source/WebKit/gtk/po/en_GB.mo
./Source/WebKit/gtk/po/es.mo
./Source/WebKit/gtk/po/gu.mo
./Source/WebKit/gtk/po/lt.mo
./Source/WebKit/gtk/po/de.mo
./Source/WebKit/gtk/po/pt_BR.mo
./Source/WebKit/gtk/po/pl.mo
./Source/WebKit/gtk/po/mr.mo
./Source/WebKit/gtk/po/ko.mo
./Source/WebKit/gtk/po/bg.mo
./Source/WebKit/gtk/po/en_CA.mo
./Source/WebKit/gtk/po/uk.mo
./Source/WebKit/gtk/po/id.mo
make[1]: *** [distcleancheck] Error 1
Comment 1 Gustavo Noronha (kov) 2012-04-23 15:14:05 PDT
Any idea when this started happening?
Comment 2 Carlos Garcia Campos 2012-04-24 01:10:55 PDT
I run make distcheck every Monday, the first time this failed was 2012-04-02 when I reported this bug, previous week it didn't fail
Comment 3 Carlos Garcia Campos 2012-04-30 04:18:10 PDT
Fixed now by http://trac.webkit.org/changeset/115622