Re: pgxs/config/missing is... missing - Mailing list pgsql-general

From David E. Wheeler
Subject Re: pgxs/config/missing is... missing
Date
Msg-id AC163A45-06DE-4EA2-9F16-ECE1EF3B04BA@justatheory.com
Whole thread Raw
In response to pgxs/config/missing is... missing  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
Responses Re: pgxs/config/missing is... missing  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
List 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


Attachment

pgsql-general by date:

Previous
From: Eric Schwarzenbach
Date:
Subject: Re: Domain check constraint not honored?
Next
From: Rob Sargent
Date:
Subject: Re: Domain check constraint not honored?