Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Mar 2026 23:56:01 +0000
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: 3c302ad48405 - main - devel/nextest: Broken on aarch64
Message-ID:  <69c47611.41f83.49123a3c@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3c302ad48405f5e4203bf4eda037db24d2d4979d

commit 3c302ad48405f5e4203bf4eda037db24d2d4979d
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-03-25 23:55:26 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-03-25 23:55:26 +0000

    devel/nextest: Broken on aarch64
    
    Reported by:    fallout
---
 devel/nextest/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/nextest/Makefile b/devel/nextest/Makefile
index 841fb9aa9203..8370fc212df9 100644
--- a/devel/nextest/Makefile
+++ b/devel/nextest/Makefile
@@ -14,6 +14,8 @@ LICENSE_COMB=	dual
 LICENSE_FILE_APACHE20=	${WRKSRC}/LICENSE-APACHE
 LICENSE_FILE_MIT=	${WRKSRC}/LICENSE-MIT
 
+BROKEN_aarch64=compilation fails: error[E0308]: mismatched types, see https://github.com/oxidecomputer/usdt/issues/545
+
 LIB_DEPENDS=	libzstd.so:archivers/zstd
 
 USES=		cargo


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69c47611.41f83.49123a3c>