Re: pgsql: Fix install program detection - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Fix install program detection
Date
Msg-id 14721.1340900917@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Fix install program detection  (Alvaro Herrera <alvherre@commandprompt.com>)
Responses Re: pgsql: Fix install program detection
List pgsql-committers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> Excerpts from Peter Eisentraut's message of mié jun 27 14:23:11 -0400 2012:
>> Fix install program detection

> Member grebe is still failing.

protosciurus and castoroides (Solaris 10, I think same machine with
different compilers) are not happy either.  Also, the first failure
on those looks like:

gmake[4]: Leaving directory `/export/home/dpage/pgbuildfarm/castoroides/HEAD/pgsql.17031/src/backend'
/bin/sh ../../config/install-sh -c -d
'/export/home/dpage/pgbuildfarm/castoroides/HEAD/pgsql.17031/src/test/regress/./tmp_check/install/export/home/dpage/pgbuildfarm/castoroides/HEAD/inst/lib'
m 644  libpgport.a
'/export/home/dpage/pgbuildfarm/castoroides/HEAD/pgsql.17031/src/test/regress/./tmp_check/install/export/home/dpage/pgbuildfarm/castoroides/HEAD/inst/lib/libpgport.a'
gmake[3]: m: Command not found
gmake[3]: [install] Error 127 (ignored)

which seems bad for another reason: why are we ignoring a command error there?

            regards, tom lane

pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: pgsql: Fix install program detection
Next
From: Robert Haas
Date:
Subject: Re: pgsql: Fix install program detection