Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Nov 2023 16:56:48 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: 2bbee6d44d73 - main - sysutils/procs: Broken on i386
Message-ID:  <202311091656.3A9Gum7c098510@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=2bbee6d44d73ca401e1b0b38a5b294937108e919

commit 2bbee6d44d73ca401e1b0b38a5b294937108e919
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-11-09 16:56:20 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-11-09 16:56:20 +0000

    sysutils/procs: Broken on i386
    
    Reported by:    fallout
---
 sysutils/procs/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sysutils/procs/Makefile b/sysutils/procs/Makefile
index 201cae819379..b81574c3a800 100644
--- a/sysutils/procs/Makefile
+++ b/sysutils/procs/Makefile
@@ -11,6 +11,7 @@ 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`
 
 USES=		cargo llvm:lib
 



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