Re: cvs build failure

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Markus Bertheau <twanger(at)bluetwanger(dot)de>, Larry Rosenman <ler(at)lerctr(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: cvs build failure
Date: 2003-07-01 22:38:54
Message-ID: 200307012238.h61Mcsf17882@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> Markus Bertheau <twanger(at)bluetwanger(dot)de> writes:
> >> what version of bison are you using? I believe we require 1.875 these days.
>
> > 1.35. I'll upgrade. Thanks.
>
> I believe 'configure' will bleat about a too-old bison, but it won't
> refuse to proceed --- and the warning is easy to miss in the pages of
> output that configure produces.
>
> I was against having configure error out if bison is too old, since
> you might not need it at all (if building from a tarball). But it
> seems like we still have the problem.
>
> Maybe make configure act as though bison is missing? Not sure. It
> seems like that could create unnecessary problems in other cases.

One trick would be to set YACC to some special value like
"bison.too.old" and test for that when YACC is actually called from the
Makefile.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-07-01 22:40:36 Re: cvs build failure
Previous Message Alvaro Herrera 2003-07-01 22:29:27 Re: cvs build failure