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 779509 - 'make check' says files need to be added to POTFILES.in
'make check' says files need to be added to POTFILES.in
Status: RESOLVED FIXED
Product: gnome-games
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Games maintainers
GNOME Games maintainers
Depends on:
Blocks:
 
 
Reported: 2017-03-03 07:22 UTC by Jeremy Bicha
Modified: 2017-03-03 09:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Update POTFILES.skip (808 bytes, patch)
2017-03-03 07:29 UTC, Jeremy Bicha
committed Details | Review

Description Jeremy Bicha 2017-03-03 07:22:50 UTC
gnome-games 3.23.91
Ubuntu 17.04 Beta

Making check in po
make[3]: Entering directory '/<<PKGBUILDDIR>>/po'
INTLTOOL_EXTRACT="/usr/bin/intltool-extract" XGETTEXT="/usr/bin/xgettext" srcdir=. /usr/bin/intltool-update --gettext-package gnome-games --pot
rm -f missing notexist
srcdir=. /usr/bin/intltool-update -m
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ?PACKAGE_NAME}?/ at /usr/bin/intltool-update line 1071, <CONF> line 84.
The following files contain translations and are currently not in use. Please
consider adding these to the POTFILES.in file, located in the po/ directory.

src/retro/retro-platform.c
src/ui/preferences-page-video.c

If some of these files are left out on purpose then please add them to
POTFILES.skip instead of POTFILES.in. A file 'missing' containing this list
of left out files has been written in the current directory.
if [ -r missing -o -r notexist ]; then \
  exit 1; \
fi
Makefile:200: recipe for target 'check' failed
Comment 1 Jeremy Bicha 2017-03-03 07:29:11 UTC
Created attachment 347114 [details] [review]
Update POTFILES.skip
Comment 2 Adrien Plazas 2017-03-03 09:27:00 UTC
Review of attachment 347114 [details] [review]:

Thanks!
Comment 3 Adrien Plazas 2017-03-03 09:41:11 UTC
Attachment 347114 [details] pushed as 6f25ba1 - Update POTFILES.skip