Re: plpgsql compile failure - Mailing list pgsql-hackers

From Joe Conway
Subject Re: plpgsql compile failure
Date
Msg-id 3E7FEE05.6060208@joeconway.com
Whole thread Raw
In response to plpgsql compile failure  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: plpgsql compile failure  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Bruce Momjian wrote:
> I am seeing the following plpgsql compile failure in CVS:
> 
>     #$ gmake
>     bison -y -d  gram.y
>     NONE:0: /usr/contrib/bin/gm4: ERROR: EOF in string
>     sed -e 's/yy/plpgsql_yy/g' -e 's/YY/PLPGSQL_YY/g' < y.tab.c >
>     ./pl_gram.c
>     /bin/sh: cannot open y.tab.c: no such file
>     gmake: *** [pl.tab.h] Error 2
> 
> I believe it is related to this commit:
>     

I'm seeing the same thing, and I also have bison 1.75. I confirmed that 
by reverting the commit, the problem goes away. Possibly bison version 
related?

Joe



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: plpgsql compile failure
Next
From: snpe
Date:
Subject: Re: updateable cursors & visibility