Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Aug 2023 04:45:36 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ca12a66a8faf - main - www/zgrab2: Broken on aarch64
Message-ID:  <202308170445.37H4ja0P063486@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

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

commit ca12a66a8faf72e6f4e7e98dd7becc509c2b1008
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-08-17 04:45:05 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-08-17 04:45:29 +0000

    www/zgrab2: Broken on aarch64
    
    Reported by:    fallout
---
 www/zgrab2/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/www/zgrab2/Makefile b/www/zgrab2/Makefile
index 082e326071e0..e4552065c33d 100644
--- a/www/zgrab2/Makefile
+++ b/www/zgrab2/Makefile
@@ -11,6 +11,8 @@ WWW=		https://github.com/zmap/zgrab2
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_aarch64=	compilation fails: ztypes_freebsd_arm64.go:400:12: undefined: uint128
+
 USES=		go:modules
 
 GO_MODULE=	github.com/zmap/zgrab2


home | help

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