<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - libxcb fails to build with xorgproto, a python is failing"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=105020">105020</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>libxcb fails to build with xorgproto, a python is failing
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>XCB
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Library
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>xcb@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>bluescreen_avenger@verizon.net
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>xcb@lists.freedesktop.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Hi

I am using libxcb master
And the new xorgproto repo

I am getting this error output. I am sorry about the lenth
libxcb:   GEN      dpms.c
libxcb: Traceback (most recent call last):
libxcb:   File "./c_client.py", line 3368, in <module>
libxcb:     module.generate()
libxcb:   File "/usr/lib/python2.7/dist-packages/xcbgen/state.py", line 106, in
generate
libxcb:     item.out(name)
libxcb:   File "./c_client.py", line 3142, in c_request
libxcb:     _c_type_setup(self, name, ('request',))
libxcb:   File "./c_client.py", line 440, in _c_type_setup
libxcb:     if field.type.is_event:
libxcb: AttributeError: 'SimpleType' object has no attribute 'is_event'
libxcb: Traceback (most recent call last):
libxcb:   File "./c_client.py", line 3368, in <module>
libxcb:     module.generate()
libxcb:   File "/usr/lib/python2.7/dist-packages/xcbgen/state.py", line 106, in
generate
libxcb:     item.out(name)
libxcb:   File "./c_client.py", line 3142, in c_request
libxcb:     _c_type_setup(self, name, ('request',))
libxcb:   File "./c_client.py", line 440, in _c_type_setup
libxcb:     if field.type.is_event:
libxcb: AttributeError: 'SimpleType' object has no attribute 'is_event'
libxcb: Makefile:1306: recipe for target 'bigreq.c' failed
libxcb: make[1]: *** [bigreq.c] Error 1
libxcb: make[1]: *** Waiting for unfinished jobs....
libxcb: Makefile:1306: recipe for target 'xc_misc.c' failed
libxcb: make[1]: *** [xc_misc.c] Error 1
libxcb: Traceback (most recent call last):
libxcb:   File "./c_client.py", line 3368, in <module>
libxcb:     module.generate()
libxcb:   File "/usr/lib/python2.7/dist-packages/xcbgen/state.py", line 106, in
generate
libxcb:     item.out(name)
libxcb:   File "./c_client.py", line 3142, in c_request
libxcb:     _c_type_setup(self, name, ('request',))
libxcb:   File "./c_client.py", line 440, in _c_type_setup
libxcb:     if field.type.is_event:
libxcb: AttributeError: 'SimpleType' object has no attribute 'is_event'
libxcb: Makefile:1306: recipe for target 'dri3.c' failed
libxcb: make[1]: *** [dri3.c] Error 1
libxcb: Traceback (most recent call last):
libxcb:   File "./c_client.py", line 3368, in <module>
libxcb:     module.generate()
libxcb:   File "/usr/lib/python2.7/dist-packages/xcbgen/state.py", line 106, in
generate
libxcb:     item.out(name)
libxcb:   File "./c_client.py", line 3142, in c_request
libxcb:     _c_type_setup(self, name, ('request',))
libxcb:   File "./c_client.py", line 440, in _c_type_setup
libxcb:     if field.type.is_event:
libxcb: AttributeError: 'SimpleType' object has no attribute 'is_event'
libxcb: Traceback (most recent call last):
libxcb:   File "./c_client.py", line 3368, in <module>
libxcb:     module.generate()
libxcb:   File "/usr/lib/python2.7/dist-packages/xcbgen/state.py", line 106, in
generate
libxcb:     item.out(name)
libxcb:   File "./c_client.py", line 2136, in c_struct
libxcb:     _c_type_setup(self, name, ())
libxcb:   File "./c_client.py", line 440, in _c_type_setup
libxcb:     if field.type.is_event:
libxcb: AttributeError: 'SimpleType' object has no attribute 'is_event'
libxcb: Makefile:1306: recipe for target 'dpms.c' failed
libxcb: make[1]: *** [dpms.c] Error 1
libxcb: Makefile:1306: recipe for target 'dri2.c' failed
libxcb: make[1]: *** [dri2.c] Error 1
libxcb: Traceback (most recent call last):
libxcb:   File "./c_client.py", line 3368, in <module>
libxcb:     module.generate()
libxcb:   File "/usr/lib/python2.7/dist-packages/xcbgen/state.py", line 106, in
generate
libxcb:     item.out(name)
libxcb:   File "./c_client.py", line 2136, in c_struct
libxcb:     _c_type_setup(self, name, ())
libxcb:   File "./c_client.py", line 440, in _c_type_setup
libxcb:     if field.type.is_event:
libxcb: AttributeError: 'SimpleType' object has no attribute 'is_event'
libxcb: Makefile:1306: recipe for target 'xproto.c' failed
libxcb: make[1]: *** [xproto.c] Error 1
libxcb: Traceback (most recent call last):
libxcb:   File "./c_client.py", line 3368, in <module>
libxcb:     module.generate()
libxcb:   File "/usr/lib/python2.7/dist-packages/xcbgen/state.py", line 106, in
generate
libxcb:     item.out(name)
libxcb:   File "./c_client.py", line 3142, in c_request
libxcb:     _c_type_setup(self, name, ('request',))
libxcb:   File "./c_client.py", line 440, in _c_type_setup
libxcb:     if field.type.is_event:
libxcb: AttributeError: 'SimpleType' object has no attribute 'is_event'
libxcb: Makefile:1306: recipe for target 'composite.c' failed
libxcb: make[1]: *** [composite.c] Error 1
libxcb: Traceback (most recent call last):
libxcb:   File "./c_client.py", line 3368, in <module>
libxcb:     module.generate()
libxcb:   File "/usr/lib/python2.7/dist-packages/xcbgen/state.py", line 106, in
generate
libxcb:     item.out(name)
libxcb:   File "./c_client.py", line 3282, in c_error
libxcb:     _c_type_setup(self, name, ('error',))
libxcb:   File "./c_client.py", line 440, in _c_type_setup
libxcb:     if field.type.is_event:
libxcb: AttributeError: 'SimpleType' object has no attribute 'is_event'
libxcb: Makefile:1306: recipe for target 'damage.c' failed
libxcb: make[1]: *** [damage.c] Error 1
libxcb: make[1]: Leaving directory '/srcbuild/libxcb/src'
libxcb: Makefile:789: recipe for target 'install-recursive' failed
libxcb: make: *** [install-recursive] Error 1


Thanks</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>