CVS TOT fails to build on MacOSX 10.2.1

From: Peter Bierman <bierman(at)apple(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: CVS TOT fails to build on MacOSX 10.2.1
Date: 2002-10-29 22:38:40
Message-ID: v03130305b9e4bd076354@[17.202.21.231]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

So first off, what's the best way to tell from a cvs snapshot which "release" (if any) that snapshot is?

I just (2pm) grabbed a full clean cvs checkout, and tried to run the regression tests. This is on a Macintosh G4/450 dual CPU with 512MB.

'make runcheck' in src/test/regress/ fails with:

<snip from src/test/regress/log/install.log>

rm -f libecpg.so && \
ln -s libecpg.so.3.4.0 libecpg.so
make -C preproc install
make -C ../../../../src/port all
make[6]: Nothing to be done for `all'.
bison -y -d preproc.y
preproc.y:5560: fatal error: maximum table size (32767) exceeded
make[5]: *** [preproc.h] Error 1
make[4]: *** [install] Error 2
make[3]: *** [install] Error 2
make[2]: *** [install] Error 2
make[1]: *** [install] Error 2

</snip>

-pmb

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ian Barwick 2002-10-29 22:52:51 Re: Request for supported platforms
Previous Message Tom Lane 2002-10-29 22:33:07 Re: Trigger on 'create table' ?