From nobody Wed Apr 1 19:10:24 2026 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 4fmF2j3NYmz6YLn1; Wed, 01 Apr 2026 19:11:25 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from www121.sakura.ne.jp (www121.sakura.ne.jp [153.125.133.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 4fmF2h6MGXz3VZL; Wed, 01 Apr 2026 19:11:24 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Authentication-Results: mx1.freebsd.org; none Received: from delta.joker.local (124-18-6-240.area1c.commufa.jp [124.18.6.240]) (authenticated bits=0) by www121.sakura.ne.jp (8.18.1/8.17.1/[SAKURA-WEB]/20201212) with ESMTPA id 631JAOeu089292; Thu, 2 Apr 2026 04:10:25 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=dec.sakura.ne.jp; s=s2405; t=1775070627; bh=zhrFOl9imXz+L11A9QHPRdXovr3Gtspryh0n4zMX81o=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=OhHFDqNpKhBH/hAtUL4kHeKyyJbVJc3NAyNEbA+NqpN6+Xy+jmGpTh6o9MXRu0UJh zHRWV2UJ77ykKy/TvGNmcW6jpGBkleft7gNgj3jljGnVi9sxKha+4KNJq9TzzKnwsB T/h/vIHzYTRsr8PKXfY6Jf69FXnbAlyHn+yHoShU= Date: Thu, 2 Apr 2026 04:10:24 +0900 From: Tomoaki AOKI To: current@freebsd.org Cc: David Wolfskill , bob prohaska , Mark Millard , freebsd-current@freebsd.org Subject: Re: Etcupdate runtime has more than doubled....Why? Message-Id: <20260402041024.927d010d2210187f99a4b28f@dec.sakura.ne.jp> In-Reply-To: References: <626584dc-ea9c-4a63-902c-4de4e10bba00@yahoo.com> Organization: Junchoon corps X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd15.0) 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-Transfer-Encoding: 7bit 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:7684, ipnet:153.125.128.0/18, country:JP] X-Rspamd-Queue-Id: 4fmF2h6MGXz3VZL X-Spamd-Bar: ---- On Wed, 1 Apr 2026 11:38:02 -0700 David Wolfskill wrote: > On Wed, Apr 01, 2026 at 11:34:39AM -0700, bob prohaska wrote: > > On Wed, Apr 01, 2026 at 11:00:56AM -0700, Mark Millard wrote: > > ... > > > etcupdate has the option: > > > > > > > > > -B Do not build generated files in a private object tree. > > ... > > > What was the context-status and use vs. not for -B ? > > > > There's only one /usr/obj on the system. > > > > The buildworld command used was > > make -j3 KERNCONF=GENERIC TARGET=arm TARGET_ARCH=armv7 buildworld > > and the etcupdate command following buildworld was > > etcupdate -p > > > > After installing world and kernel, etcupdate runs again as > > etcupdate > > > > Might using etcupdate -B in the second invocation be a remedy? > > .... > > I have used -B with etcupdate since migrating from mergemaster to > etcupdate; I am tracking stable (currently, 15) and head daily on a > handful of machines, and have not seen the cited slowdown. > > It would seem to be worth an experiment. > > Peace, > david > -- > David H. Wolfskill david@catwhisker.org > > See https://www.catwhisker.org/~david/publickey.gpg for my public key. FYI: (Parts of discussions) https://lists.freebsd.org/archives/dev-commits-src-main/2026-March/040689.html https://lists.freebsd.org/archives/dev-commits-src-main/2026-March/040739.html https://lists.freebsd.org/archives/dev-commits-src-main/2026-March/040814.html https://lists.freebsd.org/archives/dev-commits-src-main/2026-March/040830.html Regards. -- Tomoaki AOKI