Re: byacc problem with FreeBSD ...

From: The Hermit Hacker <scrappy(at)hub(dot)org>
To: Peter Eisentraut <520083510237-0001(at)t-online(dot)de>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: byacc problem with FreeBSD ...
Date: 2000-09-25 16:22:37
Message-ID: Pine.BSF.4.21.0009251321480.4209-100000@thelab.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


damn ... I thought that our configure refused anything *but* bison? how
come its allowying me to use byacc? :)

On Mon, 25 Sep 2000, Peter Eisentraut wrote:

> The Hermit Hacker writes:
>
> > Just going through Peter's new 'mk-snapshot' script, and found a problem:
> >
> > gmake[4]: Entering directory `/home/projects/pgsql/snapshot/pgsql/postgresql-snapshot/src/backend/parser'
> > byacc -d gram.y
> > byacc: f - maximum table size exceeded
> > gmake[4]: *** [gram.c] Error 2
> > gmake[4]: Leaving directory `/home/projects/pgsql/snapshot/pgsql/postgresql-snapshot/src/backend/parser'
>
> You don't have a bison binary installed on hub.org.
>
> hub:~$ which bison
> hub:~$ locate bison
> /home/share/info/bison.info.gz
> /home/share/man/cat1/bison.1.gz
> /home/share/man/man1/bison.1.gz
> /home/share/misc/bison.hairy
> /home/share/misc/bison.simple
> /home/vhosts/kde.org/cvsroot/kdelibs/jscript/Attic/bison2cpp.h,v
> /home/vhosts/kde.org/cvsroot/kdelibs/jscript/Attic/cpp2bison.cpp,v
> /usr/ports/devel/bison
> /usr/ports/devel/bison/Makefile
> /usr/ports/devel/bison/files
> /usr/ports/devel/bison/files/md5
> /usr/ports/devel/bison/patches
> /usr/ports/devel/bison/patches/patch-getargs.c
> /usr/ports/devel/bison/patches/patch-reader.c
> /usr/ports/devel/bison/pkg
> /usr/ports/devel/bison/pkg/COMMENT
> /usr/ports/devel/bison/pkg/DESCR
> /usr/ports/devel/bison/pkg/PLIST
>
>
> --
> Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/
>

Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy
Systems Administrator @ hub.org
primary: scrappy(at)hub(dot)org secondary: scrappy(at){freebsd|postgresql}.org

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-09-25 16:32:42 Re: byacc problem with FreeBSD ...
Previous Message Tom Lane 2000-09-25 16:03:55 Re: AW: Please no // comments in C source (ecpg)