From nobody Fri Mar 6 04:38:17 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 4fRtvJ6FM8z6T4MX; Fri, 06 Mar 2026 04:38:20 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from omta004.cacentral1.a.cloudfilter.net (omta002.cacentral1.a.cloudfilter.net [3.97.99.33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4fRtvJ3sP9z42Tq; Fri, 06 Mar 2026 04:38:20 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Authentication-Results: mx1.freebsd.org; none Received: from shw-obgw-4004b.ext.cloudfilter.net ([10.228.9.230]) by cmsmtp with ESMTPS id yL97v5785PzKyyMx9vMueF; Fri, 06 Mar 2026 04:38:19 +0000 Received: from spqr.komquats.com ([70.66.136.217]) by cmsmtp with ESMTPSA id yMx8vmdlPWCSlyMx8vgvpp; Fri, 06 Mar 2026 04:38:19 +0000 X-Auth-User: cschuber X-Authority-Analysis: v=2.4 cv=O7Y0fR9W c=1 sm=1 tr=0 ts=69aa5a3b a=h7br+8Ma+Xn9xscxy5znUg==:117 a=h7br+8Ma+Xn9xscxy5znUg==:17 a=kj9zAlcOel0A:10 a=Yq5XynenixoA:10 a=6I5d2MoRAAAA:8 a=EkcXrb_YAAAA:8 a=YxBL1-UpAAAA:8 a=_aXhMRKL7ny7GWJLJKwA:9 a=CjuIK1q_8ugA:10 a=LK5xJRSDVpKd5WXXoEvA:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy.cwsent.com [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTP id C45B42AF; Thu, 05 Mar 2026 20:38:17 -0800 (PST) Received: by slippy.cwsent.com (Postfix, from userid 1000) id BCA8F393; Thu, 05 Mar 2026 20:38:17 -0800 (PST) X-Mailer: exmh version 2.9.0 11/07/2018 with nmh-1.8+dev Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: "Bjoern A. Zeeb" cc: John Baldwin , 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: References: <69a9d47b.1928a.7f6e7682@gitrepo.freebsd.org> Comments: In-reply-to "Bjoern A. Zeeb" message dated "Thu, 05 Mar 2026 21:39:16 +0000." 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 Date: Thu, 05 Mar 2026 20:38:17 -0800 Message-Id: <20260306043817.BCA8F393@slippy.cwsent.com> X-CMAE-Envelope: MS4xfL8GMN62pw/ktmY3D/5KUaxSD3+NVu2sY5/UAhLlLTwW0JSL2mSijVySAMefUbLoiQz0saVYArxxhvitlB9O63vmZShrb3NC3LocsRq8zYyNV6ee6cxw NnBwySHCihdX8V2FBalezy7H0pSh6xt2w19W3GK7lN2e1bjGYyA05xuKwzjb6KO8erOLpdzFCdY3mBNvKCdMCrwlyd/YGU0j4BYfRhlALEzgpxhcdkSievjy Clf+j6hchYvUwh+K7hQJnwozCynUYlVFgAQ8ZozCUbEpsb1ujTf19WWyGicfVQNGtJWbjUD11BOHd90KZx/PYg4XB1RtyGF1wAQcrX0HUrTZG6SeJVIcLON1 dfFTRQPI 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:16509, ipnet:3.96.0.0/15, country:US] X-Rspamd-Queue-Id: 4fRtvJ3sP9z42Tq X-Spamd-Bar: ---- In message , "Bjoern A. Zeeb " writes: > On Thu, 5 Mar 2026, John Baldwin wrote: > > > The branch main has been updated by jhb: > > > > URL: https://cgit.FreeBSD.org/src/commit/?id=54bf594851f671e231d2786cdacaf6 > 8f290ff738 > > > > 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. This explains my build issues. First, my krb5 and kerberos5 builds failed to build the 32-bit libraries. Removing --no-undefined in krb5, kerberos5 and libcom_err, got the build past the krb5/kerberos5 32-bit library builds, failing to build usr.bin/ldd32 with the same error. This results in a corrupted 32-bit libc.so. > > -- > Bjoern A. Zeeb r15:7 > -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org e**(i*pi)+1=0