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

            Bug ID: 89563
           Summary: Bug in configure verifying xcb version
           Product: Mesa
           Version: 10.5
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Other
          Assignee: mesa-dev@lists.freedesktop.org
          Reporter: emjot...@gmail.com
        QA Contact: mesa-dev@lists.freedesktop.org

Incorrect error message "DRI3 requires xcb >= 1.9.3" when installed version of
libxcb is 1.9-5, later then 1.9.3.
"libxcb -v" returns  1.9-5.el7 but is parsed by configure to 1.9 thus failing
compare to required $XCB_REQUIRED set to 1.9.3.
libxcb version 1.9-5 is available in yum repositories. The code responsible for
this verification is around line 22229 of configure file. I'm not fluent in
this script to attempt fix it myself. My work around was to set XCB_REQUIRED to
1.9, line 5264, but in my opinion it is not acceptable permanent fix.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to