Re: pgsql/src (Makefile.global.in)

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема Re: pgsql/src (Makefile.global.in)
Дата
Msg-id 39EFB89C.204689F1@tpf.co.jp
обсуждение исходный текст
Ответ на pgsql/src (Makefile.global.in)  (Peter Eisentraut - PostgreSQL <petere>)
Ответы Re: pgsql/src (Makefile.global.in)
Список pgsql-committers
Peter Eisentraut - PostgreSQL wrote:
>
>   Date: Sunday, October  8, 2000 @ 17:13:27
> Author: petere
>
> Update of /home/projects/pgsql/cvsroot/pgsql/src
>      from hub.org:/home/projects/pgsql/tmp/cvs-serv69058/src
>
> Modified Files:
>         Makefile.global.in
>
> -----------------------------  Log Message  -----------------------------
>
> Append "/postgresql" to (certain) installation subdirectories when
> installing into a shared location.  Also Makefile.global organizational
> cleanup.

make all runcheck
make -C ../../../contrib/spi REFINT_VERBOSE=1 refint.so autoinc.so
make[1]: Entering directory
`/usr/srn/cvs/workspace/tags/reindex/contrib/spi'
make[1]: `refint.so' is up to date.
make[1]: `autoinc.so' is up to date.
make[1]: Leaving directory
`/usr/srn/cvs/workspace/tags/reindex/contrib/spi'
MULTIBYTE=EUC_JP;export MULTIBYTE; \
MAKE=make;export MAKE; \
/bin/sh ./run_check.sh i686-pc-linux-gnu
=============== Removing old ./tmp_check directory ... ================
=============== Create ./tmp_check directory           ================
=============== Installing new build into ./tmp_check  ================
=============== Initializing check database instance   ================

ERROR: Check initdb failed - cannot continue
Please examine
/usr/srn/cvs/workspace/tags/reindex/src/test/regress/tmp_check/log/initdb.log
for the reason.

[initdb.log]
Running with noclean mode on. Mistakes will not be cleaned up.
initdb does not find the file
'/usr/srn/cvs/workspace/tags/reindex/src/test/regr
ess/tmp_check/share/template1.bki'.
This means you have a corrupted installation or identified the
wrong directory with the -L invocation option.

Hiroshi Inoue

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql/src/backend/commands (rename.c)
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql/src/interfaces/libpq (Makefile)