Comment 69 for bug 1652282

Revision history for this message
In , Curtis Gedak (gedakc) wrote :

Hi Mike,

I've just started reviewing the patch set from comment #15.

Following is the first issue I've encountered when building on kubuntu 16.04:

$ make distcheck
<snip>
INTLTOOL_EXTRACT="/usr/bin/intltool-extract" XGETTEXT="/usr/bin/xgettext" srcdir=../../../po /usr/bin/intltool-update --gettext-package gparted --pot
rm -f missing notexist
srcdir=../../../po /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.

sub/org.gnome.gparted.policy.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 https://bugzilla.gnome.org/enter_bug.cgi?product=gparted
if [ -r missing -o -r notexist ]; then \
  exit 1; \
fi
Makefile:209: recipe for target 'check' failed

This issue is not holding me up and I will continue with my review and testing.

Curtis