Re: Where find the Mac OS X Client binaries of pqsql ?

From: rrp <rrp(at)wanadoo(dot)fr>
To: pgsql-ports(at)postgresql(dot)org
Subject: Re: Where find the Mac OS X Client binaries of pqsql ?
Date: 2001-08-08 15:23:21
Message-ID: 3b71597e3c929bfa@citronier.wanadoo.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Hello,
So i tried by myself to make binaries:

downloading postgresql-7.1.2.tar.gz
from http://www.ca.postgresql.org/ftpsite/v7.1.2/postgresql-7.1.2.tar.gz
OK

"Unstuffing"
OK

./configure
...
OK

make replace gmake :
GNU Make version 3.79, by Richard Stallman and Roland McGrath.
Built for powerpc-apple-darwin1.0

make
...
All of PostgreSQL successfully made. Ready to install.
OK

make install
..
KO!

[localhost:~/Documents/postgreSQL/postgresql-7.1.2] rraph% make install
make -C doc install
mkdir /usr/local/pgsql
mkdir /usr/local/pgsql/man
mkdir /usr/local/pgsql
mkdir /usr/local/pgsql/doc
mkdir /usr/local/pgsql/doc/html
make[1]: *** [installdirs] Error 1
make: *** [install] Error 2

[localhost:~/Documents/postgreSQL/postgresql-7.1.2] rraph% make check
...
KO!

=======================
1 of 76 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[1]: *** [check] Error 2
make: *** [check] Error 2

regression.diffs says :

*** ./expected/abstime.out Thu May 3 19:00:37 2001
--- ./results/abstime.out Tue Aug 7 11:36:16 2001
***************
*** 47,56 ****
| Sun Jan 14 03:14:21 1973 PST
| Mon May 01 00:30:30 1995 PDT
| epoch
- | current
| -infinity
| Sat May 10 23:59:12 1947 PST
! (6 rows)

SELECT '' AS six, ABSTIME_TBL.*
WHERE ABSTIME_TBL.f1 > abstime '-infinity';
--- 47,55 ----
| Sun Jan 14 03:14:21 1973 PST
| Mon May 01 00:30:30 1995 PDT
| epoch
| -infinity
| Sat May 10 23:59:12 1947 PST
! (5 rows)

SELECT '' AS six, ABSTIME_TBL.*
WHERE ABSTIME_TBL.f1 > abstime '-infinity';

======================================================================

And it seems i can't be *officialy* root on mac OS X Client.

Is there a solution ?

Thanks

In response to

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Tom Lane 2001-08-08 16:44:00 Re: Where find the Mac OS X Client binaries of pqsql ?
Previous Message Henry B. Hotz 2001-08-06 23:41:54 Re: Where find the Mac OS X Client binaries of pqsql ?