Current CVS broken? - Mailing list pgsql-hackers

From Philip Warner
Subject Current CVS broken?
Date
Msg-id 3.0.5.32.20001120235217.0289fc70@mail.rhyme.com.au
Whole thread Raw
Responses Re: Current CVS broken?  (Denis Perchine <dyp@perchine.com>)
List pgsql-hackers
I get the following when doing a fresh build:

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


pgsql-hackers by date:

Previous
From: "Vadim Mikheev"
Date:
Subject: Re: WAL
Next
From: Denis Perchine
Date:
Subject: Re: Current CVS broken?