[Bug 224203] [PATCH] graphics/mesa-dri: Fix driver loader error on post ino64 systems.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Dec 9 14:31:47 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224203

            Bug ID: 224203
           Summary: [PATCH] graphics/mesa-dri: Fix driver loader error on
                    post ino64 systems.
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: x11 at FreeBSD.org
          Reporter: johalun0 at gmail.com
             Flags: maintainer-feedback?(x11 at FreeBSD.org)
          Keywords: patch
          Assignee: x11 at FreeBSD.org

Created attachment 188649
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=188649&action=edit
Patch for loader.c

On 12-CURRENT systems with ino64 it fails to load the correct driver and falls
back to software rendering. This is because the inode number spills over into
major/minor data fields. Since we don't use this versioning I simply set them
to zero.

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


More information about the freebsd-ports-bugs mailing list