Treferwynd / transmission-remote-gtk

Automatically exported from code.google.com/p/transmission-remote-gtk
GNU General Public License v2.0
0 stars 0 forks source link

“make check” fails in v1.1.1 #233

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Compile from source.
2. Execute “make check”.

What is the expected output?  What do you see instead?

I expect to see make complete successfully; instead, I get

> Making check in src
> make[1]: Entering directory `/tmp/transmission-remote-gtk/src'
> make[1]: Nothing to be done for `check'.
> make[1]: Leaving directory `/tmp/transmission-remote-gtk/src'
> Making check in po
> make[1]: Entering directory `/tmp/transmission-remote-gtk/po'
> INTLTOOL_EXTRACT=/usr/bin/intltool-extract srcdir=. /usr/bin/intltool-update 
--gettext-package transmission-remote-gtk --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/torrent-cell-renderer.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.
> Please report to alan@eth0.org.uk
> if [ -r missing -o -r notexist ]; then \
>     exit 1; \
>   fi
> make[1]: *** [check] Error 1
> make[1]: Leaving directory `/tmp/transmission-remote-gtk/po'
> make: *** [check-recursive] Error 1

What version of the product are you using?  On what operating system?

I’ve confirmed this bug on both v1.1.1 and Git commit ef43c088e5bc using 
Debian Jessie on Intel 64.

Original issue reported on code.google.com by bbarenb...@gmail.com on 20 Jul 2013 at 3:58

GoogleCodeExporter commented 9 years ago
Thanks, I always forget about this file... Fixed.

Original comment by a...@eth0.org.uk on 20 Jul 2013 at 1:48