Re: simple make check failures - Mailing list pgsql-hackers

From Jonathan Scott
Subject Re: simple make check failures
Date
Msg-id 20040226150907.6e18d165.jwscott@vanten.com
Whole thread Raw
In response to Re: simple make check failures  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: simple make check failures  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Thanks for writing, Tom.

I checked my system, and bison is reporting itself as 1.875. I am using SuSE 9.0, and I did have to upgrade to get that
configurationmessage to go away, AND to make it compile. 
 

Could you recommend a way I could get bison to reproduce that message? Perhaps I should recompile bison from source, so
itdoes not do any kind of backward compatibility stuff? (if you are in fact suggesting that is what the old bison
reported)

Jonathan Scott


On Thu, 26 Feb 2004 00:17:14 -0500
Tom Lane <tgl@sss.pgh.pa.us> wrote:

> Jonathan Scott <jwscott@vanten.com> writes:
> > When using the current head of pgsql, I find four errors when running "make check". They are all of the same
nature,basically that the expected.out file has "syntax error", where as psql is saying "parse error". 
 
> 
> What bison version are you using?  That was a bison change a few revs
> back.
> 
> I'm actually surprised that CVS tip builds at all with a bison that
> predates that change.  We are stressing bison because the grammar
> is so large.  You really need bison 1.875 or later.  (I think configure
> will warn about it if your bison is older, but the warning is easy to
> miss in the voluminous configure chatter :-()
> 
>             regards, tom lane
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
> 


-- 
Jonathan Scott, Programmer, Vanten K.K.
jwscott@vanten.com    Tel: 03-5919-0266
http://www.vanten.com    Fax: 03-5919-0267


pgsql-hackers by date:

Previous
From: Philip Warner
Date:
Subject: Re: bgwriter never dies
Next
From: Tom Lane
Date:
Subject: Re: simple make check failures