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

Поиск
Список
Период
Сортировка
От rrp
Тема Re: Where find the Mac OS X Client binaries of pqsql ?
Дата
Msg-id 3b71597e3c929bfa@citronier.wanadoo.fr
обсуждение исходный текст
Ответ на Re: Where find the Mac OS X Client binaries of pqsql ?  ("Henry B. Hotz" <hotz@jpl.nasa.gov>)
Ответы Re: Where find the Mac OS X Client binaries of pqsql ?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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

В списке pgsql-ports по дате отправления:

Предыдущее
От: "Henry B. Hotz"
Дата:
Сообщение: Re: Where find the Mac OS X Client binaries of pqsql ?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Where find the Mac OS X Client binaries of pqsql ?