Re: Buildfarm issues on specific machines - Mailing list pgsql-hackers

From Jim C. Nasby
Subject Re: Buildfarm issues on specific machines
Date
Msg-id 20050719194226.GH38511@decibel.org
Whole thread Raw
In response to Re: Buildfarm issues on specific machines  ("Jim C. Nasby" <decibel@decibel.org>)
Responses Re: Buildfarm issues on specific machines  ("Jim C. Nasby" <decibel@decibel.org>)
List pgsql-hackers
(trimming cc list...)

On Tue, Jul 19, 2005 at 02:25:38PM -0500, Jim C. Nasby wrote:
> OK, I'll tweak cuckoo's config accordingly then.

And now it's failing on make, at least for 7.2...

ccache gcc -O3 -pipe -traditional-cpp -g -O2 -g -Wall
-Wmissing-prototypes -Wmissing-declarations -I. -I../../../src/include
-I/opt/local/include  -c -o bootparse.o bootparse.c
y.tab.c:953: warning: no previous prototype for `Int_yyparse'
bootparse.y: In function `Int_yyparse':
bootparse.y:278: error: syntax error at '##' token
bootparse.y:278: error: `T_' undeclared (first use in this function)
bootparse.y:278: error: (Each undeclared identifier is reported only
once
bootparse.y:278: error: for each function it appears in.)
bootparse.y:278: error: parse error before "IndexElem"
make[3]: *** [bootparse.o] Error 1
make[2]: *** [bootstrap-recursive] Error 2
make[1]: *** [all] Error 2
make: *** [all] Error 2
-- 
Jim C. Nasby, Database Consultant               decibel@decibel.org 
Give your computer some brain candy! www.distributed.net Team #1828

Windows: "Where do you want to go today?"
Linux: "Where do you want to go tomorrow?"
FreeBSD: "Are you guys coming, or what?"


pgsql-hackers by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: Re: Buildfarm issues on specific machines
Next
From: Tom Lane
Date:
Subject: Re: More buildfarm stuff