Bug 71678 - py_client_py line 213, in _py_type_setup self.py_format_str = _cardinal_types[_t(self.name)] KeyError: 'int64_t' when building against xcb-proto-1.9
Summary: py_client_py line 213, in _py_type_setup self.py_format_str = _cardinal_types...
Status: RESOLVED FIXED
Alias: None
Product: XCB
Classification: Unclassified
Component: Library (show other bugs)
Version: unspecified
Hardware: x86-64 (AMD64) Linux (All)
: high normal
Assignee: xcb mailing list dummy
QA Contact: xcb mailing list dummy
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-16 16:53 UTC by HadiSarabi
Modified: 2019-02-17 20:17 UTC (History)
2 users (show)

See Also:
i915 platform:
i915 features:


Attachments
patch from the Gentoo bug by user darkbasic (533 bytes, patch)
2013-11-28 17:59 UTC, Chí-Thanh Christopher Nguyễn
Details | Splinter Review

Description HadiSarabi 2013-11-16 16:53:53 UTC
Hi;
Gnome 3.8 failed to emerge with xpyb package erroe.
KeyError ; 'int64_t'.
I research for this erroe in arch forums,they tell me for modify py_client_py file in xpyb.*.tar.bz2 and add this line inside xpyb.*/src/py_client_py#:

'INT64': 'i', 'int64_t': 'i',

i do it,but because when emerge this package download again from freedesktop site and failed again.
this is very important for me.

Thank you.
Comment 1 Chí-Thanh Christopher Nguyễn 2013-11-28 17:59:32 UTC
Created attachment 89963 [details] [review]
patch from the Gentoo bug by user darkbasic
Comment 2 Daniel Martin 2013-12-01 10:51:03 UTC
(In reply to comment #1)
> Created attachment 89963 [details] [review] [review]
> patch from the Gentoo bug by user darkbasic

This patch just handles INT64, if it would additionally have the CARD64, which was added with INT64 then this looks good and obvious.

4d8241c Add CARD64/INT64 protocol types
http://cgit.freedesktop.org/xcb/proto/commit/?id=4d8241c67c83957aa0f612da6823db2d18fdd314
Comment 3 GitLab Migration User 2019-02-16 19:40:46 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/xorg/lib/libxcb/issues/14.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.