spacepaste

  1.  
  2. prt-get: updating /usr/ports/compat-32/xorg-libxcb-32
  3. prt-get: starting build Tue Mar 13 19:50:40 2018
  4. =======> Building '/home/pkgmk/packages/xorg-libxcb-32#1.12-1.pkg.tar.xz'.
  5. bsdtar -p -o -C /home/pkgmk/work/xorg-libxcb-32/src -xf /home/pkgmk/distfiles/libxcb-1.12.tar.bz2
  6. + build
  7. + cd libxcb-1.12
  8. + ./configure --prefix=/usr --libdir=/usr/lib32
  9. checking for a BSD-compatible install... /usr/bin/install -c
  10. checking whether build environment is sane... yes
  11. checking for a thread-safe mkdir -p... /bin/mkdir -p
  12. checking for gawk... gawk
  13. checking whether make sets $(MAKE)... yes
  14. checking whether make supports nested variables... yes
  15. checking for a Python interpreter with version >= 2.6... python
  16. checking for python... /usr/bin/python
  17. checking for python version... 2.7
  18. checking for python platform... linux2
  19. checking for python script directory... ${prefix}/lib/python2.7/site-packages
  20. checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages
  21. checking for style of include used by make... GNU
  22. checking for gcc... gcc
  23. checking whether the C compiler works... yes
  24. checking for C compiler default output file name... a.out
  25. checking for suffix of executables...
  26. checking whether we are cross compiling... no
  27. checking for suffix of object files... o
  28. checking whether we are using the GNU C compiler... yes
  29. checking whether gcc accepts -g... yes
  30. checking for gcc option to accept ISO C89... none needed
  31. checking whether gcc understands -c and -o together... yes
  32. checking dependency style of gcc... gcc3
  33. checking how to run the C preprocessor... gcc -E
  34. checking for grep that handles long lines and -e... /usr/bin/grep
  35. checking for egrep... /usr/bin/grep -E
  36. checking for ANSI C header files... yes
  37. checking for sys/types.h... yes
  38. checking for sys/stat.h... yes
  39. checking for stdlib.h... yes
  40. checking for string.h... yes
  41. checking for memory.h... yes
  42. checking for strings.h... yes
  43. checking for inttypes.h... yes
  44. checking for stdint.h... yes
  45. checking for unistd.h... yes
  46. checking minix/config.h usability... no
  47. checking minix/config.h presence... no
  48. checking for minix/config.h... no
  49. checking whether it is safe to define __EXTENSIONS__... yes
  50. checking build system type... x86_64-pc-linux-gnu
  51. checking host system type... x86_64-pc-linux-gnu
  52. checking how to print strings... printf
  53. checking for a sed that does not truncate output... /bin/sed
  54. checking for fgrep... /usr/bin/grep -F
  55. checking for ld used by gcc... /usr/bin/ld
  56. checking if the linker (/usr/bin/ld) is GNU ld... yes
  57. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  58. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  59. checking whether ln -s works... yes
  60. checking the maximum length of command line arguments... 1572864
  61. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  62. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  63. checking for /usr/bin/ld option to reload object files... -r
  64. checking for objdump... objdump
  65. checking how to recognize dependent libraries... pass_all
  66. checking for dlltool... no
  67. checking how to associate runtime and link libraries... printf %s\n
  68. checking for ar... ar
  69. checking for archiver @FILE support... @
  70. checking for strip... strip
  71. checking for ranlib... ranlib
  72. checking command to parse /usr/bin/nm -B output from gcc object... ok
  73. checking for sysroot... no
  74. checking for a working dd... /bin/dd
  75. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  76. checking for mt... no
  77. checking if : is a manifest tool... no
  78. checking for dlfcn.h... yes
  79. checking for objdir... .libs
  80. checking if gcc supports -fno-rtti -fno-exceptions... no
  81. checking for gcc option to produce PIC... -fPIC -DPIC
  82. checking if gcc PIC flag -fPIC -DPIC works... yes
  83. checking if gcc static flag -static works... yes
  84. checking if gcc supports -c -o file.o... yes
  85. checking if gcc supports -c -o file.o... (cached) yes
  86. checking whether the gcc linker (/usr/bin/ld -m elf_i386) supports shared libraries... yes
  87. checking whether -lc should be explicitly linked in... no
  88. checking dynamic linker characteristics... GNU/Linux ld.so
  89. checking how to hardcode library paths into programs... immediate
  90. checking whether stripping libraries is possible... yes
  91. checking if libtool supports shared libraries... yes
  92. checking whether to build shared libraries... yes
  93. checking whether to build static libraries... yes
  94. checking for gcc option to accept ISO C99... none needed
  95. checking whether __clang__ is declared... no
  96. checking whether __INTEL_COMPILER is declared... no
  97. checking whether __SUNPRO_C is declared... no
  98. checking for pkg-config... /usr/bin/pkg-config
  99. checking pkg-config is at least version 0.9.0... yes
  100. checking if gcc supports -Werror=unknown-warning-option... no
  101. checking if gcc supports -Werror=unused-command-line-argument... no
  102. checking if gcc supports -Wall... yes
  103. checking if gcc supports -Wpointer-arith... yes
  104. checking if gcc supports -Wmissing-declarations... yes
  105. checking if gcc supports -Wformat=2... yes
  106. checking if gcc supports -Wstrict-prototypes... yes
  107. checking if gcc supports -Wmissing-prototypes... yes
  108. checking if gcc supports -Wnested-externs... yes
  109. checking if gcc supports -Wbad-function-cast... yes
  110. checking if gcc supports -Wold-style-definition... yes
  111. checking if gcc supports -Wdeclaration-after-statement... yes
  112. checking if gcc supports -Wunused... yes
  113. checking if gcc supports -Wuninitialized... yes
  114. checking if gcc supports -Wshadow... yes
  115. checking if gcc supports -Wmissing-noreturn... yes
  116. checking if gcc supports -Wmissing-format-attribute... yes
  117. checking if gcc supports -Wredundant-decls... yes
  118. checking if gcc supports -Wlogical-op... yes
  119. checking if gcc supports -Werror=implicit... yes
  120. checking if gcc supports -Werror=nonnull... yes
  121. checking if gcc supports -Werror=init-self... yes
  122. checking if gcc supports -Werror=main... yes
  123. checking if gcc supports -Werror=missing-braces... yes
  124. checking if gcc supports -Werror=sequence-point... yes
  125. checking if gcc supports -Werror=return-type... yes
  126. checking if gcc supports -Werror=trigraphs... yes
  127. checking if gcc supports -Werror=array-bounds... yes
  128. checking if gcc supports -Werror=write-strings... yes
  129. checking if gcc supports -Werror=address... yes
  130. checking if gcc supports -Werror=int-to-pointer-cast... yes
  131. checking if gcc supports -Werror=pointer-to-int-cast... yes
  132. checking if gcc supports -pedantic... yes
  133. checking if gcc supports -Werror... yes
  134. checking if gcc supports -Werror=attributes... yes
  135. Package xorg-macros was not found in the pkg-config search path.
  136. Perhaps you should add the directory containing `xorg-macros.pc'
  137. to the PKG_CONFIG_PATH environment variable
  138. No package 'xorg-macros' found
  139. checking whether make supports nested variables... (cached) yes
  140. checking whether to build developer documentation... yes
  141. checking for doxygen... no
  142. configure: WARNING: doxygen not found - documentation targets will be skipped
  143. configure: WARNING: dot not found - doxygen targets will be skipped
  144. checking for CHECK... no
  145. checking for XCBPROTO... yes
  146. checking for NEEDED... yes
  147. checking for XDMCP... yes
  148. checking for XdmcpWrap in -lXdmcp... yes
  149. checking XCBPROTO_XCBINCLUDEDIR... /usr/share/xcb
  150. checking XCBPROTO_XCBPYTHONDIR... /usr/lib/python2.7/site-packages
  151. checking for ANSI C header files... (cached) yes
  152. checking for library containing getaddrinfo... none required
  153. checking for library containing connect... none required
  154. checking for library containing sendmsg... none required
  155. checking for struct msghdr.msg_control... yes
  156. checking for struct sockaddr_un.sun_len... no
  157. checking tsol/label.h usability... no
  158. checking tsol/label.h presence... no
  159. checking for tsol/label.h... no
  160. checking for is_system_labeled... no
  161. checking whether IOV_MAX is declared... yes
  162. checking whether gcc supports symbol visibility... yes
  163. checking for getaddrinfo... yes
  164. checking for poll... yes
  165. checking for launchd... no
  166. checking that generated files are newer than configure... done
  167. configure: creating ./config.status
  168. config.status: creating Makefile
  169. config.status: creating doc/Makefile
  170. config.status: creating man/Makefile
  171. config.status: creating src/Makefile
  172. config.status: creating tests/Makefile
  173. config.status: creating xcb.pc
  174. config.status: creating xcb-composite.pc
  175. config.status: creating xcb-damage.pc
  176. config.status: creating xcb-dpms.pc
  177. config.status: creating xcb-dri2.pc
  178. config.status: creating xcb-dri3.pc
  179. config.status: creating xcb-glx.pc
  180. config.status: creating xcb-present.pc
  181. config.status: creating xcb-randr.pc
  182. config.status: creating xcb-record.pc
  183. config.status: creating xcb-render.pc
  184. config.status: creating xcb-res.pc
  185. config.status: creating xcb-screensaver.pc
  186. config.status: creating xcb-shape.pc
  187. config.status: creating xcb-shm.pc
  188. config.status: creating xcb-sync.pc
  189. config.status: creating xcb-xevie.pc
  190. config.status: creating xcb-xf86dri.pc
  191. config.status: creating xcb-xfixes.pc
  192. config.status: creating xcb-xinerama.pc
  193. config.status: creating xcb-xinput.pc
  194. config.status: creating xcb-xkb.pc
  195. config.status: creating xcb-xprint.pc
  196. config.status: creating xcb-xselinux.pc
  197. config.status: creating xcb-xtest.pc
  198. config.status: creating xcb-xv.pc
  199. config.status: creating xcb-xvmc.pc
  200. config.status: creating doc/xcb.doxygen
  201. config.status: creating src/config.h
  202. config.status: executing depfiles commands
  203. config.status: executing libtool commands
  204. Package: libxcb 1.12
  205. Configuration
  206. XDM support.........: yes
  207. sendmsg fd passing..: yes
  208. Build unit tests....: no
  209. with html results.: no
  210. XCB buffer size.....: 16384
  211. X11 extensions
  212. Composite...........: yes
  213. Damage..............: yes
  214. Dpms................: yes
  215. Dri2................: yes
  216. Dri3................: yes
  217. Glx.................: yes
  218. Randr...............: yes
  219. Record..............: yes
  220. Render..............: yes
  221. Resource............: yes
  222. Screensaver.........: yes
  223. selinux.............: no
  224. Shape...............: yes
  225. Shm.................: yes
  226. Sync................: yes
  227. Xevie...............: no
  228. Xfixes..............: yes
  229. Xfree86-dri.........: yes
  230. xinerama............: yes
  231. xinput..............: no
  232. xkb.................: yes
  233. xprint..............: no
  234. xtest...............: yes
  235. xv..................: yes
  236. xvmc................: yes
  237. Used CFLAGS:
  238. CPPFLAGS............:
  239. CFLAGS..............: -O2 -march=x86-64 -pipe -m32
  240. Installation:
  241. Prefix..............: /usr
  242. + make
  243. Making all in src
  244. make[1]: Entering directory '/home/pkgmk/work/xorg-libxcb-32/src/libxcb-1.12/src'
  245. GEN xproto.c
  246. GEN bigreq.c
  247. GEN xc_misc.c
  248. GEN composite.c
  249. GEN damage.c
  250. GEN dpms.c
  251. GEN dri2.c
  252. GEN dri3.c
  253. GEN present.c
  254. GEN glx.c
  255. GEN randr.c
  256. GEN record.c
  257. GEN render.c
  258. GEN res.c
  259. GEN screensaver.c
  260. GEN shape.c
  261. GEN shm.c
  262. GEN sync.c
  263. GEN xevie.c
  264. GEN xf86dri.c
  265. GEN xfixes.c
  266. GEN xinerama.c
  267. GEN xinput.c
  268. GEN xkb.c
  269. GEN xprint.c
  270. GEN xselinux.c
  271. GEN xtest.c
  272. GEN xv.c
  273. GEN xvmc.c
  274. Traceback (most recent call last):
  275. File "./c_client.py", line 3294, in <module>
  276. from xcbgen.state import Module
  277. File "/usr/lib/python2.7/site-packages/xcbgen/state.py", line 7, in <module>
  278. from xcbgen import matcher
  279. File "/usr/lib/python2.7/site-packages/xcbgen/matcher.py", line 12, in <module>
  280. from xcbgen.xtypes import *
  281. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1221, in <module>
  282. class EventStruct(Union):
  283. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1239, in EventStruct
  284. out = __main__.output['eventstruct']
  285. KeyError: 'eventstruct'
  286. Traceback (most recent call last):
  287. File "./c_client.py", line 3294, in <module>
  288. from xcbgen.state import Module
  289. File "/usr/lib/python2.7/site-packages/xcbgen/state.py", line 7, in <module>
  290. from xcbgen import matcher
  291. File "/usr/lib/python2.7/site-packages/xcbgen/matcher.py", line 12, in <module>
  292. from xcbgen.xtypes import *
  293. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1221, in <module>
  294. class EventStruct(Union):
  295. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1239, in EventStruct
  296. out = __main__.output['eventstruct']
  297. KeyError: 'eventstruct'
  298. Traceback (most recent call last):
  299. File "./c_client.py", line 3294, in <module>
  300. from xcbgen.state import Module
  301. File "/usr/lib/python2.7/site-packages/xcbgen/state.py", line 7, in <module>
  302. from xcbgen import matcher
  303. File "/usr/lib/python2.7/site-packages/xcbgen/matcher.py", line 12, in <module>
  304. from xcbgen.xtypes import *
  305. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1221, in <module>
  306. class EventStruct(Union):
  307. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1239, in EventStruct
  308. out = __main__.output['eventstruct']
  309. KeyError: 'eventstruct'
  310. make[1]: *** [Makefile:1290: composite.c] Error 1
  311. make[1]: *** Waiting for unfinished jobs....
  312. make[1]: *** [Makefile:1290: damage.c] Error 1
  313. make[1]: *** [Makefile:1290: xproto.c] Error 1
  314. Traceback (most recent call last):
  315. File "./c_client.py", line 3294, in <module>
  316. from xcbgen.state import Module
  317. File "/usr/lib/python2.7/site-packages/xcbgen/state.py", line 7, in <module>
  318. from xcbgen import matcher
  319. File "/usr/lib/python2.7/site-packages/xcbgen/matcher.py", line 12, in <module>
  320. from xcbgen.xtypes import *
  321. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1221, in <module>
  322. class EventStruct(Union):
  323. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1239, in EventStruct
  324. out = __main__.output['eventstruct']
  325. KeyError: 'eventstruct'
  326. make[1]: *** [Makefile:1290: bigreq.c] Error 1
  327. Traceback (most recent call last):
  328. File "./c_client.py", line 3294, in <module>
  329. from xcbgen.state import Module
  330. File "/usr/lib/python2.7/site-packages/xcbgen/state.py", line 7, in <module>
  331. from xcbgen import matcher
  332. File "/usr/lib/python2.7/site-packages/xcbgen/matcher.py", line 12, in <module>
  333. from xcbgen.xtypes import *
  334. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1221, in <module>
  335. class EventStruct(Union):
  336. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1239, in EventStruct
  337. out = __main__.output['eventstruct']
  338. KeyError: 'eventstruct'
  339. Traceback (most recent call last):
  340. File "./c_client.py", line 3294, in <module>
  341. from xcbgen.state import Module
  342. File "/usr/lib/python2.7/site-packages/xcbgen/state.py", line 7, in <module>
  343. from xcbgen import matcher
  344. File "/usr/lib/python2.7/site-packages/xcbgen/matcher.py", line 12, in <module>
  345. from xcbgen.xtypes import *
  346. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1221, in <module>
  347. class EventStruct(Union):
  348. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1239, in EventStruct
  349. out = __main__.output['eventstruct']
  350. KeyError: 'eventstruct'
  351. Traceback (most recent call last):
  352. File "./c_client.py", line 3294, in <module>
  353. from xcbgen.state import Module
  354. File "/usr/lib/python2.7/site-packages/xcbgen/state.py", line 7, in <module>
  355. from xcbgen import matcher
  356. File "/usr/lib/python2.7/site-packages/xcbgen/matcher.py", line 12, in <module>
  357. from xcbgen.xtypes import *
  358. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1221, in <module>
  359. class EventStruct(Union):
  360. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1239, in EventStruct
  361. out = __main__.output['eventstruct']
  362. KeyError: 'eventstruct'
  363. Traceback (most recent call last):
  364. File "./c_client.py", line 3294, in <module>
  365. from xcbgen.state import Module
  366. File "/usr/lib/python2.7/site-packages/xcbgen/state.py", line 7, in <module>
  367. from xcbgen import matcher
  368. File "/usr/lib/python2.7/site-packages/xcbgen/matcher.py", line 12, in <module>
  369. from xcbgen.xtypes import *
  370. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1221, in <module>
  371. class EventStruct(Union):
  372. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1239, in EventStruct
  373. out = __main__.output['eventstruct']
  374. KeyError: 'eventstruct'
  375. make[1]: *** [Makefile:1290: xinerama.c] Error 1
  376. Traceback (most recent call last):
  377. File "./c_client.py", line 3294, in <module>
  378. Traceback (most recent call last):
  379. File "./c_client.py", line 3294, in <module>
  380. from xcbgen.state import Module
  381. File "/usr/lib/python2.7/site-packages/xcbgen/state.py", line 7, in <module>
  382. from xcbgen import matcher
  383. File "/usr/lib/python2.7/site-packages/xcbgen/matcher.py", line 12, in <module>
  384. from xcbgen.xtypes import *
  385. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1221, in <module>
  386. class EventStruct(Union):
  387. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1239, in EventStruct
  388. Traceback (most recent call last):
  389. File "./c_client.py", line 3294, in <module>
  390. from xcbgen.state import Module
  391. File "/usr/lib/python2.7/site-packages/xcbgen/state.py", line 7, in <module>
  392. from xcbgen import matcher
  393. File "/usr/lib/python2.7/site-packages/xcbgen/matcher.py", line 12, in <module>
  394. from xcbgen.xtypes import *
  395. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1221, in <module>
  396. out = __main__.output['eventstruct']
  397. KeyError: 'eventstruct'
  398. class EventStruct(Union):
  399. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1239, in EventStruct
  400. out = __main__.output['eventstruct']
  401. KeyError: 'eventstruct'
  402. make[1]: *** [Makefile:1290: shm.c] Error 1
  403. from xcbgen.state import Module
  404. File "/usr/lib/python2.7/site-packages/xcbgen/state.py", line 7, in <module>
  405. from xcbgen import matcher
  406. File "/usr/lib/python2.7/site-packages/xcbgen/matcher.py", line 12, in <module>
  407. from xcbgen.xtypes import *
  408. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1221, in <module>
  409. Traceback (most recent call last):
  410. File "./c_client.py", line 3294, in <module>
  411. class EventStruct(Union):
  412. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1239, in EventStruct
  413. out = __main__.output['eventstruct']
  414. KeyError: 'eventstruct'
  415. from xcbgen.state import Module
  416. File "/usr/lib/python2.7/site-packages/xcbgen/state.py", line 7, in <module>
  417. from xcbgen import matcher
  418. File "/usr/lib/python2.7/site-packages/xcbgen/matcher.py", line 12, in <module>
  419. from xcbgen.xtypes import *
  420. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1221, in <module>
  421. class EventStruct(Union):
  422. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1239, in EventStruct
  423. out = __main__.output['eventstruct']
  424. KeyError: 'eventstruct'
  425. Traceback (most recent call last):
  426. File "./c_client.py", line 3294, in <module>
  427. Traceback (most recent call last):
  428. File "./c_client.py", line 3294, in <module>
  429. make[1]: *** [Makefile:1290: xfixes.c] Error 1
  430. Traceback (most recent call last):
  431. File "./c_client.py", line 3294, in <module>
  432. from xcbgen.state import Module
  433. File "/usr/lib/python2.7/site-packages/xcbgen/state.py", line 7, in <module>
  434. from xcbgen import matcher
  435. File "/usr/lib/python2.7/site-packages/xcbgen/matcher.py", line 12, in <module>
  436. from xcbgen.xtypes import *
  437. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1221, in <module>
  438. class EventStruct(Union):
  439. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1239, in EventStruct
  440. from xcbgen.state import Module
  441. File "/usr/lib/python2.7/site-packages/xcbgen/state.py", line 7, in <module>
  442. from xcbgen import matcher
  443. File "/usr/lib/python2.7/site-packages/xcbgen/matcher.py", line 12, in <module>
  444. from xcbgen.xtypes import *
  445. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1221, in <module>
  446. out = __main__.output['eventstruct']
  447. KeyError: 'eventstruct'
  448. from xcbgen.state import Module
  449. File "/usr/lib/python2.7/site-packages/xcbgen/state.py", line 7, in <module>
  450. from xcbgen import matcher
  451. File "/usr/lib/python2.7/site-packages/xcbgen/matcher.py", line 12, in <module>
  452. from xcbgen.xtypes import *
  453. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1221, in <module>
  454. class EventStruct(Union):
  455. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1239, in EventStruct
  456. class EventStruct(Union):
  457. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1239, in EventStruct
  458. out = __main__.output['eventstruct']
  459. KeyError: 'eventstruct'
  460. out = __main__.output['eventstruct']
  461. KeyError: 'eventstruct'
  462. Traceback (most recent call last):
  463. File "./c_client.py", line 3294, in <module>
  464. make[1]: *** [Makefile:1290: screensaver.c] Error 1
  465. from xcbgen.state import Module
  466. File "/usr/lib/python2.7/site-packages/xcbgen/state.py", line 7, in <module>
  467. from xcbgen import matcher
  468. File "/usr/lib/python2.7/site-packages/xcbgen/matcher.py", line 12, in <module>
  469. from xcbgen.xtypes import *
  470. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1221, in <module>
  471. class EventStruct(Union):
  472. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1239, in EventStruct
  473. make[1]: *** [Makefile:1290: xinput.c] Error 1
  474. out = __main__.output['eventstruct']
  475. KeyError: 'eventstruct'
  476. make[1]: *** [Makefile:1290: randr.c] Error 1
  477. make[1]: *** [Makefile:1290: shape.c] Error 1
  478. Traceback (most recent call last):
  479. File "./c_client.py", line 3294, in <module>
  480. Traceback (most recent call last):
  481. File "./c_client.py", line 3294, in <module>
  482. from xcbgen.state import Module
  483. File "/usr/lib/python2.7/site-packages/xcbgen/state.py", line 7, in <module>
  484. from xcbgen import matcher
  485. File "/usr/lib/python2.7/site-packages/xcbgen/matcher.py", line 12, in <module>
  486. from xcbgen.xtypes import *
  487. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1221, in <module>
  488. from xcbgen.state import Module
  489. File "/usr/lib/python2.7/site-packages/xcbgen/state.py", line 7, in <module>
  490. from xcbgen import matcher
  491. File "/usr/lib/python2.7/site-packages/xcbgen/matcher.py", line 12, in <module>
  492. from xcbgen.xtypes import *
  493. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1221, in <module>
  494. class EventStruct(Union):
  495. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1239, in EventStruct
  496. out = __main__.output['eventstruct']
  497. KeyError: 'eventstruct'
  498. class EventStruct(Union):
  499. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1239, in EventStruct
  500. out = __main__.output['eventstruct']
  501. KeyError: 'eventstruct'
  502. make[1]: *** [Makefile:1290: render.c] Error 1
  503. make[1]: *** [Makefile:1290: dpms.c] Error 1
  504. make[1]: *** [Makefile:1290: dri2.c] Error 1
  505. Traceback (most recent call last):
  506. File "./c_client.py", line 3294, in <module>
  507. make[1]: *** [Makefile:1290: xc_misc.c] Error 1
  508. from xcbgen.state import Module
  509. File "/usr/lib/python2.7/site-packages/xcbgen/state.py", line 7, in <module>
  510. from xcbgen import matcher
  511. File "/usr/lib/python2.7/site-packages/xcbgen/matcher.py", line 12, in <module>
  512. from xcbgen.xtypes import *
  513. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1221, in <module>
  514. make[1]: *** [Makefile:1290: sync.c] Error 1
  515. class EventStruct(Union):
  516. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1239, in EventStruct
  517. out = __main__.output['eventstruct']
  518. KeyError: 'eventstruct'
  519. Traceback (most recent call last):
  520. File "./c_client.py", line 3294, in <module>
  521. Traceback (most recent call last):
  522. File "./c_client.py", line 3294, in <module>
  523. from xcbgen.state import Module
  524. File "/usr/lib/python2.7/site-packages/xcbgen/state.py", line 7, in <module>
  525. from xcbgen import matcher
  526. File "/usr/lib/python2.7/site-packages/xcbgen/matcher.py", line 12, in <module>
  527. from xcbgen.xtypes import *
  528. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1221, in <module>
  529. class EventStruct(Union):
  530. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1239, in EventStruct
  531. make[1]: *** [Makefile:1290: xv.c] Error 1
  532. Traceback (most recent call last):
  533. File "./c_client.py", line 3294, in <module>
  534. out = __main__.output['eventstruct']
  535. KeyError: 'eventstruct'
  536. from xcbgen.state import Module
  537. File "/usr/lib/python2.7/site-packages/xcbgen/state.py", line 7, in <module>
  538. from xcbgen import matcher
  539. File "/usr/lib/python2.7/site-packages/xcbgen/matcher.py", line 12, in <module>
  540. from xcbgen.xtypes import *
  541. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1221, in <module>
  542. class EventStruct(Union):
  543. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1239, in EventStruct
  544. out = __main__.output['eventstruct']
  545. KeyError: 'eventstruct'
  546. from xcbgen.state import Module
  547. File "/usr/lib/python2.7/site-packages/xcbgen/state.py", line 7, in <module>
  548. from xcbgen import matcher
  549. File "/usr/lib/python2.7/site-packages/xcbgen/matcher.py", line 12, in <module>
  550. from xcbgen.xtypes import *
  551. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1221, in <module>
  552. class EventStruct(Union):
  553. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1239, in EventStruct
  554. out = __main__.output['eventstruct']
  555. KeyError: 'eventstruct'
  556. Traceback (most recent call last):
  557. File "./c_client.py", line 3294, in <module>
  558. from xcbgen.state import Module
  559. File "/usr/lib/python2.7/site-packages/xcbgen/state.py", line 7, in <module>
  560. from xcbgen import matcher
  561. File "/usr/lib/python2.7/site-packages/xcbgen/matcher.py", line 12, in <module>
  562. from xcbgen.xtypes import *
  563. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1221, in <module>
  564. class EventStruct(Union):
  565. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1239, in EventStruct
  566. out = __main__.output['eventstruct']
  567. KeyError: 'eventstruct'
  568. make[1]: *** [Makefile:1290: dri3.c] Error 1
  569. make[1]: *** [Makefile:1290: xselinux.c] Error 1
  570. Traceback (most recent call last):
  571. File "./c_client.py", line 3294, in <module>
  572. from xcbgen.state import Module
  573. File "/usr/lib/python2.7/site-packages/xcbgen/state.py", line 7, in <module>
  574. Traceback (most recent call last):
  575. from xcbgen import matcher
  576. File "./c_client.py", line 3294, in <module>
  577. File "/usr/lib/python2.7/site-packages/xcbgen/matcher.py", line 12, in <module>
  578. from xcbgen.xtypes import *
  579. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1221, in <module>
  580. class EventStruct(Union):
  581. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1239, in EventStruct
  582. out = __main__.output['eventstruct']
  583. KeyError: 'eventstruct'
  584. from xcbgen.state import Module
  585. File "/usr/lib/python2.7/site-packages/xcbgen/state.py", line 7, in <module>
  586. from xcbgen import matcher
  587. File "/usr/lib/python2.7/site-packages/xcbgen/matcher.py", line 12, in <module>
  588. from xcbgen.xtypes import *
  589. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1221, in <module>
  590. make[1]: *** [Makefile:1290: glx.c] Error 1
  591. class EventStruct(Union):
  592. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1239, in EventStruct
  593. Traceback (most recent call last):
  594. File "./c_client.py", line 3294, in <module>
  595. out = __main__.output['eventstruct']
  596. KeyError: 'eventstruct'
  597. make[1]: *** [Makefile:1290: xtest.c] Error 1
  598. from xcbgen.state import Module
  599. File "/usr/lib/python2.7/site-packages/xcbgen/state.py", line 7, in <module>
  600. from xcbgen import matcher
  601. File "/usr/lib/python2.7/site-packages/xcbgen/matcher.py", line 12, in <module>
  602. from xcbgen.xtypes import *
  603. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1221, in <module>
  604. class EventStruct(Union):
  605. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1239, in EventStruct
  606. out = __main__.output['eventstruct']
  607. KeyError: 'eventstruct'
  608. Traceback (most recent call last):
  609. File "./c_client.py", line 3294, in <module>
  610. make[1]: *** [Makefile:1290: present.c] Error 1
  611. from xcbgen.state import Module
  612. File "/usr/lib/python2.7/site-packages/xcbgen/state.py", line 7, in <module>
  613. from xcbgen import matcher
  614. File "/usr/lib/python2.7/site-packages/xcbgen/matcher.py", line 12, in <module>
  615. from xcbgen.xtypes import *
  616. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1221, in <module>
  617. Traceback (most recent call last):
  618. Traceback (most recent call last):
  619. File "./c_client.py", line 3294, in <module>
  620. File "./c_client.py", line 3294, in <module>
  621. class EventStruct(Union):
  622. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1239, in EventStruct
  623. out = __main__.output['eventstruct']
  624. KeyError: 'eventstruct'
  625. from xcbgen.state import Module
  626. from xcbgen.state import Module
  627. File "/usr/lib/python2.7/site-packages/xcbgen/state.py", line 7, in <module>
  628. File "/usr/lib/python2.7/site-packages/xcbgen/state.py", line 7, in <module>
  629. from xcbgen import matcher
  630. from xcbgen import matcher
  631. File "/usr/lib/python2.7/site-packages/xcbgen/matcher.py", line 12, in <module>
  632. File "/usr/lib/python2.7/site-packages/xcbgen/matcher.py", line 12, in <module>
  633. from xcbgen.xtypes import *
  634. from xcbgen.xtypes import *
  635. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1221, in <module>
  636. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1221, in <module>
  637. class EventStruct(Union):
  638. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1239, in EventStruct
  639. class EventStruct(Union):
  640. File "/usr/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1239, in EventStruct
  641. out = __main__.output['eventstruct']
  642. KeyError: 'eventstruct' out = __main__.output['eventstruct']
  643. KeyError: 'eventstruct'
  644. make[1]: *** [Makefile:1290: res.c] Error 1
  645. make[1]: *** [Makefile:1290: xprint.c] Error 1
  646. make[1]: *** [Makefile:1290: xevie.c] Error 1
  647. make[1]: *** [Makefile:1290: xf86dri.c] Error 1
  648. make[1]: *** [Makefile:1290: record.c] Error 1
  649. make[1]: *** [Makefile:1290: xkb.c] Error 1
  650. make[1]: *** [Makefile:1290: xvmc.c] Error 1
  651. make[1]: Leaving directory '/home/pkgmk/work/xorg-libxcb-32/src/libxcb-1.12/src'
  652. make: *** [Makefile:788: all-recursive] Error 1
  653. =======> ERROR: Building '/home/pkgmk/packages/xorg-libxcb-32#1.12-1.pkg.tar.xz' failed.
  654.