[Bug 93059] [PATCH] i965 fails to load miserably on musl libc due to underlinking

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Nov 21 13:43:10 PST 2015


https://bugs.freedesktop.org/show_bug.cgi?id=93059

            Bug ID: 93059
           Summary: [PATCH] i965 fails to load miserably on musl libc due
                    to underlinking
           Product: Mesa
           Version: 11.0
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/DRI/i965
          Assignee: idr at freedesktop.org
          Reporter: somasis at exherbo.org
        QA Contact: intel-3d-bugs at lists.freedesktop.org

Created attachment 120007
  --> https://bugs.freedesktop.org/attachment.cgi?id=120007&action=edit
[PATCH] i965: don't underlink i965_dri.so, causes miserable failure on musl
libc

musl libc doesn't like lazy binding, which i965_dri.so depends on to load
correctly in Xorg. As such, it is underlinked and doesn't load because of
linking issues on musl libc.

More information:
http://wiki.musl-libc.org/wiki/Functional_differences_from_glibc#Lazy_bindings

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20151121/fe53d854/attachment.html>


More information about the intel-3d-bugs mailing list