From nobody Sun Nov 09 22:36:24 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 4d4SMS5mfvz6G8Lp for ; Sun, 09 Nov 2025 22:36:36 +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 4d4SMS1cvDz3CnN; Sun, 09 Nov 2025 22:36:35 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Authentication-Results: mx1.freebsd.org; none Received: from kalamity.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 5A9MaOjC003683; Mon, 10 Nov 2025 07:36: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=1762727786; bh=IdiwI/5OceTBQco+3kXLjVnIJv5sTJRImEiB408d0wo=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=I+8uoBzK1ITCyl8XANhxp8Gkmkt5euPwo+seD314zlw/gflcIdNpeO2oz6N2zwMLG xbUPVrAzuYwAgq3udHO9k3c5GVYODFPGuW16pboNV5pUxI5Bay0FjX3v3apAS3EU6J ZWbCr40qeUUWd4I6zyfqyuy+Zj2Hzk/hUculmPps= Date: Mon, 10 Nov 2025 07:36:24 +0900 From: Tomoaki AOKI To: "Bjoern A. Zeeb" Cc: Steve Kargl , FreeBSD Current Subject: Re: Backout git revision 4179e6b78297369f [that is also stable/15 and releng/15.0 as 62c3b77d1d10] Message-Id: <20251110073624.00c77b3aab13e541f4d64407@dec.sakura.ne.jp> In-Reply-To: References: <288036F0-180F-4DF4-94FD-66365B7504EA.ref@yahoo.com> <288036F0-180F-4DF4-94FD-66365B7504EA@yahoo.com> <255c624f-765c-4091-b3a5-22d439d292a1@comcast.net> <162qrp4-qr99-5qr6-413s-6r7rpr39nno9@SerrOFQ.bet> <8cfec553-ac9b-4357-80c6-74b7442289e0@comcast.net> 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-Spamd-Bar: ---- 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-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Rspamd-Queue-Id: 4d4SMS1cvDz3CnN On Sun, 9 Nov 2025 19:46:44 +0000 (UTC) "Bjoern A. Zeeb" wrote: > On Sun, 9 Nov 2025, Steve Kargl wrote: > > > On 11/9/25 08:56, Bjoern A. Zeeb wrote: > >> > >> So if you want things to work, it's the ports which needs to be fixed. > >> > > > > First, commit the patch from the PR. That fixes the problem. > > The -D is not for a drm-kmod/ports fix please; there's another semi-native driver > in src which uses LinuxKPI headers and needed this and there's still a need to > fix that. Then I'll see if I can get away with it within LinuxKPI itself. > > I added a suggested patch to your PR for the port for some grpahics/ports > person to start work with and get it in. > > > > Second, it is an interesting stance to to take. It's okay to > > break/diminish the FreeBSD experience for others in the name > > of progress. > > If that would be the case, then I probably wouldn't have bothered following up > and helping identifying a better fix the moment I became aware of the problem. > > I am sorry x11 hasn't dealt with this since (must be) end of September. > > /bz > > > -- > Bjoern A. Zeeb r15:7 What's interesting here looking into freebsd-pkg-fallout ML is that (putting aside builder start failures) graphics/drm-515-kmod alone is failing. Yes, graphics/nvidia-drm-515-kmod[-devel] doesn't. As graphics/nvidia-drm-*-kmod[-devel] ports uses only some parts of distfile for corresponding graphics/drm-*-kmod ports, possibly it could help narrowing down where is the problem in. (Would be hard, though.) Note that I've checked posts on November and October using ML archive. Regards. -- Tomoaki AOKI