Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Oct 2016 10:50:57 +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: r424106 - head/lang/go14
Message-ID:  <201610171050.u9HAovVU089427@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Oct 17 10:50:57 2016
New Revision: 424106
URL: https://svnweb.freebsd.org/changeset/ports/424106

Log:
  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)

Modified:
  head/lang/go14/Makefile

Modified: head/lang/go14/Makefile
==============================================================================
--- head/lang/go14/Makefile	Mon Oct 17 10:48:36 2016	(r424105)
+++ head/lang/go14/Makefile	Mon Oct 17 10:50:57 2016	(r424106)
@@ -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>
 



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