Non-compile in OpenLinux 2.2

From: John Walker <john(dot)walker5(at)which(dot)net>
To: pgsql-ports(at)postgresql(dot)org
Subject: Non-compile in OpenLinux 2.2
Date: 1999-12-08 21:23:33
Message-ID: l03130300b4747badf6a7@[194.168.100.124]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

If PostgreSQL failed to compile on your computer or you found a bug that
is likely to be specific to one platform then please fill out this form
and e-mail it to pgsql-ports(at)postgresql(dot)org(dot)

To report any other bug, fill out the form below and e-mail it to
pgsql-bugs(at)postgresql(dot)org(dot)

If you not only found the problem but solved it and generated a patch
then e-mail it to pgsql-patches(at)postgresql(dot)org instead. Please use the
command "diff -c" to generate the patch.

You may also enter a bug report at http://www.postgresql.org/ instead of
e-mail-ing this form.

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

Your name : John Walker
Your email address : john(dot)walker5(at)which(dot)net

System Configuration
---------------------
Architecture : Pentium MMX 200

Operating System : Caldera OpenLinux 2.2

PostgreSQL version : PostgreSQL-6.5.3

Compiler used : egcs-2.91.60

Please enter a FULL description of your problem:
------------------------------------------------
$ tail -f make.log

make[2]: Leaving directory `/usr/src/pgsql/postgresql-6.5.3/src/backend/access'
make -C bootstrap all
make[2]: Entering directory
`/usr/src/pgsql/postgresql-6.5.3/src/backend/bootstrap'
d bootparse.y
make[2]: d: Command not found
make[2]: [bootparse.c] Error 127 (ignored)
grep -v "^#" boot.sed > sedfile
sed -f sedfile < y.tab.c > bootparse.c
/bin/sh: y.tab.c: No such file or directory
make[2]: *** [bootparse.c] Error 1
make[2]: Leaving directory
`/usr/src/pgsql/postgresql-6.5.3/src/backend/bootstrap'
make[1]: *** [bootstrap.dir] Error 2
make[1]: Leaving directory `/usr/src/pgsql/postgresql-6.5.3/src/backend'
make: *** [all] Error 2

Please describe a way to repeat the problem. Please try to provide a
concise reproducible example, if at all possible:
----------------------------------------------------------------------
Well, I did all the stuff it reckoned.

$ ./configure --prefix=/usr/local --with-CXX=gcc
--with-template=linux_i386

$ make COPT="-g" all > make.log >2&1 &

If you know how this problem might be fixed, list the solution below:
---------------------------------------------------------------------

Browse pgsql-ports by date

  From Date Subject
Next Message Thomas Lockhart 1999-12-09 07:12:00 Re: [PORTS] PostgreSQL 6.5.2 ported to QNX 4
Previous Message Kardos, Dr. Andreas 1999-12-08 19:33:38 PostgreSQL 6.5.2 ported to QNX 4