[Xcb] [Bug 71418] New: xcb-proto git: 'inconsistent use of tabs and spaces in indentation' breaks python3
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat Nov 9 00:27:16 PST 2013
https://bugs.freedesktop.org/show_bug.cgi?id=71418
Priority: medium
Bug ID: 71418
Assignee: xcb at lists.freedesktop.org
Summary: xcb-proto git: 'inconsistent use of tabs and spaces in
indentation' breaks python3
QA Contact: xcb at lists.freedesktop.org
Severity: normal
Classification: Unclassified
OS: All
Reporter: mgorny at gentoo.org
Hardware: Other
Status: NEW
Version: unspecified
Component: Protocol
Product: XCB
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().
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/xcb/attachments/20131109/595f0c0c/attachment.html>
More information about the Xcb
mailing list