Re: pgsql: Fix install program detection

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Pg Committers <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: Fix install program detection
Date: 2012-06-28 15:58:28
Message-ID: 1340898645-sup-3366@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers


Excerpts from Peter Eisentraut's message of mié jun 27 14:23:11 -0400 2012:
> Fix install program detection
>
> configure handles INSTALL as a substitution variable specially, and
> apparently it gets confused when it's set to empty. Use INSTALL_
> instead as a workaround to avoid the issue.

Member grebe is still failing. Interesting log lines:

/bin/sh ../../config/install-sh -c -d '/opt/rg/data_dba/build-farm/HEAD/pgsql.401504/src/test/regress/./tmp_check/install/opt/rg/data_dba/build-farm/HEAD/inst/bin' '/opt/rg/data_dba/build-farm/HEAD/pgsql.401504/src/test/regress/./tmp_check/install/opt/rg/data_dba/build-farm/HEAD/inst/share/postgresql'
/bin/sh ../../config/install-sh -c -d '/opt/rg/data_dba/build-farm/HEAD/pgsql.401504/src/test/regress/./tmp_check/install/opt/rg/data_dba/build-farm/HEAD/inst/lib/postgresql'
postgres '/opt/rg/data_dba/build-farm/HEAD/pgsql.401504/src/test/regress/./tmp_check/install/opt/rg/data_dba/build-farm/HEAD/inst/bin/postgres'
gmake[3]: postgres: Command not found
gmake[3]: *** [install-bin] Error 127

Evidently the logic to set INSTALL_PROGRAM is wrong on that platform ...

--
Álvaro Herrera <alvherre(at)commandprompt(dot)com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-06-28 16:28:37 Re: pgsql: Fix install program detection
Previous Message Robert Haas 2012-06-28 15:25:59 pgsql: Dramatically reduce System V shared memory consumption.