aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2016-10-17 18:50:57 +0800
committerMark Linimon <linimon@FreeBSD.org>2016-10-17 18:50:57 +0800
commite193b1ef7b98e499b677f8c2bdfc61a8f6ee140c (patch)
tree987236805532b06b8a028d115a00019dbdec0676 /lang
parent1681001e512caf1c3d462bd1006b05eaae25b7f1 (diff)
downloadfreebsd-ports-gnome-e193b1ef7b98e499b677f8c2bdfc61a8f6ee140c.tar.gz
freebsd-ports-gnome-e193b1ef7b98e499b677f8c2bdfc61a8f6ee140c.tar.zst
freebsd-ports-gnome-e193b1ef7b98e499b677f8c2bdfc61a8f6ee140c.zip
Disable BROKEN for armv6.
Apparently the failure is only when running under emulation, and it works fine on physical hardware. Submitted by: Kyle Evans <kevans91 at ksu dot edu> (private email)
Diffstat (limited to 'lang')
-rw-r--r--lang/go14/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/go14/Makefile b/lang/go14/Makefile
index 7c51590d73d6..a6705bdf03eb 100644
--- a/lang/go14/Makefile
+++ b/lang/go14/Makefile
@@ -24,7 +24,10 @@ sh_CMD= ${SH}
WRKSRC= ${WRKDIR}/go
ONLY_FOR_ARCHS= i386 amd64 armv6 armv6hf
-BROKEN_armv6= Fails to configure: wait: interrupted system call
+# NB: apparently this failure is only when running under emulation via
+# qemu; it works fine on native hardware. Let's leave the line in as a
+# reminder, but commented out for now while this is being investigated.
+#BROKEN_armv6= Fails to configure: wait: interrupted system call
.include <bsd.port.pre.mk>