From nobody Thu Mar 5 21:39:16 2026 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4fRjbr0WKPz6Tj5g; Thu, 05 Mar 2026 21:39:20 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mx-01.divo.sbone.de (legacy1.sbone.de [80.151.10.34]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature ECDSA (prime256v1) client-digest SHA256) (Client CN "mx-01.divo.sbone.de", Issuer "E7" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4fRjbq49cJz4Nww; Thu, 05 Mar 2026 21:39:19 +0000 (UTC) (envelope-from bz@FreeBSD.org) Authentication-Results: mx1.freebsd.org; none Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:4902:0:7404:2:1025]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by mx-01.divo.sbone.de (Postfix) with ESMTPS id 88B3BA64805; Thu, 05 Mar 2026 21:38:58 +0000 (UTC) Received: from content-filter.t4-02.sbone.de (content-filter.t4-02.sbone.de [IPv6:fde9:577b:c1a9:4902:0:7404:2:2742]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id B460F2D029E7; Thu, 5 Mar 2026 21:39:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:4902:0:7404:2:1025]) by content-filter.t4-02.sbone.de (content-filter.t4-02.sbone.de [IPv6:fde9:577b:c1a9:4902:0:7404:2:2742]) (amavisd-new, port 10024) with ESMTP id d3taayeudLuA; Thu, 5 Mar 2026 21:39:16 +0000 (UTC) Received: from nv.t4-02.sbone.de (nv.t4-02.sbone.de [IPv6:fde9:577b:c1a9:4902:0:7404:2:22]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id 738D82D029D8; Thu, 5 Mar 2026 21:39:16 +0000 (UTC) Date: Thu, 5 Mar 2026 21:39:16 +0000 (UTC) From: "Bjoern A. Zeeb" To: John Baldwin cc: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: Re: git: 54bf594851f6 - main - libc/quad: Switch to per-arch lists of symbols In-Reply-To: <69a9d47b.1928a.7f6e7682@gitrepo.freebsd.org> Message-ID: References: <69a9d47b.1928a.7f6e7682@gitrepo.freebsd.org> X-OpenPGP-Key-Id: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:3320, ipnet:80.144.0.0/13, country:DE] X-Rspamd-Queue-Id: 4fRjbq49cJz4Nww X-Spamd-Bar: ---- On Thu, 5 Mar 2026, John Baldwin wrote: > The branch main has been updated by jhb: > > URL: https://cgit.FreeBSD.org/src/commit/?id=54bf594851f671e231d2786cdacaf68f290ff738 > > commit 54bf594851f671e231d2786cdacaf68f290ff738 > Author: John Baldwin > AuthorDate: 2026-03-05 19:07:09 +0000 > Commit: John Baldwin > CommitDate: 2026-03-05 19:07:09 +0000 > > libc/quad: Switch to per-arch lists of symbols > > This more closely mirrors libc/quad/Makefile.inc and is easier to > read. > > Reviewed by: brooks > Differential Revision: https://reviews.freebsd.org/D55658 > --- > lib/libc/quad/Symbol.map | 43 +++++++++++++++++++------------------------ > 1 file changed, 19 insertions(+), 24 deletions(-) I find this in an i386 buildworld (from universe): 4135 ===> lib/libc (obj,all,install) 4136 :1336:2: error: unterminated conditional directive 4137 1336 | #ifdef __i386__ 4138 | ^ 4139 1 error generated. I assume it's from this? Yes, seems there is an #endif missing. -- Bjoern A. Zeeb r15:7