[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Groff] groff-current fail to compile
From: |
g . esp |
Subject: |
[Groff] groff-current fail to compile |
Date: |
Thu, 31 Jan 2013 08:52:26 +0100 (CET) |
I tried groff upgrade from 1.21 to 1.22.x following LFS instructions:
PAGE=letter ./configure --prefix=/usr && make
With 1.22.1, I encounter 560 warnings while 1.21 only have 15:
Warning: line 28: Unable to locate font 'URWGothicL-Demi!a010015l.pfb' on the
given path(s)
...
Warning: line 77: Failed to create groff font 'U-AB' by running afmtodit
...
/usr/src/groff-1.22.1/tmac/europs.tmac:5: warning: can't find font `AB'
...
./om.tmac:525: warning: can't find character `A'
...
and so on
As I saw that the issue, source of the numerous warning has been fixed, I tried
groff-current.
current build fail for me in doc directory with
xpmtoppm ./gnu.xpm | pnmdepth 15 | \
pnmtops -noturn -rle >gnu.eps
/bin/sh: line 1: pnmtops: command not found
/bin/sh: pnmdepth: command not found
/bin/sh: xpmtoppm: command not found
make[2]: *** [gnu.eps] Error 127
make[2]: Leaving directory `/usr/src/groff-current/doc'
make[1]: *** [doc] Error 2
make[1]: Leaving directory `/usr/src/groff-current'
make: *** [all] Error 2
attached, configure and make logs
Gilles
groff-configure.log
Description: Text Data
groff-make.log
Description: Text Data
- [Groff] groff-current fail to compile,
g . esp <=