bug-groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

installed 'gropdf' incorrectly used for compilation


From: Werner LEMBERG
Subject: installed 'gropdf' incorrectly used for compilation
Date: Tue, 26 Jul 2022 20:21:48 +0000 (UTC)

While building current git from groff (2f4432718c) with

```
./bootstrap --gnulib-srcdir=~/git/gnulib
./configure
make -j12
```

I got the following error messages:

```
gropdf:contrib/mom/examples/typesetting.mom: fatal error:
  failed to open '/usr/share/ghostscript/9.52/Resource/Font/C059-Roman'
gropdf:src/utils/addftinfo/addftinfo.1: fatal error:
  failed to open '/usr/share/ghostscript/9.52/Resource/Font/NimbusRoman-Italic'
```

Analyzing the problem showed that I have an older groff installation
in `/usr/local` that was configured for gs 9.52.  However, my
currently installed gs version is 9.54; this means that my locally
installed groff version is outdated and thus partially invalid.

The installation from git gets correctly configured to use 9.54.

This inconsistency of gs on my GNU/Linux is of no importance, but it
clearly shows that there is a bug while compiling groff: It uses
`gropdf` from my system instead of using the just compiled `gropdf`!

I guess that during the documentation build `groff -Tpdf` gets used
without adjusting the PATH so that the freshly compiled binary doesn't
come first.


    Werner



reply via email to

[Prev in Thread] Current Thread [Next in Thread]