After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 695732 - intltool-update fails, probably due to non-existing file in POTFILES.in
intltool-update fails, probably due to non-existing file in POTFILES.in
Status: RESOLVED NOTABUG
Product: gnome-control-center
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-03-12 22:06 UTC by TLE
Modified: 2013-03-12 23:05 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description TLE 2013-03-12 22:06:47 UTC
Hallo gnome-control-center devs

I just tried commiting a translation to the master branch, but intltool-update returns an error I think is due to a non-existent file in POTFILES.in. The error message was:

xgettext: error while opening "./../panels/sound/gvc/gvc-mixer-control.c" for reading: No such file or directory
ERROR: xgettext failed to generate PO template file. Please consult
       error message above if there is any.

I hope you can help with it.
Regards Kenneth
Comment 1 Piotr Drąg 2013-03-12 22:38:56 UTC
The file is in a submodule. Please run 'git submodule init && git submodule update' to get it.
Comment 2 TLE 2013-03-12 22:47:46 UTC
Thanks.

Maybe that info would go nicely in the README.translators file in the po dir.
Comment 3 Bastien Nocera 2013-03-12 23:05:54 UTC
(In reply to comment #2)
> Thanks.
> 
> Maybe that info would go nicely in the README.translators file in the po dir.

It's the same for any modules with git submodules. This should be in the project-wide translation instructions, not in a specific module.