svn commit: r481662 - head/sysutils/nomad

Antoine Brodin antoine at FreeBSD.org
Tue Oct 9 20:54:21 UTC 2018


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
 


More information about the svn-ports-all mailing list