RC2 on OS X can not make check

Поиск
Список
Период
Сортировка
От Theodore Petrosky
Тема RC2 on OS X can not make check
Дата
Msg-id 20041229033255.96796.qmail@web41012.mail.yahoo.com
обсуждение исходный текст
Ответы Re: RC2 on OS X can not make check  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
I just found the time to try 8.0RC2 on OSX and I have
a problem with 'make check'.

Here is my configure..

./configure --disable-shared  --with-rendezvous
--enable-thread-safety

make then make check

============== creating temporary installation
==============

pg_regress: installation failed
Examine ./log/install.log for the reason.

make[2]: *** [check] Error 2
make[1]: *** [check] Error 2
make: *** [check] Error 2


Here is the install.log...

make -C doc install
gzip -d -c ./postgres.tar.gz | ( cd
/Users/postgres/Documents/postgresql
source/postgresql-8.0.0rc2/src/test/regress/./tmp_check/install/usr/local/pgsql/doc/html
&& /usr/bin/tar xf - )
for file in man1/*.1 man7/*.7 ; do \
  /bin/sh ../config/install-sh -c -m 644 $file
/Users/postgres/Documents/postgresql
source/postgresql-8.0.0rc2/src/test/regress/./tmp_check/install/usr/local/pgsql/man/$file
|| exit; \
done
make -C src install
/bin/sh ../config/mkinstalldirs
/Users/postgres/Documents/postgresql
source/postgresql-8.0.0rc2/src/test/regress/./tmp_check/install/usr/local/pgsql/lib/pgxs/src
/bin/sh ../config/install-sh -c -m 644 Makefile.global
/Users/postgres/Documents/postgresql
source/postgresql-8.0.0rc2/src/test/regress/./tmp_check/install/usr/local/pgsql/lib/pgxs/src/Makefile.global
/bin/sh ../config/install-sh -c -m 644 Makefile.port
/Users/postgres/Documents/postgresql
source/postgresql-8.0.0rc2/src/test/regress/./tmp_check/install/usr/local/pgsql/lib/pgxs/src/Makefile.port
/bin/sh ../config/install-sh -c -m 644
./Makefile.shlib /Users/postgres/Documents/postgresql
source/postgresql-8.0.0rc2/src/test/regress/./tmp_check/install/usr/local/pgsql/lib/pgxs/src/Makefile.shlib
/bin/sh ../config/install-sh -c -m 644 ./nls-global.mk
/Users/postgres/Documents/postgresql
source/postgresql-8.0.0rc2/src/test/regress/./tmp_check/install/usr/local/pgsql/lib/pgxs/src/nls-global.mk
make -C port install
/bin/sh ../../config/install-sh -c -m 644  libpgport.a
/Users/postgres/Documents/postgresql
source/postgresql-8.0.0rc2/src/test/regress/./tmp_check/install/usr/local/pgsql/lib
make -C timezone install
make -C ../../src/port all
make[6]: Nothing to be done for `all'.
./zic -d /Users/postgres/Documents/postgresql
source/postgresql-8.0.0rc2/src/test/regress/./tmp_check/install/usr/local/pgsql/share/timezone
./data/africa ./data/antarctica ./data/asia
./data/australasia ./data/europe ./data/northamerica
./data/southamerica ./data/pacificnew ./data/etcetera
./data/factory ./data/backward ./data/systemv
./data/solar87 ./data/solar88 ./data/solar89
./zic: Can't open
source/postgresql-8.0.0rc2/src/test/regress/./tmp_check/install/usr/local/pgsql/share/timezone:
No such file or directory
make[5]: *** [install] Error 1
make[4]: *** [install] Error 2
make[3]: *** [install] Error 2


Anything else I can send?

Ted



__________________________________
Do you Yahoo!?
Send holiday email and support a worthy cause. Do good.
http://celebrity.mail.yahoo.com

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Table name length: differences b/w 7.2.2 and 8.0.0-RC2 ?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: RC2 on OS X can not make check