Re: Apple's ranlib warns about protocol_openssl.c - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: Apple's ranlib warns about protocol_openssl.c
Date
Msg-id CA+hUKGKNOkLd2je8530Z+27xnBXMLYi-Gh9g1fqSUU2box2RDw@mail.gmail.com
Whole thread Raw
In response to Re: Apple's ranlib warns about protocol_openssl.c  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Apple's ranlib warns about protocol_openssl.c
List pgsql-hackers
On Fri, Dec 17, 2021 at 9:38 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Daniel Gustafsson <daniel@yesql.se> writes:
> >> On 16 Dec 2021, at 19:22, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> >> Having said that, I'm not seeing any such warning when I build
> >> with openssl 1.1.1k on my own Mac, so I'm a bit confused why
> >> Thomas sees it.
>
> > Maybe it's dependant on macOS/XCode release?  I see the warning on my Catalina
> > laptop.
>
> Could be.  I tried it on Monterey, but not anything older.
> (longfin is still on Big Sur, because I've been lazy about
> updating it.)

Hmm.  Happened[1] with Andres's CI scripts, which (at least on the
version I used here, may not be his latest) runs on macOS Monterey and
installs openssl from brew which is apparently 3.0.0.  Wild guess:
some versions of openssl define functions, and some define macros, and
here we're looking for the macros?

https://cirrus-ci.com/task/6100205941555200



pgsql-hackers by date:

Previous
From: Jacob Champion
Date:
Subject: Re: Post-CVE Wishlist
Next
From: Yugo NAGATA
Date:
Subject: Re: Allow DELETE to use ORDER BY and LIMIT/OFFSET