[Xcb] libxcb-1.8 build error

Joop Boonen joop_boonen at web.de
Tue Jan 31 02:01:54 PST 2012


Hi all,

I'm trying to build libxcb-1.8. I get the error below.
How can I debug this issue?

<quote>
Making all in src
make[1]: Entering directory `/home/abuild/rpmbuild/BUILD/libxcb-1.8/src'
/usr/bin/python ./c_client.py -p /usr/lib/python2.7/site-packages
/usr/share/xcb/xproto.xml
/usr/bin/python ./c_client.py -p /usr/lib/python2.7/site-packages
/usr/share/xcb/bigreq.xml
/usr/bin/python ./c_client.py -p /usr/lib/python2.7/site-packages
/usr/share/xcb/xc_misc.xml
/usr/bin/python ./c_client.py -p /usr/lib/python2.7/site-packages
/usr/share/xcb/composite.xml
Traceback (most recent call last):
  File "./c_client.py", line 2326, in <module>
    module.generate()
  File "/usr/lib/python2.7/site-packages/xcbgen/state.py", line 101, in
generate
    item.out(name)
  File "./c_client.py", line 2208, in c_request
    _c_type_setup(self, name, ('request',))
  File "./c_client.py", line 306, in _c_type_setup
    if self.is_switch:
AttributeError: Traceback (most recent call last):
'Request' object has no attribute 'is_switch'
  File "./c_client.py", line 2326, in <module>
    module.generate()
  File "/usr/lib/python2.7/site-packages/xcbgen/state.py", line 101, in
generate
    item.out(name)
  File "./c_client.py", line 2208, in c_request
    _c_type_setup(self, name, ('request',))
  File "./c_client.py", line 306, in _c_type_setup
    if self.is_switch:
AttributeError: 'Request' object has no attribute 'is_switch'
make[1]: *** [xc_misc.c] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [bigreq.c] Error 1
Traceback (most recent call last):
  File "./c_client.py", line 2326, in <module>
    module.generate()
  File "/usr/lib/python2.7/site-packages/xcbgen/state.py", line 101, in
generate
    item.out(name)
  File "./c_client.py", line 1799, in c_struct
    _c_type_setup(self, name, ())
  File "./c_client.py", line 306, in _c_type_setup
    if self.is_switch:
AttributeError: 'Struct' object has no attribute 'is_switch'
make[1]: *** [xproto.c] Error 1
Traceback (most recent call last):
  File "./c_client.py", line 2326, in <module>
    module.generate()
  File "/usr/lib/python2.7/site-packages/xcbgen/state.py", line 101, in
generate
    item.out(name)
  File "./c_client.py", line 2208, in c_request
    _c_type_setup(self, name, ('request',))
  File "./c_client.py", line 306, in _c_type_setup
    if self.is_switch:
AttributeError: 'Request' object has no attribute 'is_switch'
make[1]: *** [composite.c] Error 1
make[1]: Leaving directory `/home/abuild/rpmbuild/BUILD/libxcb-1.8/src'
make: *** [all-recursive] Error 1
</quote>

Regards,

Joop.



More information about the Xcb mailing list