Problem installing PostgreSQL 6.5

From: Jelle Ruttenberg <ruttenberg(at)neroc(dot)nl>
To: <pgsql-ports(at)postgresql(dot)org>
Cc: <pgsql-general(at)postgresql(dot)org>, <pgsql-admin(at)postgresql(dot)org>
Subject: Problem installing PostgreSQL 6.5
Date: 1999-06-15 13:06:34
Message-ID: 199906151257.OAA20493@mail.neroc.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-ports

Hello people,

I'm trying to install PostgreSQL 6.5 which I've downloaded today. It goes
well for a long time but it stops with the following messages. Does
somebody know why this happens and how I can solve this?

Thanks,

Jelle.

SYSTEM-INFO
-----------
SGI-IRIX 6.2, IP22, R4600
gmake 3.76.1
gcc/g++ 2.8.1

configure:
--prefix=/disk3/usr/local/pgsql \
--with-CC=gcc \
--with-CXX=g++ \
--with-libs="/usr/freeware/lib32 /usr/lib32 /usr/lib32/mips3
/usr/lib/abi" \
--with-pgport=5432 \
--enable-hba \
--disable-locale

Makefile.custom:
COPT = -O2 -mabi=n32 -mips3
LD = ld -n32
MK_NO_LORDER = 1

MESSAGES:
---------
ld -n32 -r -o SUBSYS.o md.o mm.o smgr.o smgrtype.o
gmake[3]: Leaving directory
`/disk3/pgsql/postgresl-6.5/src/backend/storage/smgr'
for i in buffer file ipc large_object lmgr page smgr; do gmake -C $i
buffer/SUBSYS.o; done
gmake[3]: Entering directory
`/disk3/pgsql/postgresl-6.5/src/backend/storage/buffer'
gmake[3]: *** No rule to make target `buffer/SUBSYS.o'. Stop.
gmake[3]: Leaving directory
`/disk3/pgsql/postgresl-6.5/src/backend/storage/buffer'
gmake[3]: Entering directory
`/disk3/pgsql/postgresl-6.5/src/backend/storage/file'
gmake[3]: *** No rule to make target `buffer/SUBSYS.o'. Stop.
gmake[3]: Leaving directory
`/disk3/pgsql/postgresl-6.5/src/backend/storage/file'
gmake[3]: Entering directory
`/disk3/pgsql/postgresl-6.5/src/backend/storage/ipc'
gmake[3]: *** No rule to make target `buffer/SUBSYS.o'. Stop.
gmake[3]: Leaving directory
`/disk3/pgsql/postgresl-6.5/src/backend/storage/ipc'
gmake[3]: Entering directory
`/disk3/pgsql/postgresl-6.5/src/backend/storage/large_object'
gmake[3]: *** No rule to make target `buffer/SUBSYS.o'. Stop.
gmake[3]: Leaving directory
`/disk3/pgsql/postgresl-6.5/src/backend/storage/large_object'
gmake[3]: Entering directory
`/disk3/pgsql/postgresl-6.5/src/backend/storage/lmgr'
gmake[3]: *** No rule to make target `buffer/SUBSYS.o'. Stop.
gmake[3]: Leaving directory
`/disk3/pgsql/postgresl-6.5/src/backend/storage/lmgr'
gmake[3]: Entering directory
`/disk3/pgsql/postgresl-6.5/src/backend/storage/page'
gmake[3]: *** No rule to make target `buffer/SUBSYS.o'. Stop.
gmake[3]: Leaving directory
`/disk3/pgsql/postgresl-6.5/src/backend/storage/page'
gmake[3]: Entering directory
`/disk3/pgsql/postgresl-6.5/src/backend/storage/smgr'
gmake[3]: *** No rule to make target `buffer/SUBSYS.o'. Stop.
gmake[3]: Leaving directory
`/disk3/pgsql/postgresl-6.5/src/backend/storage/smgr'
gmake[2]: *** [buffer/SUBSYS.o] Error 2
gmake[2]: Leaving directory
`/disk3/pgsql/postgresl-6.5/src/backend/storage'
gmake[1]: *** [storage.dir] Error 2
gmake[1]: Leaving directory `/disk3/pgsql/postgresl-6.5/src/backend'
gmake: *** [all] Error 2

--------------------------------------------------------------
NEROC Publishing Solutions

Jelle Ruttenberg

De Run 1131, 5503 LB Veldhoven Phone : +31-(0)40-2586641
P.O.Box 133, 5500 AC Veldhoven Fax : +31-(0)40-2541893
The Netherlands E-mail : ruttenberg(at)neroc(dot)nl
--------------------------------------------------------------

Browse pgsql-general by date

  From Date Subject
Next Message Hub.Org News Admin 1999-06-15 13:59:37
Previous Message Chris Bitmead 1999-06-15 12:48:22 Re: [GENERAL] Error message when using perl to connect to Postgres Server

Browse pgsql-ports by date

  From Date Subject
Next Message Hub.Org News Admin 1999-06-15 13:59:37
Previous Message Unprivileged user 1999-06-15 08:42:56 Port Bug Report: SELECT with LIKE on indexed field do not use index