Re: `make check` doesn't pass on MacOS Catalina

From: Andres Freund <andres(at)anarazel(dot)de>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, Gurjeet Singh <gurjeet(at)singh(dot)im>, Aleksander Alekseev <aleksander(at)timescale(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: `make check` doesn't pass on MacOS Catalina
Date: 2022-08-06 15:32:49
Message-ID: 20220806153249.qpdqgpamg7tzmb6x@awork3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On 2022-08-06 11:25:09 -0400, Tom Lane wrote:
> (Hmm ... I wonder whether ninja uses the shell ...)

It does, but even if it didn't, we'd use a shell somewhere below perl or
pg_regress :(.

The meson build should still work without disabling SIP, I did the necessary
hackery to set up the rpath equivalent up relatively. So both the real install
target and the tmp_install/ should find libraries within themselves.

Greetings,

Andres Freund

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Paul Guo 2022-08-06 15:38:17 A cost issue in ORDER BY + LIMIT
Previous Message Tom Lane 2022-08-06 15:25:09 Re: `make check` doesn't pass on MacOS Catalina