Re: pgxs/config/missing is... missing

Поиск
Список
Период
Сортировка
От David E. Wheeler
Тема Re: pgxs/config/missing is... missing
Дата
Msg-id AC163A45-06DE-4EA2-9F16-ECE1EF3B04BA@justatheory.com
обсуждение исходный текст
Ответ на pgxs/config/missing is... missing  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
Ответы Re: pgxs/config/missing is... missing  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
Список pgsql-general
On Oct 28, 2015, at 10:54 AM, Jim Nasby <Jim.Nasby@BlueTreble.com> wrote:

> I indeed get
>
> PERL = /bin/sh /usr/local/lib/postgresql/pgxs/src/makefiles/../../config/missing perl

Ew.

> even after explicitly exporting PERL=/usr/local/bin/perl

Hrm. I have this code in the pgTAP Makefile:

    ifndef PERL
    PERL := $(shell which perl)
    endif

Could that be causing the problem?

> I see that there is a config/missing script in source, and that Makefile.global.in references it:
>
>> src/Makefile.global.in:missing            = $(SHELL) $(top_srcdir)/config/missing
>
> Any ideas why it's not being installed, or why the PGXS Makefile is ignoring/over-riding $PERL?

That I surely don’t know. :-(

Best,

David


Вложения

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

Предыдущее
От: Eric Schwarzenbach
Дата:
Сообщение: Re: Domain check constraint not honored?
Следующее
От: Rob Sargent
Дата:
Сообщение: Re: Domain check constraint not honored?