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 688291 - Error generating PO template file
Error generating PO template file
Status: RESOLVED FIXED
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: 2012-11-13 23:51 UTC by Reinout van Schouwen
Modified: 2012-11-14 15:17 UTC
See Also:
GNOME target: ---
GNOME version: 3.7/3.8



Description Reinout van Schouwen 2012-11-13 23:51:06 UTC
As detailed on http://l10n.gnome.org/module/gnome-control-center/ :

Following files are referenced in either POTFILES.in or POTFILES.skip, yet they don't exist:
panels/sound/gvc/gvc-channel-bar.c
panels/sound/gvc/gvc-mixer-control.c
panels/sound/gvc/gvc-mixer-dialog.c
   
Error regenerating POT file for gnome-control-center:
intltool-update -g 'gnome-control-center' -p
xgettext: error while opening "./../panels/sound/gvc/gvc-channel-bar.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.
Comment 1 Piotr Drąg 2012-11-14 15:14:13 UTC
It's not yet fixed completely:

Following files are referenced in either POTFILES.in or POTFILES.skip, yet they don't exist:
panels/sound/gvc/gvc-mixer-control.c
Comment 2 Bastien Nocera 2012-11-14 15:17:41 UTC
(In reply to comment #1)
> It's not yet fixed completely:
> 
> Following files are referenced in either POTFILES.in or POTFILES.skip, yet they
> don't exist:
> panels/sound/gvc/gvc-mixer-control.c

That's a file in a sub-module. You need to run:
git submodule init
git submodule update

To have it updated. That's what the autogen.sh file does.