Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Mar 2019 17:04:01 +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: r494716 - head/sysutils/nomad
Message-ID:  <201903051704.x25H41g0097085@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Mar  5 17:04:01 2019
New Revision: 494716
URL: https://svnweb.freebsd.org/changeset/ports/494716

Log:
  Mark BROKEN: fails to build
  
  vendor/github.com/docker/docker/pkg/system/mknod.go:12:22: cannot use dev (type int) as type uint64 in argument to syscall.Mknod
  
  Reported by:	pkg-fallout

Modified:
  head/sysutils/nomad/Makefile

Modified: head/sysutils/nomad/Makefile
==============================================================================
--- head/sysutils/nomad/Makefile	Tue Mar  5 17:01:07 2019	(r494715)
+++ head/sysutils/nomad/Makefile	Tue Mar  5 17:04:01 2019	(r494716)
@@ -11,6 +11,8 @@ 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?201903051704.x25H41g0097085>