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 1wKyCA-001RKv-14 for pgsql-hackers@arkaria.postgresql.org; Thu, 07 May 2026 12:51:15 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wKyC7-004AgN-0s for pgsql-hackers@arkaria.postgresql.org; Thu, 07 May 2026 12:51:11 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wKyC6-004AgF-2o for pgsql-hackers@lists.postgresql.org; Thu, 07 May 2026 12:51:10 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wKyC4-000000010H5-3dQ5 for pgsql-hackers@postgresql.org; Thu, 07 May 2026 12:51:10 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 7BE225C0A70 for ; Thu, 07 May 2026 14:51:03 +0200 (CEST) Received: from s981.loopia.se (unknown [172.22.191.6]) by s807.loopia.se (Postfix) with ESMTP id 6600D5C1A20; Thu, 07 May 2026 14:51:03 +0200 (CEST) Received: from localhost (unknown [172.22.191.5]) by s981.loopia.se (Postfix) with ESMTP id 61CD722B171F; Thu, 07 May 2026 14:51:03 +0200 (CEST) X-Virus-Scanned: amavis at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1.2 X-Spam-Level: X-Spam-Status: No, score=-1.2 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1] autolearn=disabled Authentication-Results: s898.loopia.se (amavis); dkim=pass (2048-bit key) header.d=yesql.se Received: from s980.loopia.se ([172.22.191.6]) by localhost (s898.loopia.se [172.22.190.17]) (amavis, port 10024) with UTF8LMTP id 5DJ-FjsgVHZt; Thu, 7 May 2026 14:51:03 +0200 (CEST) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 89.255.232.236 Received: from smtpclient.apple (customer-89-255-232-236.stosn.net [89.255.232.236]) (Authenticated sender: daniel@yesql.se) by s980.loopia.se (Postfix) with ESMTPSA id BE4D5220165C; Thu, 07 May 2026 14:51:02 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1778158262; bh=WSKK3xN6yy4jSQKsonMlsh94mMVqqSFAJueZ48L6d9s=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=iR4f6KrQJvR9I53eSV/ek60iNjJ/DpBb/O6FmoAluOFluQu5LF8aXhQkCjt7Bl+MG T2M6Uekc0J86P2sKlr+SVNL2x/rldr7u7bdz44jiHcGyS4jHJcrG2b3oyiDATnE9Uz mxacrASo9v0W7ZGs/QqHkm2JEaTGR8lRRNOoSfFTmEGXZtgDubW0fVePt+KXB7/1Qy bZuLVwkmGiT8HGTv70d14AduFReYGSRbbHlvzpDDeRK5BuAJO1V3iK9n3zAHRJFCvG t33i/Ne66rKSBKhZdwxH3FwyLm1wjxHHB4BSPQYljjDjaYzMEdoR1foNusUJuEoD/r 6kSTy/4CIDrwQ== Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51.11.2\)) Subject: Re: Broken build on macOS (Universal / Intel): cpuid instruction not available From: Daniel Gustafsson In-Reply-To: Date: Thu, 7 May 2026 14:50:52 +0200 Cc: Jakob Egger , PostgreSQL Hackers , john.naylor@postgresql.org, Tobias Bussmann Content-Transfer-Encoding: quoted-printable Message-Id: References: <223EA201-A0E8-4A13-B220-EB903E8DF817@eggerapps.at> To: John Naylor X-Mailer: Apple Mail (2.3776.700.51.11.2) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > 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_available' >=20 > 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 = 14.7) and have not had any issues. -- Daniel Gustafsson