On Sep 7, 2009, at 1:18 PM, Tom Lane wrote:

Robert Creager <rob...@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

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to