8.1RC1 on Tru64

Started by Honda Shigehiroabout 20 years ago3 messages
#1Honda Shigehiro
fwif0083@mb.infoweb.ne.jp

Hello,

I tried RC1 on Tru64 box(with Compaq C V6.1-011)) and succeed :
bash-2.05b$ make MAX_CONNECTIONS=2 check
...
============== shutting down postmaster ==============
postmaster stopped

======================
All 98 tests passed.
======================

Environments:
- $ uname -a
OSF1 kiss.my.domain V5.0 910 alpha
- Compaq C V6.1-011 on Digital UNIX V5.0 (Rev. 910)
- GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
- result of pg_config
$ src/bin/pg_config/pg_config
BINDIR = /home/postgres/postgresql-8.1RC1/src/bin/pg_config
DOCDIR = /home/postgres/postgresql-8.1RC1/src/bin/doc
INCLUDEDIR = /home/postgres/postgresql-8.1RC1/src/bin/include
PKGINCLUDEDIR = /home/postgres/postgresql-8.1RC1/src/bin/include
INCLUDEDIR-SERVER = /home/postgres/postgresql-8.1RC1/src/bin/include/server
LIBDIR = /home/postgres/postgresql-8.1RC1/src/bin/lib
PKGLIBDIR = /home/postgres/postgresql-8.1RC1/src/bin/lib
LOCALEDIR =
MANDIR = /home/postgres/postgresql-8.1RC1/src/bin/man
SHAREDIR = /home/postgres/postgresql-8.1RC1/src/bin/share
SYSCONFDIR = /home/postgres/postgresql-8.1RC1/src/bin/etc
PGXS = /home/postgres/postgresql-8.1RC1/src/bin/lib/pgxs/src/makefiles/pgxs.mk
CONFIGURE = '--with-includes=/usr/local/include'
CC = cc -std
CPPFLAGS = -I/usr/local/include
CFLAGS = -O -ieee
CFLAGS_SL =
LDFLAGS = -rpath /usr/local/pgsql/lib
LDFLAGS_SL =
LIBS = -lpgport -lz -lreadline -lresolv -lPW -lm -lbsd
VERSION = PostgreSQL 8.1RC1

regards,
--
Shigehiro Honda

#2Andrew Dunstan
andrew@dunslane.net
In reply to: Honda Shigehiro (#1)
Re: 8.1RC1 on Tru64

Honda Shigehiro wrote:

Hello,

I tried RC1 on Tru64 box(with Compaq C V6.1-011)) and succeed :
bash-2.05b$ make MAX_CONNECTIONS=2 check

The seems to be a very low setting for MAX_CONNECTIONS. Any particular
reason for that?

(side note - we'd very much welcome a Tru64 buildfarm member - if you're
interested please email me off list).

cheers

andrew

#3Honda Shigehiro
fwif0083@mb.infoweb.ne.jp
In reply to: Andrew Dunstan (#2)
Re: 8.1RC1 on Tru64

From: Andrew Dunstan <andrew@dunslane.net>
Subject: Re: [HACKERS] 8.1RC1 on Tru64
Date: Mon, 31 Oct 2005 11:12:09 -0500

I tried RC1 on Tru64 box(with Compaq C V6.1-011)) and succeed :
bash-2.05b$ make MAX_CONNECTIONS=2 check

The seems to be a very low setting for MAX_CONNECTIONS. Any particular
reason for that?

This is because my box has too small memory(64MB) to do without this. With default
parameter, my box said "Unable to obtain requested swap space"...

(side note - we'd very much welcome a Tru64 buildfarm member - if you're
interested please email me off list).

... I have been trying to join buildfarm since last weak. But I can not compile CVS now...

regards,
--
Shigehiro Honda