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

From: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>
To: Peter Eisentraut - PostgreSQL <petere(at)hub(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql/src (Makefile.global.in)
Date: 2000-10-20 03:14:36
Message-ID: 39EFB89C.204689F1@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2000-10-20 03:45:36 pgsql/src/interfaces/libpq (Makefile)
Previous Message Tom Lane 2000-10-20 02:53:10 pgsql/src/backend/commands (rename.c)