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 465538 - make test/distcheck failure and LINGUAS generation
make test/distcheck failure and LINGUAS generation
Status: RESOLVED FIXED
Product: libgnomekbd
Classification: Core
Component: Capplet
2.18.x
Other Linux
: Normal normal
: ---
Assigned To: libgnomekbd maintainers
Sergey V. Udaltsov
Depends on:
Blocks:
 
 
Reported: 2007-08-10 22:08 UTC by Gilles Dartiguelongue
Modified: 2007-08-19 12:25 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20



Description Gilles Dartiguelongue 2007-08-10 22:08:12 UTC
please add capplet/gkbd-indicator-plugins-capplet.desktop.in to POTFILES.skip or make test and make distcheck fails.

please run intltoolize --force with a recent enough intltool (0.35.4 or 0.35.5 is fine) to have proper po/Makefile.in.in to respect LINGUAS setting at configure time before generating next release tarballs.

Thanks in advance.
Comment 1 Gilles Dartiguelongue 2007-08-18 15:37:10 UTC
hum, forgot about the intltoolize stuff, seems to be done in latest tarbal (.90)
Comment 2 Sergey V. Udaltsov 2007-08-18 16:28:20 UTC
So, is it ok now?
Comment 3 Gilles Dartiguelongue 2007-08-18 17:45:52 UTC
yeah, the po/Makefile.in.in (which is controled by intltoolize and updated when you use autogen.sh) looks ok now so I won't get extra LINGUAS installed if not necessary.

Only adding capplet/gkbd-indicator-plugins-capplet.desktop.in to POTFILES.skip is needed now.
Comment 4 Gilles Dartiguelongue 2007-08-18 17:47:00 UTC
btw, make distcheck won't harm your current svn directory other than creating a tarball and a subdirectory ${PACKAGE_NAME}-${VERSION} so you can feel free to run it as much as you want ;)
Comment 5 Sergey V. Udaltsov 2007-08-19 12:25:05 UTC
Thanks, committed - and I know about distcheck, I just do not run it frequently enough:)