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

next in thread | raw e-mail | index | archive | help
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
 



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