Hi, People and I have issues building the latest graphics/drm-61-kmod in ports, i tested it on amd64 14.2-R and it fails to package in poudriere due to missing linuxkpi_video.ko file. https://forums.freebsd.org/threads/drm-61-kmod-not-compiling-anymore.96777/
Created attachment 257417 [details] poudriere build error
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=a70584b2e163537fb444fb619114a44939226638 commit a70584b2e163537fb444fb619114a44939226638 Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2025-02-11 15:50:13 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2025-02-11 15:50:42 +0000 graphics/drm-61-kmod: Fix package We don't ship linuxkpi_video.ko anymore but use the one from base. Fixes: 9d80f2d792fd ("graphics/drm-61-kmod: Update to v6.1.128") PR: 284737 Sponsored by: Beckhoff Automation Gmbh & Co. KG graphics/drm-61-kmod/pkg-plist | 1 - 1 file changed, 1 deletion(-)
Thanks!
(In reply to commit-hook from comment #2) Maybe an UPDATING entry was in order? I never built linuxkpi_video.ko from base (so it had to be build under port if it was needed) and I wondered why I've lost graphics after updating kernel from ~8 days ago (14-STABLE).
(In reply to jakub_lach from comment #4) ? linuxkpi_video.ko is built by default and there is no knobs to disable it.
I still use MODULES_OVERRIDE= (probably "which was the style at the time" disclaimer could be used here). I have no problem with a dependency change, just wished it was communicated.