Re: [PORTS] BSDI-3.1 - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [PORTS] BSDI-3.1
Date
Msg-id 199804231451.KAA23452@candle.pha.pa.us
Whole thread Raw
Responses Re: [HACKERS] Re: [PORTS] BSDI-3.1
List pgsql-hackers
>
> Hi!
> I was trying to install postgresql-6.3.2 on BSDI-3.1 operating system.
> First, it doesn't define BSDI-3.0 template (postgresql-6.3 does).
> Second, there is an error on compilation:
>
> gmake[2]: Entering directory
> `/usr/home/ser/download/postgres/postgresql-6.3.2/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/home/ser/download/postgres/postgresql-6.3.2/src/backend/parser'
> gmake[1]: *** [parser.dir] Error 2
> gmake[1]: Leaving directory
> `/usr/home/ser/download/postgres/postgresql-6.3.2/src/backend'
> gmake: *** [all] Error 2
>
> Any suggestions ? Thanx.
> ---------------------------

I am running the same OS.  Just touch backend/parser/gram.c, and
recompile.  Bison is required to compile gram.y, but we supply it as
part of the install.

Hackers, is the gram.c file not new enough in the 6.3.2 tarball?

--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

pgsql-hackers by date:

Previous
From: "Oliver Elphick"
Date:
Subject: Re: [QUESTIONS] pginterface compiling
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Re: [PORTS] BSDI-3.1