Bug#818449: gri: FTBFS: awk: cannot open gri.ky

2016-09-28 Thread Graham Inggs
Control: tags -1 patch


Hi Maintainer

I don't know why pdftex from recent texlive versions no longer
produces the files gri,ky, gri.pg and gri.tp, but I found that these
were 0-byte files with previous texlive versions anyway.
The attached patch ignores these files if they are missing and avoids the FBTFS.

Regards
Graham
Description: Ignore missing files to fix FTBFS with recent texlive versions
 Ignore missing files gri.ky, gri.pg and gri.tp.
 These were 0-byte files with previous versions anyway.
Bug-Debian: https://bugs.debian.org/818449
Forwarded: no
Author: Graham Inggs 
Last-Update: 2016-09-28
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -881,9 +881,9 @@
 	pdftex gri.texi
 	$(TEXINDEX) gri.cp
 	$(TEXINDEX) gri.fn
-	$(TEXINDEX) gri.ky
-	$(TEXINDEX) gri.pg
-	$(TEXINDEX) gri.tp
+	-$(TEXINDEX) gri.ky
+	-$(TEXINDEX) gri.pg
+	-$(TEXINDEX) gri.tp
 	$(TEXINDEX) gri.vr
 	pdftex gri.texi
 	pdftex gri.texi


Bug#818449: gri: FTBFS: awk: cannot open gri.ky

2016-03-19 Thread Martin Michlmayr
Package: gri
Version: 2.12.23-9
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> /public/amsfonts/cm/cmsy7.pfb> /amsfonts/cm/cmti10.pfb> nts/cm/cmtt10.pfb> /cmtt12.pfb> /lcircle1.pfb>
> Output written on gri.pdf (254 pages, 2027219 bytes).
> Transcript written on gri.log.
> /bin/bash ../missing --run texindex gri.cp
> /bin/bash ../missing --run texindex gri.fn
> /bin/bash ../missing --run texindex gri.ky
> awk: cannot open gri.ky (No such file or directory)
> WARNING: `texindex' is needed, and you do not seem to have it handy on your
>  system.  You might have modified some files without having the
>  proper tools for further handling them.  Check the `README' file,
>  it often tells you about the needed prerequirements for installing
>  this package.  You may also peek at any GNU archive site, in case
>  some other package would contain this missing `texindex' program.
> Makefile:878: recipe for target 'gri.pdf' failed
> make[1]: *** [gri.pdf] Error 1

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise