[Xcb] [Bug 104972] New: eventstruct "out" function is undefined

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Feb 6 18:48:22 UTC 2018


https://bugs.freedesktop.org/show_bug.cgi?id=104972

            Bug ID: 104972
           Summary: eventstruct "out" function is undefined
           Product: XCB
           Version: unspecified
          Hardware: All
                OS: Linux (All)
            Status: NEW
          Severity: major
          Priority: medium
         Component: Protocol
          Assignee: xcb at lists.freedesktop.org
          Reporter: aavindraa at gmail.com
        QA Contact: xcb at lists.freedesktop.org

Please see the following stack trace, which indicates that the eventstruct
functionality added in
https://cgit.freedesktop.org/xcb/proto/commit/?id=4aa40fbd5e05833b72327ea37421b09dff246732
is broken, and causing the xcb-proto package to fail altogether, even on basic
import statements:

```
  File "/home/edj/Repos/polybar/lib/xpp/generators/cpp_client.py", line 3163,
in <module>
    from xcbgen.state import Module
  File "/usr/lib/python3.6/site-packages/xcbgen/state.py", line 7, in <module>
    from xcbgen import matcher
  File "/usr/lib/python3.6/site-packages/xcbgen/matcher.py", line 12, in
<module>
    from xcbgen.xtypes import *
  File "/usr/lib/python3.6/site-packages/xcbgen/xtypes.py", line 1201, in
<module>
    class EventStruct(Union):
  File "/usr/lib/python3.6/site-packages/xcbgen/xtypes.py", line 1219, in
EventStruct
    out = __main__.output['eventstruct']
KeyError: 'eventstruct'
```

This has caused build issues in openSUSE, as well as Arch Linux, when the
(currently unreleased) eventstruct functionality tries to be used.

https://github.com/jaagr/polybar/issues/973
https://github.com/jaagr/polybar/issues/564

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/xcb/attachments/20180206/2e739586/attachment.html>


More information about the Xcb mailing list