Your name : Pedro Aguilar
Your email address : pagu...@linux.ccm.itesm.mx
Category : install: compile
Severity : serious
Summary: Compilation error: maximum table size exceeded(gramm.y)
System Configuration
--------------------
Operating System : Linux RH 5.0
PostgreSQL version : 6.3.2
Compiler used : 2.7.2.3
Hardware:
---------
Pentium 100, 16M RAM, 1M video
Linux linux.ccm.itesm.mx 2.0.33 #2 Mon Mar 23 20:33:24 CST 1998
Versions of other tools:
------------------------
flex 2.5.4
GNU Make version 3.76.1
--------------------------------------------------------------------------
Problem Description:
--------------------
I want to update postgres, I followed the steps in the
INSTALL file but
when I'm compiling after a minute it shows the next error:
gmake -C parser all
gmake[2]: Entering directory `/usr/src/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/src/pgsql/src/backend/parser'
gmake[1]: *** [parser.dir] Error 2
gmake[1]: Leaving directory `/usr/src/pgsql/src/backend'
gmake: *** [all] Error 2
And it stops here.
--------------------------------------------------------------------------
Test Case:
----------
After write the tail command as the INSTALL says for
compiling, began to execute normally, but after a minute
of compiling shows an error in gram.y relationed with
yacc.
I have an older version of postgres, I just want to
update.
--------------------------------------------------------------------------
Solution:
---------
I'm not sure what table gmake is talking about, but
if I modified or erase that table it could be fixed.
--------------------------------------------------------------------------