<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 --- - xcb-proto git: 'inconsistent use of tabs and spaces in indentation' breaks python3"
href="https://bugs.freedesktop.org/show_bug.cgi?id=71418">71418</a>
</td>
</tr>
<tr>
<th>Assignee</th>
<td>xcb@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Summary</th>
<td>xcb-proto git: 'inconsistent use of tabs and spaces in indentation' breaks python3
</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>mgorny@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>Protocol
</td>
</tr>
<tr>
<th>Product</th>
<td>XCB
</td>
</tr></table>
<p>
<div>
<pre>When trying to build libxcb with Python3.3 I'm getting:
/usr/bin/python3.3
/tmp/portage/x11-libs/libxcb-9999/work/libxcb-9999/src/c_client.py -p
/usr/share/xcb/xc_misc.xml
Traceback (most recent call last):
File "/tmp/portage/x11-libs/libxcb-9999/work/libxcb-9999/src/c_client.py",
line 2982, in <module>
from xcbgen.state import Module
File "/usr/lib64/python3.3/site-packages/xcbgen/state.py", line 7, in
<module>
from xcbgen import matcher
File "/usr/lib64/python3.3/site-packages/xcbgen/matcher.py", line 12, in
<module>
from xcbgen.xtypes import *
File "/usr/lib64/python3.3/site-packages/xcbgen/xtypes.py", line 82
new_fd = Field(self, module.get_type_name('INT32'), fd_name, True, False,
False, None, True)
^
TabError: inconsistent use of tabs and spaces in indentation
This is a recent regression in xcb-proto git. I suspect the tab in first
comment line of make_fd_of().</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>