Re: plpgsql compile failure

From: Joe Conway <mail(at)joeconway(dot)com>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: plpgsql compile failure
Date: 2003-03-25 05:49:57
Message-ID: 3E7FEE05.6060208@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andreas Pflug 2003-03-25 11:28:43 Re: 7.4devel auth failed
Previous Message Bruce Momjian 2003-03-25 05:43:35 plpgsql compile failure