Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Oct 2018 20:54:20 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481662 - head/sysutils/nomad
Message-ID:  <201810092054.w99KsKar018712@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Oct  9 20:54:20 2018
New Revision: 481662
URL: https://svnweb.freebsd.org/changeset/ports/481662

Log:
  Mark BROKEN: fails to build
  
  # github.com/hashicorp/nomad
  github.com/hashicorp/nomad/vendor/golang.org/x/crypto/blake2b.supportsAVX2: relocation target runtime.support_avx2 not defined
  github.com/hashicorp/nomad/vendor/golang.org/x/crypto/blake2b.supportsAVX: relocation target runtime.support_avx not defined
  
  Reported by:	pkg-fallout

Modified:
  head/sysutils/nomad/Makefile

Modified: head/sysutils/nomad/Makefile
==============================================================================
--- head/sysutils/nomad/Makefile	Tue Oct  9 20:51:22 2018	(r481661)
+++ head/sysutils/nomad/Makefile	Tue Oct  9 20:54:20 2018	(r481662)
@@ -11,6 +11,7 @@ COMMENT=	Cluster manager and scheduler
 LICENSE=	MPL20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		fails to build
 ONLY_FOR_ARCHS=	amd64
 ONLY_FOR_ARCHS_REASON=	On i386: go compiler crashes: https://github.com/golang/go/issues/23763
 



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