From nobody Sat Aug 02 22:53:54 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 4bvdRB23VRz63gJV for ; Sat, 02 Aug 2025 22:53:58 +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 4bvdR96Tqgz3sH1 for ; Sat, 02 Aug 2025 22:53:57 +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 572MrsFm086733; Sat, 2 Aug 2025 15:53:54 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) DKIM-Filter: OpenDKIM Filter v2.10.3 troutmask.apl.washington.edu 572MrsFm086733 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=troutmask.apl.washington.edu; s=troutmask; t=1754175234; bh=zvW/SzwQmGtJQCm1WBoBcYBdn/MT5y/uBWL2QqEry+U=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:From; b=mJibSuvFT4GNgQjaopCS3Gr3t/7aEuou0Gr1oMQTrj14mfNt+S9gEjJ8F5BlmdxSY 1iyl001pOGyBQi6o1LW2jyuB5uL9mzsDbhCmJuBxTRGuOrHLurV34gYOBI1VRtFodF 3Dn5HmgedPY5qOXhCMuSQkuYgGQ6nrPoOtDnX2TLDyV8kLtK887yPA+VNRiY025o25 uHv66rPURRR2g/j1Z/QsqaU3h6JBCjV7D/tUHAfF1PSsp2rw+HCkwqgA4My6k+zhvG KqTOtS7SAHM7UBzC/CoWgPgsgpOvIDPXBI8dMl/qiX6vfIhkHoVwKvHuyEnxAY5gIe ea9gMWgTt922A== Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.18.1/8.18.1/Submit) id 572MrstR086732; Sat, 2 Aug 2025 15:53:54 -0700 (PDT) (envelope-from sgk) Date: Sat, 2 Aug 2025 15:53:54 -0700 From: Steve Kargl To: Poul-Henning Kamp Cc: 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> 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: <202508022155.572LtpQp015208@critter.freebsd.dk> X-Rspamd-Queue-Id: 4bvdR96Tqgz3sH1 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 09:55:51PM +0000, Poul-Henning Kamp wrote: > -------- > Steve Kargl writes: > > > Someone broke dependence checking in /usr/src > > Maybe related: Some days ago I got compile errors with > > make -j12 buildworld > > but not with -j6 > > make -j6 buildworld > I'm not sure how to debug this. msun's Makefile is rather messy. I do note that bmake was recently updated: % pwd /usr/src/contrib/bmake % git log ChangeLog | more commit 0b46a53a2f50b5ab0f4598104119a049b9c42cc9 Merge: 738a9a78fc92 4f8f2bc29466 Author: Simon J. Gerraty Date: Fri Jun 27 19:47:23 2025 -0700 Merge bmake-20250618 -- Steve