Install error current CVS

From: Keith Parks <emkxp01(at)mtcc(dot)demon(dot)co(dot)uk>
To: hackers(at)postgresql(dot)org
Cc: peter_e(at)gmx(dot)net
Subject: Install error current CVS
Date: 2000-06-09 21:25:49
Message-ID: 200006092125.WAA14534@mtcc.demon.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I'm getting an error when trying to install a build from the
current CVS tree.

The error is :-

gmake[4]: Leaving directory `/export/home/pgsql/src/backend/utils/time'
gmake[3]: Leaving directory `/export/home/pgsql/src/backend/utils'
../config/install-sh -c -m 555 postgres
/export/home/pgsql/src/test/regress/tmp_check/bin/postgres
gmake[2]: ../config/install-sh: Command not found
gmake[2]: *** [install-bin] Error 127
gmake[2]: Leaving directory `/export/home/pgsql/src/backend'
gmake[1]: *** [install] Error 2
gmake[1]: Leaving directory `/export/home/pgsql/src'

My guess is that the make variable $(INSTALL) is getting set
to ../config/install-sh by configure. This path is then not
appropriate when we move out of the "src" subdirectory.

I believe Peter Eisentraut is working in this area at the moment,
so maybe I've been caught by work in progress.

Thanks,
Keith.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-06-09 21:55:25 Re: FORMAL VOTE ON =- and similar
Previous Message Bruce Momjian 2000-06-09 20:30:56 Re: Adding time to DATE type