Re: UTP 1.1 build failure on Debian Stable

2020-10-20 Thread Nate Bargmann
No errors building on my up-to-date Debian Testing (Bullseye) laptop. A few minor warnings of table width: $ make /usr/bin/groff -Tpdf -P-pletter -z -step -rpdf:bm.nr=1 -ms -rRef=1 -wall utp_book.t >/dev/null 2>utp.aux.tmp; \ mv utp.aux.tmp utp.aux; \ /usr/bin/awk -f toc.awk utp.aux

Re: UTP 1.1 build failure on Debian Stable

2020-10-20 Thread Nate Bargmann
* On 2020 20 Oct 08:35 -0500, Deri wrote: > It is looking for the fonts in the ghostscript 9.26 directories but > debian have updated to 9.27. You will have a file called "download" > probably in /usr/share/groff/1.22.4/font/devpdf, if you edit this file > to convert all references 9.26 to

Re: UTP 1.1 build failure on Debian Stable

2020-10-20 Thread Deri
On Tuesday, 20 October 2020 14:49:22 BST Morten Bo Johansen wrote: > Wouldn't it rather be that it is looking for a version >= 9.26, > but failing that, just prints out that it can't find the lowest > accepted version? > > I have 9.52 and my book compiles with no problems. > > Maybe do a

Re: UTP 1.1 build failure on Debian Stable

2020-10-20 Thread Morten Bo Johansen
On 2020-10-20 Deri wrote: > It is looking for the fonts in the ghostscript 9.26 directories > but debian have updated to 9.27. You will have a file called > "download" probably in /usr/share/groff/1.22.4/font/devpdf, if > you edit this file to convert all references 9.26 to 9.27, you > should be

Re: UTP 1.1 build failure on Debian Stable

2020-10-20 Thread Deri
On Tuesday, 20 October 2020 13:15:50 BST Nate Bargmann wrote: > ./front.t: Failed to open > '/usr/share/ghostscript/9.26/Resource/Font/URWBookman-Demi' make: *** > [Makefile:20: utp_book.pdf] Error 1 > > > I do have the ghostscript package installed at version 9.27 so I have a > path of:

UTP 1.1 build failure on Debian Stable

2020-10-20 Thread Nate Bargmann
Good morning. This is my first crack at trying to do something with groff other than man pages. Running 'make' in the src directory I get: $ make /usr/bin/groff -Tpdf -P-pletter -z -step -rpdf:bm.nr=1 -ms -rRef=1 -wall utp_book.t >/dev/null 2>utp.aux.tmp; \ mv utp.aux.tmp utp.aux; \