Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 May 2018 20:34:46 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r470152 - head/x11/xpra
Message-ID:  <201805162034.w4GKYkcv013370@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Wed May 16 20:34:46 2018
New Revision: 470152
URL: https://svnweb.freebsd.org/changeset/ports/470152

Log:
  x11/xpra: mark BROKEN after r470010
  
  [21/28] Cythonizing xpra/x11/bindings/keyboard_bindings.pyx
  Traceback (most recent call last):
    File "<string>", line 1, in <module>
    File "setup.py", line 2484, in <module>
      setup_options["ext_modules"] = cythonize(ext_modules, gdb_debug=False)
    File "/usr/local/lib/python2.7/site-packages/Cython/Build/Dependencies.py", line 1026, in cythonize
      cythonize_one(*args)
    File "/usr/local/lib/python2.7/site-packages/Cython/Build/Dependencies.py", line 1146, in cythonize_one
      raise CompileError(None, pyx_file)
  Cython.Compiler.Errors.CompileError: xpra/x11/bindings/keyboard_bindings.pyx
  
  PR:		228235

Modified:
  head/x11/xpra/Makefile   (contents, props changed)

Modified: head/x11/xpra/Makefile
==============================================================================
--- head/x11/xpra/Makefile	Wed May 16 20:34:07 2018	(r470151)
+++ head/x11/xpra/Makefile	Wed May 16 20:34:46 2018	(r470152)
@@ -12,6 +12,8 @@ COMMENT=	Xpra gives you persistent remote applications
 
 LICENSE=	GPLv2
 
+BROKEN=		fails to build with cython 0.28
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gtk2>2:x11-toolkits/py-gtk2@${FLAVOR} \
 		${PYNUMPY}
 LIB_DEPENDS=	libturbojpeg.so:graphics/libjpeg-turbo \



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