Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jan 2024 01:01:59 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 5f1248fc26cc - 2024Q1 - sysutils/procs: Broken on armv7, not broken on i386 and aarch64
Message-ID:  <202401130101.40D11xPl026510@gitrepo.freebsd.org>

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

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

commit 5f1248fc26cc7c1b3acb502f2ee37ac42ecc8ea2
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-13 01:00:18 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-13 01:01:57 +0000

    sysutils/procs: Broken on armv7, not broken on i386 and aarch64
    
    (cherry picked from commit 4a7e52dfb9d4d33897bb8226b50f63d60e1ef429)
---
 sysutils/procs/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sysutils/procs/Makefile b/sysutils/procs/Makefile
index 2d3e31ff0beb..509e0c1c679f 100644
--- a/sysutils/procs/Makefile
+++ b/sysutils/procs/Makefile
@@ -10,8 +10,7 @@ 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]`
-BROKEN_i386=	fails to build: mismatched types ... expected `i64`, found `i32`
+BROKEN_armv7=	fails to build: mismatched types ... expected `i64`, found `i32`, see https://github.com/dalance/bsd-kvm/issues/2
 
 USES=		cargo llvm:lib
 



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