From e923d1e0c91937f1d3132e68bbdad94230435288 Mon Sep 17 00:00:00 2001 From: "Danilo G. Baio" Date: Sun, 1 Nov 2020 19:41:23 +0000 Subject: [PATCH] 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 --- sysutils/py-ansible-runner/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sysutils/py-ansible-runner/Makefile b/sysutils/py-ansible-runner/Makefile index c950e8219e0b..7f2898c7ff5e 100644 --- a/sysutils/py-ansible-runner/Makefile +++ b/sysutils/py-ansible-runner/Makefile @@ -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} \