Re: [Pgbuildfarm-members] Snow Leopard bison/flex build problem - Mailing list pgsql-hackers

From Robert Creager
Subject Re: [Pgbuildfarm-members] Snow Leopard bison/flex build problem
Date
Msg-id 41AD074A-C1A5-464D-8CB3-AA01A2F116C3@logicalchaos.org
Whole thread Raw
In response to Re: [Pgbuildfarm-members] Snow Leopard bison/flex build problem  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [Pgbuildfarm-members] Snow Leopard bison/flex build problem
Re: [Pgbuildfarm-members] Snow Leopard bison/flex build problem
List pgsql-hackers
On Sep 7, 2009, at 1:18 PM, Tom Lane wrote:

> Robert Creager <robert@logicalchaos.org> writes:
>> On Sep 7, 2009, at 11:29 AM, Andrew Dunstan wrote:
>>> Please try building by hand and examine the files to find out what
>>> the conflict is between these declarations.
>
>> pgc.c - 161:
>
>> extern yy_size_t yyleng;
>
> Bizarre --- my copy of flex 2.5.35 definitely puts out "int", and
> so does everybody else's.  Did Apple take it on their own head to
> change this?

Apparently so - the /opt version is from macports.  It works.

% /opt/local/bin/flex --version
flex 2.5.35

% /usr/bin/flex --version
flex 2.5.35

Next problems, with HEAD and 8_4, 8_3, 8_2, are here - all with the  
same error:

http://buildfarm.postgresql.org/cgi-bin/show_status.pl?member=polecat

...
============== running regression test queries        ==============
test tablespace           ... FAILED
...
================== pgsql.41144/src/test/regress/regression.diffs  
===================
*** /usr/local/src/build-farm-3.2/builds/HEAD/pgsql.41144/src/test/ 
regress/expected/tablespace.out    Mon Sep  7 14:03:30 2009
--- /usr/local/src/build-farm-3.2/builds/HEAD/pgsql.41144/src/test/ 
regress/results/tablespace.out    Mon Sep  7 14:03:43 2009
***************
*** 73,75 ****
--- 73,76 ----  drop cascades to table testschema.atable  -- Should succeed  DROP TABLESPACE testspace;
+ ERROR:  could not read directory "pg_tblspc/16388": Invalid argument

Sigh,
Rob


pgsql-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [Pgbuildfarm-members] Snow Leopard bison/flex build problem
Next
From: Robert Creager
Date:
Subject: Re: [Pgbuildfarm-members] Snow Leopard bison/flex build problem