<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Bug in configure verifying xcb version"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=89563">89563</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Bug in configure verifying xcb version
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Mesa
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>10.5
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86-64 (AMD64)
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>mesa-dev@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>emjotkrm@gmail.com
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>mesa-dev@lists.freedesktop.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>