<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><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#c1">Comment # 1</a>
on <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">bug 89563</a>
from <span class="vcard"><a class="email" href="mailto:jan.vesely@rutgers.edu" title="Jan Vesely <jan.vesely@rutgers.edu>"> <span class="fn">Jan Vesely</span></a>
</span></b>
<pre>(In reply to MichaelJ from <a href="show_bug.cgi?id=89563#c0">comment #0</a>)
<span class="quote">> 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.</span >
can you check the pkg-config reported version?
like this:
pkg-config --modversion xcb
The latest released version (in 1.9 branch) is 1.9.3
if I remember correctly -5 (note "-" instead of ".") means 5th RH build of the
version before "-". In you case it'd be 5th build of libxcb 1.9. the above
command will tell.</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>