Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 06 Aug 2026 06:03:14 +0000
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: 0168765ceec2 - 2026Q3 - shells/nushell: Broken on i386
Message-ID:  <6a7423a2.24de1.4117b5b5@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch 2026Q3 has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0168765ceec2194fec625972b8bdcbe20a491695

commit 0168765ceec2194fec625972b8bdcbe20a491695
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-08-01 17:28:06 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-08-06 06:03:10 +0000

    shells/nushell: Broken on i386
    
    Reported by:    fallout
    
    (cherry picked from commit e12d5794969f32d71be9064074098ebe21ce0b45)
---
 shells/nushell/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/shells/nushell/Makefile b/shells/nushell/Makefile
index b9b170c56615..ce4154a68986 100644
--- a/shells/nushell/Makefile
+++ b/shells/nushell/Makefile
@@ -10,6 +10,8 @@ WWW=		https://www.nushell.sh/ \
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=	compilation fails, see error[E0432]: unresolved import `std::arch::x86_64`
+
 USES=		cargo localbase ssl
 USE_GITHUB=	yes
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a7423a2.24de1.4117b5b5>