svn commit: r531332 - head/games/py-pychess
Mark Linimon
linimon at FreeBSD.org
Fri Apr 10 16:55:07 UTC 2020
Author: linimon
Date: Fri Apr 10 16:55:07 2020
New Revision: 531332
URL: https://svnweb.freebsd.org/changeset/ports/531332
Log:
Mark broken when built using poudriere:
Unable to init server: Could not connect to 127.0.0.1: Connection refused
Unable to init server: Could not connect to 127.0.0.1: Connection refused
(setup.py:36566): Gtk-CRITICAL **: 10:11:13.230: gtk_icon_theme_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
(setup.py:36566): Gtk-CRITICAL **: 10:11:13.315: _gtk_style_provider_private_get_settings: assertion 'GTK_IS_STYLE_PROVIDER_PRIVATE (provider)' failed
(setup.py:36566): Gtk-CRITICAL **: 10:11:13.315: _gtk_style_provider_private_get_settings: assertion 'GTK_IS_STYLE_PROVIDER_PRIVATE (provider)' failed
(setup.py:36566): Gtk-CRITICAL **: 10:11:13.315: _gtk_style_provider_private_get_settings: assertion 'GTK_IS_STYLE_PROVIDER_PRIVATE (provider)' failed
*** Signal 11
Tested on: powerpc64
Confirmed on: amd64
Modified:
head/games/py-pychess/Makefile
Modified: head/games/py-pychess/Makefile
==============================================================================
--- head/games/py-pychess/Makefile Fri Apr 10 16:42:54 2020 (r531331)
+++ head/games/py-pychess/Makefile Fri Apr 10 16:55:07 2020 (r531332)
@@ -19,6 +19,10 @@ COMMON_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/
RUN_DEPENDS= ${COMMON_DEPENDS}
BUILD_DEPENDS= ${COMMON_DEPENDS}
+.if defined(PACKAGE_BUILDING)
+BROKEN= fails to install: Unable to init server: Could not connect to 127.0.0.1: Connection refused
+.endif
+
USES= desktop-file-utils display gettext gnome python:3.3+
USE_GSTREAMER1= yes
USE_PYTHON= distutils autoplist
More information about the svn-ports-head
mailing list