Re: [BUG?] macOS (Intel) build warnings: "ranlib: file … has no symbols" for aarch64 objects - Mailing list pgsql-hackers

From Nathan Bossart
Subject Re: [BUG?] macOS (Intel) build warnings: "ranlib: file … has no symbols" for aarch64 objects
Date
Msg-id ae7KiQcfDaavu5cD@nathan
Whole thread
In response to Re: [BUG?] macOS (Intel) build warnings: "ranlib: file … has no symbols" for aarch64 objects  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [BUG?] macOS (Intel) build warnings: "ranlib: file … has no symbols" for aarch64 objects
List pgsql-hackers
On Sun, Apr 26, 2026 at 10:18:33PM -0400, Tom Lane wrote:
> I previously suggested that we should teach the build systems not
> to build the foo_x86 and foo_aarch64 modules when not on those
> architectures.  That was shot down for reasons that made no great
> amount of sense to me, but I think it'd be fairly easy and clean.

Yeah, AFAICT that's our best bet.  Will write it up in the morning.

-- 
nathan



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [BUG?] macOS (Intel) build warnings: "ranlib: file … has no symbols" for aarch64 objects
Next
From: "Hayato Kuroda (Fujitsu)"
Date:
Subject: RE: ECPG: inconsistent behavior with the document in “GET/SET DESCRIPTOR.”