From nobody Wed Oct 01 08:29:32 2025 X-Original-To: dev-commits-src-main@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 4cc7Q72Yv5z698gP; Wed, 01 Oct 2025 08:29:35 +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 4cc7Q66Xgfz45CN; Wed, 01 Oct 2025 08:29:34 +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=B7uCUIE5cR2g zwOYbaupZ/WWJD1/fpXdLGvwNFSpw0I=; h=in-reply-to:references:subject:to: from:date; d=margiolis.net; b=oOskPuJw2qgnFiv8y17wTz11FLP2Z/HfI99jAP2D f3tF0QpjXXqo1dEvuWldWQ7qsjN34H7J6W2fc+qaXi42/kQyAL6DXdfuHLqIFw50oT7134 azkPzz8XstC+fr47oRzNnCZUUrTVWH/onwXOG9sxyxr+7Btmp3M95nXJJItI8= Received: from localhost (public-gprs559638.centertel.pl [37.225.49.87]) by margiolis.net (OpenSMTPD) with ESMTPSA id 77a3a28c (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Wed, 1 Oct 2025 02:29:33 -0600 (MDT) List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@FreeBSD.org Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Wed, 01 Oct 2025 10:29:32 +0200 Message-Id: From: "Christos Margiolis" To: "Guido Falsi" , , , Subject: Re: git: 2ffaca551eaf - main - snd_hda: Implement automatic redirection between associations X-Mailer: aerc 0.21.0 References: <202509301052.58UAqxgM026265@gitrepo.freebsd.org> <9bb0f51a-cb7f-45c4-9a48-bffbadf99845@madpilot.net> In-Reply-To: <9bb0f51a-cb7f-45c4-9a48-bffbadf99845@madpilot.net> 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: 4cc7Q66Xgfz45CN On Tue Sep 30, 2025 at 10:10 PM CEST, Guido Falsi wrote: > On 9/30/25 21:22, Guido Falsi wrote: >> On 9/30/25 12:52, Christos Margiolis wrote: >>> The branch main has been updated by christos: >>> >>> URL: https://cgit.FreeBSD.org/src/commit/?=20 >>> id=3D2ffaca551eaf32c17f701762ecf29a961cf19aa4 >>> >>> commit 2ffaca551eaf32c17f701762ecf29a961cf19aa4 >>> Author:=C2=A0=C2=A0=C2=A0=C2=A0 Christos Margiolis >>> AuthorDate: 2025-09-30 10:52:44 +0000 >>> Commit:=C2=A0=C2=A0=C2=A0=C2=A0 Christos Margiolis >>> CommitDate: 2025-09-30 10:52:44 +0000 >>> >>=20 >> Looks like this is causing the package building step of the build to=20 >> look for a src/release/packages/ucl/snd-all.ucl file. >>=20 >> Is it intentional to cause this to produce a new base package? >>=20 >> Looks like in this case an ucl file for the description is needed? >>=20 > > After working around this one locally, I get a similar issue with=20 > virtual_oss missing its ucl file too. > > Just reporting this right away so it is known. Is there an error log for that? Christos