svn commit: r553851 - head/sysutils/py-ansible-runner

Danilo G. Baio dbaio at FreeBSD.org
Sun Nov 1 19:41:24 UTC 2020


Author: dbaio
Date: Sun Nov  1 19:41:23 2020
New Revision: 553851
URL: https://svnweb.freebsd.org/changeset/ports/553851

Log:
  sysutils/py-ansible-runner: Mark as broken on both armv6 and armv7
  
  Reported by:	pkg-fallout, https://portsfallout.com/port/22454/
  Approved by:	portmgr blanket

Modified:
  head/sysutils/py-ansible-runner/Makefile

Modified: head/sysutils/py-ansible-runner/Makefile
==============================================================================
--- head/sysutils/py-ansible-runner/Makefile	Sun Nov  1 19:39:35 2020	(r553850)
+++ head/sysutils/py-ansible-runner/Makefile	Sun Nov  1 19:41:23 2020	(r553851)
@@ -11,6 +11,9 @@ COMMENT=	Extensible embeddable ansible job runner
 
 LICENSE=	APACHE20
 
+BROKEN_armv6=	fails to build: Child process terminated abnormally: Segmentation fault
+BROKEN_armv7=	fails to build: Child process terminated abnormally: Segmentation fault
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ansible>2.0:sysutils/ansible@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}daemon>0:devel/py-daemon@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pexpect>4.5:misc/py-pexpect@${PY_FLAVOR} \


More information about the svn-ports-all mailing list