svn commit: r481664 - branches/2018Q4/sysutils/nomad

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


Author: antoine
Date: Tue Oct  9 20:54:51 2018
New Revision: 481664
URL: https://svnweb.freebsd.org/changeset/ports/481664

Log:
  MFH: r481662
  
  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:
  branches/2018Q4/sysutils/nomad/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/sysutils/nomad/Makefile
==============================================================================
--- branches/2018Q4/sysutils/nomad/Makefile	Tue Oct  9 20:54:47 2018	(r481663)
+++ branches/2018Q4/sysutils/nomad/Makefile	Tue Oct  9 20:54:51 2018	(r481664)
@@ -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