Port Bug Report: The compiler bombs at pgc.l and fails to finish compiling

From: Unprivileged user <nobody>
To: pgsql-ports(at)postgresql(dot)org
Subject: Port Bug Report: The compiler bombs at pgc.l and fails to finish compiling
Date: 1999-03-15 19:34:11
Message-ID: 199903151934.OAA84579@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports


============================================================================
POSTGRESQL BUG REPORT TEMPLATE
============================================================================

Your name : Jonathan
Your email address : jonz(at)netrail(dot)net

Category : install: compile
Severity : critical

Summary: The compiler bombs at pgc.l and fails to finish compiling

System Configuration
--------------------
Operating System : Solaris 7

PostgreSQL version : 6.4.2

Compiler used : gcc 2.8.1

Hardware:
---------
ASUS P2L97-DS, Dual P-II 333 Mhz, 512MB RAM, 9 Gig Disk

Versions of other tools:
------------------------
gmake 3.77, lex

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

Problem Description:
--------------------
When the compiler reached pgc.l, I receive this error:

lex pgc.l
"pgc.l":line 53: Error: missing translation value
make[3]: *** [pgc.c] Error 1
make[3]: Leaving directory `/usr/share/src/pgsql/src/interfaces/ecpg/preproc'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/share/src/pgsql/src/interfaces/ecpg'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/share/src/pgsql/src/interfaces'
make: *** [all] Error 2

if I try and do a make install i get postgres, but none of the tools or anything else. It doesn't set up the database
(if it is supposed to) either.

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

Test Case:
----------
I did a ./configure --with-perl --with-CC=gcc --with-pgport=5432 --enable-hba --disable-locale and a 'gmake'

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

Solution:
---------

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

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Mark 1999-03-15 21:36:52 Postgres Stats
Previous Message David Wetzel 1999-03-14 20:35:00 Re: [PORTS] Port Bug Report: Problem concerns copy command with big oids