Re: pgsql: Fix install program detection

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: pgsql: Fix install program detection
Дата
Msg-id 1340898645-sup-3366@alvh.no-ip.org
обсуждение исходный текст
Ответ на pgsql: Fix install program detection  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: pgsql: Fix install program detection  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Dramatically reduce System V shared memory consumption.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Fix install program detection