<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - libxcb-1.9 build failure with python-3"
href="https://bugs.freedesktop.org/show_bug.cgi?id=55690">55690</a>
</td>
</tr>
<tr>
<th>Keywords</th>
<td>regression
</td>
</tr>
<tr>
<th>Assignee</th>
<td>xcb@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Summary</th>
<td>libxcb-1.9 build failure with python-3
</td>
</tr>
<tr>
<th>QA Contact</th>
<td>xcb@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Reporter</th>
<td>chithanh@gentoo.org
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Other
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Component</th>
<td>Library
</td>
</tr>
<tr>
<th>Product</th>
<td>XCB
</td>
</tr></table>
<p>
<div>
<pre>Created <span class=""><a href="attachment.cgi?id=68150" name="attach_68150" title="build.log">attachment 68150</a> <a href="attachment.cgi?id=68150&action=edit" title="build.log">[details]</a></span>
build.log
It appears that c3deeaf714630531d693a6a902b8dabf791858b1 introduced an error
when building with python-3.2
File "/var/tmp/portage/x11-libs/libxcb-1.9/work/libxcb-1.9/src/c_client.py",
line 2911
except OSError, e:
^
SyntaxError: invalid syntax
Replacing this with PEP-3110 compliant "except OSError as e" will fix this
issue, but will run into the next one, introduced by
ea71d7d7e3f5d8189b80747678e9ca9a417b1d37:
File "/var/tmp/portage/x11-libs/libxcb-1.9/work/libxcb-1.9/src/c_client.py",
line 2767, in _man_event
for seename, seetype in self.doc.see.iteritems():
AttributeError: 'dict' object has no attribute 'iteritems'</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>