Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 May 2018 21:52:33 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r471180 - head/x11/xpyb
Message-ID:  <201805302152.w4ULqXNa019826@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed May 30 21:52:33 2018
New Revision: 471180
URL: https://svnweb.freebsd.org/changeset/ports/471180

Log:
  Mark BROKEN: fails to build
  
  /usr/local/bin/python2.7 ./py_client.py -p /usr/local/lib/python2.7/site-packages /usr/local/share/xcb/xproto.xml
  Traceback (most recent call last):
    File "./py_client.py", line 607, in <module>
      from xcbgen.state import Module
    File "/usr/local/lib/python2.7/site-packages/xcbgen/state.py", line 7, in <module>
      from xcbgen import matcher
    File "/usr/local/lib/python2.7/site-packages/xcbgen/matcher.py", line 12, in <module>
      from xcbgen.xtypes import *
    File "/usr/local/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1221, in <module>
      class EventStruct(Union):
    File "/usr/local/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1239, in EventStruct
      out = __main__.output['eventstruct']
  KeyError: 'eventstruct'
  
  Reported by:	pkg-fallout

Modified:
  head/x11/xpyb/Makefile

Modified: head/x11/xpyb/Makefile
==============================================================================
--- head/x11/xpyb/Makefile	Wed May 30 21:50:46 2018	(r471179)
+++ head/x11/xpyb/Makefile	Wed May 30 21:52:33 2018	(r471180)
@@ -11,6 +11,8 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	ashish@FreeBSD.org
 COMMENT=	Python bindings to access X Window System protocol via libxcb
 
+BROKEN=		fails to build
+
 BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/xcb-proto.pc:x11/xcb-proto \
 		xcb-proto>=1.7.1:x11/xcb-proto
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805302152.w4ULqXNa019826>