7.2.1 on OpenBSD 3.0

From: "Sangbutsarakum, Patai" <patais(at)reach(dot)com>
To: "Pgsql-General (E-mail)" <pgsql-general(at)postgresql(dot)org>
Subject: 7.2.1 on OpenBSD 3.0
Date: 2002-05-10 11:02:16
Message-ID: 8B0101D32365D4119D3900508BD8A61F018F0FA1@thcwtx01
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Dear listers,
I'm new fan of pgsql. I've downloaded 7.2.1.
I've try to compile on openbsd 3.0 with GNU make
In the step of
-> ./configure --with-perl
-> /usr/local/bin/make
everything is fine.
in the step of
-> make check. I've got
...
============== shutting down postmaster ==============

=======================
6 of 79 tests failed.
=======================

make[2]: *** [check] Error 1
rm regress.o
make[2]: Leaving directory
`/usr/local/src/postgresql-7.2.1/src/test/regress'
make[1]: *** [check] Error 2
make[1]: Leaving directory `/usr/local/src/postgresql-7.2.1/src/test'
make: *** [check] Error 2

I decide to make install by root user

mkdir /usr/local/libdata/perl5/site_perl/i386-openbsd/auto/Pg
make[4]: Entering directory
`/usr/local/src/postgresql-7.2.1/src/interfaces/perl5'
mkdir : No such file or directory at /usr/libdata/perl5/ExtUtils/Install.pm
line 81
make[4]: *** [pure_site_install] Error 255
make[4]: Leaving directory
`/usr/local/src/postgresql-7.2.1/src/interfaces/perl5'
make[3]: *** [install] Error 2
make[3]: Leaving directory
`/usr/local/src/postgresql-7.2.1/src/interfaces/perl5'
make[2]: *** [install] Error 2
make[2]: Leaving directory `/usr/local/src/postgresql-7.2.1/src/interfaces'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/usr/local/src/postgresql-7.2.1/src'
make: *** [install] Error 2

I've try again with
-> ./configure
-> /usr/local/bin/make
-> /usr/local/bin/make check

=======================
3 of 79 tests failed.
=======================

The differences that caused some tests to fail can be viewed in the
file `./regression.diffs'. A copy of the test summary that you see
above is saved in the file `./regression.out'.

make[2]: *** [check] Error 1
rm regress.o
make[2]: Leaving directory
`/usr/local/src/postgresql-7.2.1/src/test/regress'
make[1]: *** [check] Error 2
make[1]: Leaving directory `/usr/local/src/postgresql-7.2.1/src/test'
make: *** [check] Error 2

-> /usr/local/bin/make install
I can success in installation

Please suggest me newbies to success in
check and install pgsql on obsd 3.0

Thanks in advance
Regards,
Pat.

Browse pgsql-general by date

  From Date Subject
Next Message Tina Messmann 2002-05-10 13:15:45 Re: Contrib: Reindex script.
Previous Message Marin Dimitrov 2002-05-10 10:46:35 Re: Subject: bool / vacuum full bug followup part 2