Re: Current CVS broken?

From: Denis Perchine <dyp(at)perchine(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Current CVS broken?
Date: 2000-11-20 12:57:48
Message-ID: 00112018574803.15409@dyp.perchine.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 20 November 2000 18:52, Philip Warner wrote:
> I get the following when doing a fresh build:

Did you made distclean?

> make[4]: Entering directory
> `/home/pjw/work/postgresql-cvs/pgsql/src/interfaces/ecpg/preproc'
> bison -y -d preproc.y
> ("preproc.y", line 2256) error: $5 of `CreatedbStmt' has no declared type
> ("preproc.y", line 2256) error: invalid $ value
> ("preproc.y", line 2256) error: $6 of `CreatedbStmt' has no declared type
> ("preproc.y", line 2265) error: $$ of `createdb_opt_list' has no declared
> type ("preproc.y", line 2265) error: $1 of `createdb_opt_list' has no
> declared type ("preproc.y", line 2267) error: $$ of `createdb_opt_list' has
> no declared type ("preproc.y", line 2267) error: $1 of `createdb_opt_list'
> has no declared type ("preproc.y", line 2267) error: $2 of
> `createdb_opt_list' has no declared type ("preproc.y", line 2270) error: $$
> of `createdb_opt_item' has no declared type ("preproc.y", line 2271) error:
> $$ of `createdb_opt_item' has no declared type ("preproc.y", line 2272)
> error: $$ of `createdb_opt_item' has no declared type ("preproc.y", line
> 2273) error: $$ of `createdb_opt_item' has no declared type ("preproc.y",
> line 2276) error: $$ of `createdb_opt_item' has no declared type
> ("preproc.y", line 2280) error: $$ of `createdb_opt_item' has no declared
> type ("preproc.y", line 5365) error: symbol createdb_opt_encoding is used,
> but is not defined as a token and has no rules
> ("preproc.y", line 5365) error: symbol createdb_opt_location is used, but
> is not defined as a token and has no rules
> make[4]: *** [preproc.c] Error 1
> make[4]: Leaving directory
> `/home/pjw/work/postgresql-cvs/pgsql/src/interfaces/ecpg/preproc'
> make[3]: *** [all] Error 2
> make[3]: Leaving directory
> `/home/pjw/work/postgresql-cvs/pgsql/src/interfaces/ecpg'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory
> `/home/pjw/work/postgresql-cvs/pgsql/src/interfaces'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/home/pjw/work/postgresql-cvs/pgsql/src'
> make: *** [all] Error 2
>
>
> ----------------------------------------------------------------
> Philip Warner | __---_____
> Albatross Consulting Pty. Ltd. |----/ - \
> (A.B.N. 75 008 659 498) | /(@) ______---_
> Tel: (+61) 0500 83 82 81 | _________ \
> Fax: (+61) 0500 83 82 82 | ___________ |
> Http://www.rhyme.com.au | / \|
>
> | --________--
>
> PGP key available upon request, | /
> and from pgp5.ai.mit.edu:11371 |/

--
Sincerely Yours,
Denis Perchine

----------------------------------
E-Mail: dyp(at)perchine(dot)com
HomePage: http://www.perchine.com/dyp/
FidoNet: 2:5000/120.5
----------------------------------

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ivan E. Panchenko 2000-11-20 13:08:01 Indexing on arrays
Previous Message Philip Warner 2000-11-20 12:52:17 Current CVS broken?