From nobody Wed Oct 01 08:27:30 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 4cc7Mp5PWhz698nt for ; Wed, 01 Oct 2025 08:27:34 +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 4cc7Mn69ntz43vG; Wed, 01 Oct 2025 08:27:33 +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=keOzGQOebp1m VR8zSvXTaGpwz0MfLaIkCAqKNqc53fI=; h=in-reply-to:references:to:from: subject:cc:date; d=margiolis.net; b=hK3VFB+2707IFrDtlSWR0XwOHltE+t5N6I FxMU3O85xNLazW/nkXdg4WN3cHlCgCxarf1IHqJ9cHPJN6XQA9ywOJQ3h50+99XenM8xYx tFsVne6A7sL+MXlMNyW30uPOII8lLoKq7ZSdO3AXbhRiTMkWpOVz7cxXR7Z6GgglxyQ= Received: from localhost (public-gprs559638.centertel.pl [37.225.49.87]) by margiolis.net (OpenSMTPD) with ESMTPSA id 9f043832 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Wed, 1 Oct 2025 02:27:31 -0600 (MDT) 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-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Wed, 01 Oct 2025 10:27:30 +0200 Message-Id: Cc: "FreeBSD Current" Subject: Re: release/packages/ucl/snd-all.ucl: No such file or directory From: "Christos Margiolis" To: "Lexi Winter" , "Sulev-Madis Silber" X-Mailer: aerc 0.21.0 References: 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: 4cc7Mn69ntz43vG On Wed Oct 1, 2025 at 10:06 AM CEST, Lexi Winter wrote: > Sulev-Madis Silber wrote in : >> /root/files/poudriere/basefs/jails/current-armv7-minimal/usr/src/release= /packages/ge >> nerate-ucl.lua: fail to parse(/root/files/poudriere/basefs/jails/current= -armv7-minim >> al/usr/src/release/packages/template.ucl): cannot open file /root/files/= poudriere/ba >> sefs/jails/current-armv7-minimal/usr/src/release/packages/ucl/snd-all.uc= l: No such f >> ile or directory >> *** [create-world-package-snd] Error code 1 > > this was broken by 2ffaca551eaf32c17f701762ecf29a961cf19aa4, which added > a new package without adding a new UCL file. i expect reverting that > commit temporary would fix the problem. > > i wonder if this package could have a more descriptive name than "snd", > though, like at least "sound" or "audio". =20 I broke it indeed... That should fix it: https://cgit.freebsd.org/src/commit/?id=3D5cc36854ee63dc695d90a841d9db587be= c67ba24 Christos