Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Nov 2023 16:55:23 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: 494fa09c2701 - main - sysutils/procs: Broken on arm64
Message-ID:  <202311091655.3A9GtN8Q098177@gitrepo.freebsd.org>

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

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

commit 494fa09c27016cf0767c7a514ddc543974cd1e36
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-11-09 16:54:05 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-11-09 16:55:20 +0000

    sysutils/procs: Broken on arm64
    
    Reported by:    fallout
---
 sysutils/procs/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sysutils/procs/Makefile b/sysutils/procs/Makefile
index 0c4f0db5c52d..201cae819379 100644
--- a/sysutils/procs/Makefile
+++ b/sysutils/procs/Makefile
@@ -10,6 +10,8 @@ WWW=		https://github.com/dalance/procs
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_aarch64=	fails to build: mismatched types ... expected `[i8; 9]`, found `[u8; 9]`
+
 USES=		cargo llvm:lib
 
 USE_GITHUB=	yes



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