Re: cvs build failure

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, 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:40:36
Message-ID: 200307012240.h61MeaN18068@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Usual installs don't need bison because the tarball has pregenerated
bison output files.

---------------------------------------------------------------------------

Alvaro Herrera wrote:
> On Tue, Jul 01, 2003 at 06:12:31PM -0400, Tom Lane wrote:
> >
> > 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.
>
> Maybe it should throw an error and refuse to continue if the version is
> too old, but the message be verbose enough to let the user know of a
> separate switch to configure that would allow it to continue the
> configuration ignoring the bison version.
>
> Somethink like
> $ ./configure
> error: your bison is too old. Use --ignore-bison if you don't need it
> $ ./configure --ignore-bison
> [succeeds]
>
> I've seen similar things in other projects...
>
> --
> Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
> Major Fambrough: You wish to see the frontier?
> John Dunbar: Yes sir, before it's gone.
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index scan if your
> joining column's datatypes do not match
>

--
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

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-07-01 22:42:35 Re: cvs build failure
Previous Message Bruce Momjian 2003-07-01 22:38:54 Re: cvs build failure