Обсуждение: Port Bug Report: compile failed with byacc had to install bison

Поиск
Список
Период
Сортировка

Port Bug Report: compile failed with byacc had to install bison

От
Unprivileged user
Дата:
============================================================================
                        POSTGRESQL BUG REPORT TEMPLATE
============================================================================


Your name        : Mark Naker
Your email address    : linuxguru@home.com

Category        : install: compile
Severity        : non-critical

Summary: compile failed with byacc had to install bison

System Configuration
--------------------
  Operating System   : linux 2.0.34

  PostgreSQL version : 6.4.2

  Compiler used      : gcc 2.7

Hardware:
---------
RedHat 5.1 with numerous updates (including all of redhats updates)
i586 unknown
Pentium 120 40 megs ram 2.5G harddrive 1.3G free 125Meg swap
It doenst run X or anything it just servers FTP/HTTP (hopefully soon SQL via NeoWebScript)

Versions of other tools:
------------------------
make flex byacc

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

Problem Description:
--------------------
byacc would die with the error byacc: -f Tables to large
Installed Bison everything seems good.

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

Test Case:
----------
try to compile without bison

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

Solution:
---------
install bison

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


Re: [PORTS] Port Bug Report: compile failed with byacc had to install bison

От
"Thomas G. Lockhart"
Дата:
> Problem Description:
> --------------------
> byacc would die with the error byacc: -f Tables to large
> Installed Bison everything seems good.

Died on what file or directory? There are several places where it might
be invoked...

                       - Tom