From e193b1ef7b98e499b677f8c2bdfc61a8f6ee140c Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Mon, 17 Oct 2016 10:50:57 +0000 Subject: [PATCH] Disable BROKEN for armv6. Apparently the failure is only when running under emulation, and it works fine on physical hardware. Submitted by: Kyle Evans (private email) --- lang/go14/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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