Re: Strange OSX make check-world failure - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Strange OSX make check-world failure
Date
Msg-id 25568.1537220393@sss.pgh.pa.us
Whole thread Raw
In response to Re: Strange OSX make check-world failure  (Thomas Munro <thomas.munro@enterprisedb.com>)
Responses Re: Strange OSX make check-world failure  (Samuel Cochran <sj26@sj26.com>)
List pgsql-hackers
Thomas Munro <thomas.munro@enterprisedb.com> writes:
> On Tue, Sep 18, 2018 at 2:14 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> "make check" generally won't work on OSX unless you've disabled SIP:
>> https://www.howtogeek.com/230424/how-to-disable-system-integrity-protection-on-a-mac-and-why-you-shouldnt/

> Aha!  It looks like it was important to run "make install" before
> running those tests.

Right.  If you don't want to disable SIP, you can work around it by always
doing "make install" before "make check".  Kind of a PITA though.

            regards, tom lane


pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: Online verification of checksums
Next
From: Tom Lane
Date:
Subject: Re: Query is over 2x slower with jit=on