From nobody Sun Aug 03 02:20:28 2025 X-Original-To: freebsd-current@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 4bvk1W6mjNz63s7T for ; Sun, 03 Aug 2025 02:20:31 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4bvk1W47bMz3GYM for ; Sun, 03 Aug 2025 02:20:31 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Authentication-Results: mx1.freebsd.org; none Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.18.1/8.18.1) with ESMTP id 5732KSQV087164; Sat, 2 Aug 2025 19:20:28 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) DKIM-Filter: OpenDKIM Filter v2.10.3 troutmask.apl.washington.edu 5732KSQV087164 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=troutmask.apl.washington.edu; s=troutmask; t=1754187628; bh=SyGOtiZAJIo2oZS5OQ4qt3yVlgv+3zbwM9jlsahHbYw=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:From; b=VQxpCBw5nxWfThvyAwLHqPljm1hbuqdu+NOUa+SseM8ZRHBopaMtKAaf+8iIHPeOE sXS/yhMQ1tMcymUy5PrW/lxN0yDX926j72mvalzL0BljGPFgfwrohEjtW4P/9SjnqU PAJpvD/NDHjIGe8s3DH28WMxb5DqTPBpcEVOV+ZW3T1Ob9xGC7YHlNRDyu/+f8XeOY JyD5t61MvvsEsLBcqrK4D8+W1423EWHAvmLra90ZmefHfyktd8Tuax1dIv1/s9aomH P0ePwtDNgIMphoNhG8x75LQG3N25RtpNGF/R4eyWImUNFc59oeeVOfSEF3L5u89hTj E3QnFVlTcW8tg== Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.18.1/8.18.1/Submit) id 5732KS9e087163; Sat, 2 Aug 2025 19:20:28 -0700 (PDT) (envelope-from sgk) Date: Sat, 2 Aug 2025 19:20:28 -0700 From: Steve Kargl To: "Simon J. Gerraty" Cc: Poul-Henning Kamp , freebsd-current@freebsd.org Subject: Re: Someone broke /usr/src Message-ID: Reply-To: sgk@troutmask.apl.washington.edu References: <202508022155.572LtpQp015208@critter.freebsd.dk> <28751.1754179966@kaos.jnpr.net> List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <28751.1754179966@kaos.jnpr.net> X-Rspamd-Queue-Id: 4bvk1W47bMz3GYM X-Spamd-Bar: ---- 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:73, ipnet:128.95.0.0/16, country:US] On Sat, Aug 02, 2025 at 05:12:46PM -0700, Simon J. Gerraty wrote: > Steve Kargl wrote: > > I'm not sure how to debug this. msun's Makefile is > > rather messy. I do note that bmake was recently > > updated: > > Actually it was updated more recently than that. > > a8c56be47166 2025-07-19 sjg Merge bmake-20250707 > > you can use -dm to learn more about what is going on Thanks for the hin about -dm. (a lot output removed). > # Meta data file /var/obj/FreeBSD/main/obj/amd64.amd64/lib/msun/e_fmod.o.meta > CMD cc -O2 -pipe -fno-common > -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments > --sysroot=/var/obj/FreeBSD/main/obj/stage/amd64.amd64 -c > /h/sjg/work/FreeBSD/main/src/lib/msun/amd64/e_fmod.S -o e_fmod.o > CWD /var/obj/FreeBSD/main/obj/amd64.amd64/lib/msun Oh, myibad. It's been awhile since I've looked at libm bugs. I completely forgot that some architectures have *.S files, which are used in place of the *.c files.. -- Steve