Re: [PORTS] BSDI-3.1

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [PORTS] BSDI-3.1
Дата
Msg-id 199804231451.KAA23452@candle.pha.pa.us
обсуждение исходный текст
Ответы Re: [HACKERS] Re: [PORTS] BSDI-3.1  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: "Oliver Elphick"
Дата:
Сообщение: Re: [QUESTIONS] pginterface compiling
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Re: [PORTS] BSDI-3.1