[Bug 288757] graphics/drm-kmod: drm-kmod does not exist in packages for i386

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 09 Aug 2025 17:21:25 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288757

            Bug ID: 288757
           Summary: graphics/drm-kmod: drm-kmod does not exist in packages
                    for i386
           Product: Ports & Packages
           Version: Latest
          Hardware: i386
                OS: Any
            Status: New
          Keywords: i915
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: x11@FreeBSD.org
          Reporter: cp@rural-networks.com
             Flags: maintainer-feedback?(x11@FreeBSD.org)
          Assignee: x11@FreeBSD.org

FreeBSD i386.rural-networks.com 14.3-RELEASE FreeBSD 14.3-RELEASE
releng/14.3-n271432-8c9ce319fef7 GENERIC i386



drm-kmod does not exist in packages for i386 , it seems it has not been build
for 14.4

# pkg install drm-kmod
Updating FreeBSD repository catalogue...
pkg: Repository FreeBSD has a wrong packagesite, need to re-create database
Fetching meta.conf: 100%    179 B   0.2kB/s    00:01    
Fetching data.pkg: 100%   10 MiB   2.0MB/s    00:05    
Processing entries: 100%
FreeBSD repository update completed. 35087 packages processed.
Updating FreeBSD-kmods repository catalogue...
FreeBSD-kmods repository is up to date.
All repositories are up to date.
pkg: No packages available to install matching 'drm-kmod' have been found in
the repositories


# vi /usr/local/etc/pkg/repos/FreeBSD.conf

FreeBSD: {
  url: "pkg+https://pkg.FreeBSD.org/${ABI}/latest",
  mirror_type: "srv",
  signature_type: "fingerprints",
  fingerprints: "/usr/share/keys/pkg",
  enabled: yes
}

FreeBSD-kmods: {
    url: pkg+https://pkg.freebsd.org/${ABI}/kmods_latest_${VERSION_MINOR},
    signature_type: "fingerprints",
    fingerprints: "/usr/share/keys/pkg",
    mirror_type: "srv",
    enabled: yes,
}

-- 
You are receiving this mail because:
You are the assignee for the bug.