Bug 284737 - graphics/drm-61-kmod: Fails to get packaged due to missing linuxkpi_video.ko
Summary: graphics/drm-61-kmod: Fails to get packaged due to missing linuxkpi_video.ko
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-x11 (Nobody)
URL: https://forums.freebsd.org/threads/dr...
Keywords:
Depends on:
Blocks:
 
Reported: 2025-02-11 15:43 UTC by Yusuf Yaman
Modified: 2025-02-11 15:55 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (x11)


Attachments
poudriere build error (2.28 KB, text/plain)
2025-02-11 15:47 UTC, Yusuf Yaman
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuf Yaman 2025-02-11 15:43:35 UTC
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/
Comment 1 Yusuf Yaman 2025-02-11 15:47:51 UTC
Created attachment 257417 [details]
poudriere build error
Comment 2 commit-hook freebsd_committer freebsd_triage 2025-02-11 15:50:54 UTC
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(-)
Comment 3 Yusuf Yaman 2025-02-11 15:55:52 UTC
Thanks!