From nobody Mon Jan 12 16:02: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 4dqcb31zzJz6NmPs; Mon, 12 Jan 2026 16:02:23 +0000 (UTC) (envelope-from christos@FreeBSD.org) Received: from margiolis.net (mail.margiolis.net [95.179.159.8]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA512) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4dqcb16Wndz3nRJ; Mon, 12 Jan 2026 16:02:21 +0000 (UTC) (envelope-from christos@FreeBSD.org) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=default; bh=irZt3UUibZtY M3m1e/lidfhnDPq3nNPHEIoPceznNn0=; h=in-reply-to:references:to:from: subject:cc:date; d=margiolis.net; b=for3Us4P3RuAGH2yE/CRG94UTxyyp5smqU nnlWvoHU2K4aeqUxmbDO92fSpNFxlTXU+CQMXuw8f3CSRmX4uBH4FzTENa2odWA0YbJFSg vycdx90F2VXpdaz4rbVER3apaGNcYHDt61N1HgCww11eprMjT52+IfincamFbzOKC08= Received: from localhost (eduroam-gw-campus1.noc.uniwa.gr [195.130.96.193]) by margiolis.net (OpenSMTPD) with ESMTPSA id 7d6e9099 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Mon, 12 Jan 2026 09:02:19 -0700 (MST) 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-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Mon, 12 Jan 2026 18:02:17 +0200 Message-Id: Cc: , , Subject: Re: git: f74f891581bc - main - src.opts: Introduce MK_SOUND From: "Christos Margiolis" To: "Kristof Provost" X-Mailer: aerc 0.21.0 References: <6965024b.c6cd.6cdf7962@gitrepo.freebsd.org> In-Reply-To: X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:20473, ipnet:95.179.144.0/20, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Rspamd-Queue-Id: 4dqcb16Wndz3nRJ On Mon Jan 12, 2026 at 5:48 PM EET, Kristof Provost wrote: > On 12 Jan 2026, at 15:16, Christos Margiolis wrote: >> The branch main has been updated by christos: >> >> URL:=20 >> https://cgit.FreeBSD.org/src/commit/?id=3Df74f891581bc4df20431607de9b761= 107f6a0aa7 >> >> commit f74f891581bc4df20431607de9b761107f6a0aa7 >> Author: Christos Margiolis >> AuthorDate: 2026-01-12 14:16:35 +0000 >> Commit: Christos Margiolis >> CommitDate: 2026-01-12 14:16:35 +0000 >> >> src.opts: Introduce MK_SOUND >> >> PR: 291853 >> Sponsored by: The FreeBSD Foundation >> MFC after: 1 week >> Reviewed by: zarychtam_plan-b.pwste.edu.pl, markj >> Differential Revision: https://reviews.freebsd.org/D54456 >> --- > > This seems to fail to build for me: > > =E2=80=A6 > install -U -o root -g wheel -m 444 libmd.so.7.debug=20 > /usr/obj/usr/src/amd64.amd64/tmp/usr/lib/debug/lib/libmd.so.7.debug > make[4]: Graph cycles through `realinstall_subdir_lib/libmixer' > `afterinstall' was not built (deferred, type=20 > OP_DEPENDS|OP_DEPS_FOUND|OP_MARK, flags REMAKE|DONE_WAIT|DONECYCLE)! > `afterinstall' has .ORDER dependency on realinstall (deferred, type= =20 > OP_DEPENDS|OP_PHONY|OP_DEPS_FOUND|OP_MARK, flags=20 > REMAKE|CHILDMADE|FORCE|DONE_WAIT|DONE_ORDER|CYCLE|DONECYCLE) > > make[3]: stopped making "_generic_libs" in /usr/src > > make[2]: stopped making "libraries" in /usr/src > 162.69 real 1395.37 user 632.74 sys > > make[1]: stopped making "buildworld" in /usr/src > > make: stopped making "buildworld buildkernel" in /usr/src > > This is enough to avoid the problem, but clearly not a fix: > > diff --git a/lib/Makefile b/lib/Makefile > index d06488a33fb9..bf8f2c386f64 100644 > --- a/lib/Makefile > +++ b/lib/Makefile > @@ -73,7 +73,6 @@ SUBDIR=3D ${SUBDIR_BOOTSTRAP} \ > liblzma \ > libmemstat \ > libmd \ > - libmixer \ > libmt \ > lib80211 \ > libnetbsd \ > > > Best regards, > Kristof Oops... Right now I am AFK so feel free to apply this already if you want. Christos