Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Apr 2020 16:55:07 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r531332 - head/games/py-pychess
Message-ID:  <202004101655.03AGt7RF023086@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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