Re: `make check` doesn't pass on MacOS Catalina
Xing Guo <higuoxing@gmail.com>
From: Xing GUO <higuoxing@gmail.com>
To: Andrew Dunstan <andrew@dunslane.net>
Cc: Tom Lane <tgl@sss.pgh.pa.us>,
Aleksander Alekseev <aleksander@timescale.com>, pgsql-hackers@postgresql.org
Date: 2021-04-21T00:53:46Z
Lists: pgsql-hackers
Hi hackers, Thank you very much. I'm facing the same problem yesterday. May I suggest that document it in the installation guide on MacOS platform? On 4/21/21, Andrew Dunstan <andrew@dunslane.net> wrote: > > On 4/20/21 11:02 AM, Tom Lane wrote: >> Aleksander Alekseev <aleksander@timescale.com> writes: >>> While trying to build PostgreSQL from source (master branch, 95c3a195) on >>> a >>> MacBook I discovered that `make check` fails: >> This is the usual symptom of not having disabled SIP :-(. >> >> If you don't want to do that, do "make install" before "make check". >> >> > > > > > FYI the buildfarm client has a '--delay-check' option that does exactly > this. It's useful on Alpine Linux as well as MacOS > > > cheers > > > andrew > > > -- > Andrew Dunstan > EDB: https://www.enterprisedb.com > > > > -- Best Regards, Xing