python-build-standalone icon indicating copy to clipboard operation
python-build-standalone copied to clipboard

Bump xcb-proto from 1.14.1 -> 1.17.0

Open zanieb opened this issue 1 year ago • 2 comments

zanieb avatar Oct 14 '24 17:10 zanieb

Failing with

libxcb> make[1]: Entering directory '/build/libxcb-1.14/src'
libxcb> GEN      bigreq.c
libxcb>   GEN      xproto.c
libxcb> GEN      composite.c
libxcb> GEN      xc_misc.c
libxcb> GEN      damage.c
libxcb> GEN      dpms.c
libxcb> Traceback (most recent call last):
libxcb> File "./c_client.py", line 3368, in <module>
libxcb> module.generate()
libxcb> File "//tools/deps/lib/python2.7/site-packages/xcbgen/state.py", line 131, in generate
libxcb> item.out(name)
libxcb> File "./c_client.py", line 3172, in c_request
libxcb> _c_request_helper(self, name, void=True, regular=False)
libxcb> File "./c_client.py", line 2248, in _c_request_helper
libxcb> if namecount[tname] > 1:
libxcb> KeyError
libxcb> :
libxcb> 'xcb_redirect_t'
libxcb> Makefile:1406: recipe for target 'composite.c' failed
libxcb> make[1]: *** [composite.c] Error 1
libxcb> make[1]: *** Waiting for unfinished jobs....
libxcb> Traceback (most recent call last):
libxcb>   File "./c_client.py", line 3368, in <module>
libxcb> module.generate()
libxcb> File "//tools/deps/lib/python2.7/site-packages/xcbgen/state.py", line 131, in generate
libxcb> item.out(name)
libxcb> File "./c_client.py", line 3172, in c_request
libxcb> _c_request_helper(self, name, void=True, regular=False)
libxcb> File "./c_client.py", line 2248, in _c_request_helper
libxcb> if namecount[tname] > 1:
libxcb> KeyError
libxcb> :
libxcb> 'xcb_report_level_t'
libxcb> Makefile:1406: recipe for target 'damage.c' failed
libxcb> make[1]: *** [damage.c] Error 1

zanieb avatar Oct 15 '24 04:10 zanieb

I'd just ignore this since it doesn't just work.

indygreg avatar Oct 15 '24 06:10 indygreg