Re: Bison 1.875 has non-zero return code compling CVS 1.11.16 on getdate.y

Paul Eggert <[email protected]> Sat, 29 May 2004 20:56:50 -0700
Newsgroups gmane.comp.parsers.bison.bugs,gmane.comp.version-control.cvs.bugs
Message-ID <[email protected]>
"SANTOS, DANIEL (SBCSI)" <[email protected]> writes:

> $ bison -y ./getdate.y ; echo $?
> conflicts: 10 shift/reduce
> 141
> I'm running on an HP-UX 11i machine (B11.11 actually).

I can't reproduce this problem with my copy of Bison 1.875 (built on
Debian GNU/Linux 3.0r1 x86).  141 means bison got a SIGPIPE, which
most likely means that your Bison isn't invoking GNU m4 correctly.

Did you configure your Bison to use GNU m4 instead of HP-UX m4?
Did you run "make check" before installing Bison?

While we're on the subject, I suggest using GNU m4 with the patches
contained here:

http://www.lrde.epita.fr/~akim/download/m4-1.4.tar.gz