Port Bug Report: We cannot compile postgres due to a failure in yacc?

From: Unprivileged user <nobody>
To: pgsql-ports(at)postgresql(dot)org
Subject: Port Bug Report: We cannot compile postgres due to a failure in yacc?
Date: 1999-01-10 07:35:02
Message-ID: 199901100735.CAA14818@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports


============================================================================
POSTGRESQL BUG REPORT TEMPLATE
============================================================================

Your name : Stephen Martin
Your email address : tigger(at)marketrends(dot)net

Category : install: compile
Severity : critical

Summary: We cannot compile postgres due to a failure in yacc?

System Configuration
--------------------
Operating System : Open BSD 2.3

PostgreSQL version : 6.4.2

Compiler used : gcc version 2.8.1

Hardware:
---------
64MB RAM,AMD-K6/2 300
OpenBSD svr2 2.3 GENERIC#6 i386

Versions of other tools:
------------------------
GNU Make version 3.76.1
flex version 2.5.4
lex version 2.5.4

--------------------------------------------------------------------------

Problem Description:
--------------------
gmake[3]: Leaving directory `/usr/local/src/pgsql/pgsql/src/backend/optimizer/geqo'
ld -r -o SUBSYS.o path/SUBSYS.o plan/SUBSYS.o prep/SUBSYS.o util/SUBSYS.o geqo/SUBSYS.o
gmake[2]: Leaving directory `/usr/local/src/pgsql/pgsql/src/backend/optimizer'
gmake -C parser all
gmake[2]: Entering directory `/usr/local/src/pgsql/pgsql/src/backend/parser'
/usr/bin/yacc -d gram.y
/usr/bin/yacc: f - maximum table size exceeded
gmake[2]: *** [parse.h] Error 2
gmake[2]: Leaving directory `/usr/local/src/pgsql/pgsql/src/backend/parser'
gmake[1]: *** [parser.dir] Error 2
gmake[1]: Leaving directory `/usr/local/src/pgsql/pgsql/src/backend'
gmake: *** [all] Error 2

--------------------------------------------------------------------------

Test Case:
----------
in the src directory
just attempt the initial build
with
gmake all

--------------------------------------------------------------------------

Solution:
---------

--------------------------------------------------------------------------

Browse pgsql-ports by date

  From Date Subject
Next Message brad 1999-01-10 17:12:14 Linux RH 5.1 (2.0.36 kernel)
Previous Message David Wetzel 1999-01-10 00:13:13 Re: [PORTS] Please help with a Solaris 2.6 build error