Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wKzGc-001S3L-2m for pgsql-hackers@arkaria.postgresql.org; Thu, 07 May 2026 13:59:54 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wKzGa-004QZd-2S for pgsql-hackers@arkaria.postgresql.org; Thu, 07 May 2026 13:59:52 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wKzGa-004QZV-1V for pgsql-hackers@lists.postgresql.org; Thu, 07 May 2026 13:59:52 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wKzGW-00000000eSv-3wxQ; Thu, 07 May 2026 13:59:50 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.18.1/8.18.1) with ESMTP id 647DxVns857404; Thu, 7 May 2026 09:59:31 -0400 From: Tom Lane To: Daniel Gustafsson cc: John Naylor , Jakob Egger , PostgreSQL Hackers , john.naylor@postgresql.org, Tobias Bussmann Subject: Re: Broken build on macOS (Universal / Intel): cpuid instruction not available In-reply-to: References: <223EA201-A0E8-4A13-B220-EB903E8DF817@eggerapps.at> Comments: In-reply-to Daniel Gustafsson message dated "Thu, 07 May 2026 14:50:52 +0200" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <857402.1778162371.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Thu, 07 May 2026 09:59:31 -0400 Message-ID: <857403.1778162371@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Daniel Gustafsson writes: >> On 7 May 2026, at 14:42, John Naylor wrote: >>> This results in an error: >>> checksum.c:57:6: error: call to undeclared function 'x86_feature_avail= able' >> That's strange. I have an Intel MacBook laying around -- I'll see what = I can do. > I use an Intel MacBook Pro as my daily driver (currently running macOS 1= 4.7) > and have not had any issues. BF member longfin is an Intel Mac Mini and has not shown issues (although I think it's one macOS rev behind). I can believe that universal builds are busted, because we don't test that. But claiming that a plain Intel build is broken is contrary to available evidence. regards, tom lane