----- Mail original -----
> De: "Werner LEMBERG" <[email protected]>
> À: "g esp" <[email protected]>
> Cc: [email protected]
> Envoyé: Jeudi 31 Janvier 2013 11:12:51
> Objet: Re: groff-current fail to compile
> 
> 
> > 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
> 
> You need more programs for compiling from the CVS than from the
> tarball.  In particular, you need a bunch of netpbm programs which
> you obviously don't have on your machine.
> 
> 
>     Werner
> 
Thank
That may explain why I encounter different issues patching 1.22.1 using 
groff-1.22.1-current.diff.gz
I am unsure all the issues new from 1.22.x were fixed by current cvs code.
But that's hard to test when you have other issues compiling the sources.

I didn't try from cvs code. Isn't groff-current package somehow already 
boostrapped?
Obviously I directly run ./configure

pnmtops is tested in configure, so make should not try to run it if it was not 
found by configure.
I agree issues may remain with others programs not found if ./configure didn't 
test for them.

Gilles

Reply via email to