Opened 9 years ago
Closed 9 years ago
#7945 closed defect (fixed)
libxcb 1.12 doesn't not build without Python2
Reported by: | Wayne Blaszczyk | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.10 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
libxcb dependency xcb-proto has either Python2 or Python3 as a required dependency, but if only Python3 is installed then building libxcb results in the following:
make Making all in src make[1]: Entering directory '/opt/sources/libxcb-1.12/src' GEN xproto.c File "./c_client.py", line 1937 after_end_of_request = '(((char*)R) + R->length * 4)' ^ TabError: inconsistent use of tabs and spaces in indentation Makefile:1290: recipe for target 'xproto.c' failed make[1]: *** [xproto.c] Error 1 make[1]: Leaving directory '/opt/sources/libxcb-1.12/src' make: *** [all-recursive] Error 1 Makefile:788: recipe for target 'all-recursive' failed
Note:
See TracTickets
for help on using tickets.
Fixed at revision 17487.