Re: kerberos/001_auth test fails on arm CPU darwin
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Stephen Frost <sfrost@snowman.net>
Cc: Peter Eisentraut <peter.eisentraut@enterprisedb.com>,
Andres Freund <andres@anarazel.de>,
Michael Paquier <michael@paquier.xyz>,
Bilal Yavuz <byavuz81@gmail.com>, pgsql-hackers@lists.postgresql.org
Date: 2022-09-29T14:49:21Z
Lists: pgsql-hackers
Stephen Frost <sfrost@snowman.net> writes: > * Peter Eisentraut (peter.eisentraut@enterprisedb.com) wrote: >> Homebrew intentionally does not install the krb5 and openldap packages into >> the path, because they conflict with macOS-provided software. However, those >> macOS-provided variants don't provide all the pieces we need for the tests. > The macOS-provided versions are also old and broken, or at least that > was the case when I looked into them last. Yeah. They also generate tons of deprecation warnings at compile time, so it's not like Apple is encouraging you to use them. I wonder why they're still there at all. regards, tom lane