Date: Thu, 2 Jan 2025 04:51:10 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: 9bb3b9fe7e31 - main - sysutils/procs: Broken on armv7; Try again on i386 Message-ID: <202501020451.5024pAPO041255@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=9bb3b9fe7e31fd7bd797046458bfdda2021413ce commit 9bb3b9fe7e31fd7bd797046458bfdda2021413ce Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-01-02 01:44:53 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-01-02 04:51:05 +0000 sysutils/procs: Broken on armv7; Try again on i386 Reported by: fallout --- sysutils/procs/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sysutils/procs/Makefile b/sysutils/procs/Makefile index 7e3bb2b3e076..67345511387d 100644 --- a/sysutils/procs/Makefile +++ b/sysutils/procs/Makefile @@ -11,7 +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 +BROKEN_armv7= compilation fails: cannot find value `CRED_FLAG_CAPMODE` in crate `bsd_kvm_sys`, see https://github.com/dalance/bsd-kvm/issues/4 +#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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501020451.5024pAPO041255>