Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2024 06:32:53 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: 484302eb4487 - main - sysutils/procs: Broken on i386
Message-ID:  <202401210632.40L6WrEd065915@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=484302eb44878a6f0a4085592b4df19f61bfd0ae

commit 484302eb44878a6f0a4085592b4df19f61bfd0ae
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-21 06:32:24 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-21 06:32:51 +0000

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

diff --git a/sysutils/procs/Makefile b/sysutils/procs/Makefile
index e2ce5d6a5b7d..4512af0cf103 100644
--- a/sysutils/procs/Makefile
+++ b/sysutils/procs/Makefile
@@ -11,6 +11,8 @@ WWW=		https://github.com/dalance/procs
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=	compilation fails due to the broken bsd-kvm-0.1.4 crate, see https://github.com/dalance/bsd-kvm/issues/1#issuecomment-1902529988
+
 USES=		cargo llvm:lib
 
 USE_GITHUB=	yes



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