GNOME Bugzilla – Bug 688291
Error generating PO template file
Last modified: 2012-11-14 15:17:41 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.
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
(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.