Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Nov 2021 19:40:26 GMT
From:      Mikael Urankar <mikael@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c616c97ec137 - main - sysutils/amazon-ssm-agent: Mark broken on aarch64.
Message-ID:  <202111131940.1ADJeQlX018732@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mikael:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c616c97ec137c5a3c1c485945073a363fdec2fa0

commit c616c97ec137c5a3c1c485945073a363fdec2fa0
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2021-11-13 19:40:13 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2021-11-13 19:40:13 +0000

    sysutils/amazon-ssm-agent: Mark broken on aarch64.
---
 sysutils/amazon-ssm-agent/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sysutils/amazon-ssm-agent/Makefile b/sysutils/amazon-ssm-agent/Makefile
index 7409763f549c..0c10138767f8 100644
--- a/sysutils/amazon-ssm-agent/Makefile
+++ b/sysutils/amazon-ssm-agent/Makefile
@@ -9,6 +9,8 @@ COMMENT=	Amazon Simple Systems Manager Agent
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_aarch64=	fails to build: vendor/golang.org/x/sys/unix/cap_freebsd.go:18:23: undefined: CAP_RIGHTS_VERSION_00
+
 RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
 
 USES=		go



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