From: | Robert Creager <robert(at)logicalchaos(dot)org> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Andrew Dunstan <andrew(at)dunslane(dot)net> |
Subject: | Re: [Pgbuildfarm-members] Snow Leopard bison/flex build problem |
Date: | 2009-09-07 20:30:36 |
Message-ID: | 41AD074A-C1A5-464D-8CB3-AA01A2F116C3@logicalchaos.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | buildfarm-members pgsql-general pgsql-hackers |
On Sep 7, 2009, at 1:18 PM, Tom Lane wrote:
> Robert Creager <robert(at)logicalchaos(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Creager | 2009-09-07 20:32:33 | Re: [Pgbuildfarm-members] Snow Leopard bison/flex build problem |
Previous Message | Dave Page | 2009-09-07 20:17:04 | Re: [Pgbuildfarm-members] Snow Leopard bison/flex build problem |
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Creager | 2009-09-07 20:32:33 | Re: [Pgbuildfarm-members] Snow Leopard bison/flex build problem |
Previous Message | Sergey Samokhin | 2009-09-07 20:21:49 | Re: Should I create an index for partition with fixed key? |
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Creager | 2009-09-07 20:32:33 | Re: [Pgbuildfarm-members] Snow Leopard bison/flex build problem |
Previous Message | Dave Page | 2009-09-07 20:17:04 | Re: [Pgbuildfarm-members] Snow Leopard bison/flex build problem |