! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Missing file in POTFILES.in?
Status:
RESOLVED: FIXED
Product:
Xfce4-notes-plugin
Component:
General

Comments

Description Lionel Le Folgoc 2010-03-28 14:39:26 CEST
Hi,

I just tried to build the new 1.7.3 release on Debian sid, and it failed with the following error:

make[2]: Entering directory `/tmp/buildd/xfce4-notes-plugin-1.7.3/po'
XGETTEXT_ARGS="--keyword=Q_ --from-code=UTF-8" INTLTOOL_EXTRACT=/usr/bin/intltool-extract srcdir=. /usr/bin/intltool-update --gettext-package xfce4-notes-plugin --pot
rm -f missing notexist
srcdir=. /usr/bin/intltool-update -m
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/xfce4-notes-plugin.desktop.in

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.
Please report to http://bugzilla.xfce.org/
if [ -r missing -o -r notexist ]; then \
	  exit 1; \
	fi
make[2]: *** [check] Error 1
make[2]: Leaving directory `/tmp/buildd/xfce4-notes-plugin-1.7.3/po'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/tmp/buildd/xfce4-notes-plugin-1.7.3'
dh_auto_test: make -j1 check returned exit code 2
make: *** [build] Error 29

So src/xfce4-notes-plugin.desktop.in (generated from its .in.in self) should probably be added to po/POTFILES.in. It seems to build fine with that fix.

Thanks.
Comment 1 Mike Massonnet editbugs 2010-03-28 16:02:45 CEST
Fixed in git e592d04..eebb995

Bug #6347

Reported by:
Lionel Le Folgoc
Reported on: 2010-03-28
Last modified on: 2010-03-28

People

Assignee:
Mike Massonnet
CC List:
0 users

Version

Version:
unspecified

Attachments

Additional information