Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 01 Mar 2026 21:59:05 +0000
From:      Ronald Klop <ronald@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 693b58e8e410 - main - biology/gkl: mark broken on aarch64
Message-ID:  <69a4b6a9.3389f.4634033f@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by ronald:

URL: https://cgit.FreeBSD.org/ports/commit/?id=693b58e8e4103ea5218c7a335f1e1052356b7120

commit 693b58e8e4103ea5218c7a335f1e1052356b7120
Author:     Ronald Klop <ronald@FreeBSD.org>
AuthorDate: 2026-03-01 21:53:12 +0000
Commit:     Ronald Klop <ronald@FreeBSD.org>
CommitDate: 2026-03-01 21:58:50 +0000

    biology/gkl: mark broken on aarch64
    
    multiple errors in the log like:
    /usr/lib/clang/19/include/ia32intrin.h:312:10: error: use of undeclared identifier '__builtin_ia32_readeflags_u32'
    
    PR:     293534
    Reported-by:    https://portsfallout.com/fallout?port=biology%2Fgkl%24
    Approved-by:    yuri@ (maintainer)
---
 biology/gkl/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/biology/gkl/Makefile b/biology/gkl/Makefile
index 4e171461ac93..9574a2aac49f 100644
--- a/biology/gkl/Makefile
+++ b/biology/gkl/Makefile
@@ -10,6 +10,8 @@ WWW=		https://github.com/Intel-HLS/GKL
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_aarch64=	/usr/lib/clang/19/include/ia32intrin.h:312:10: error: use of undeclared identifier '__builtin_ia32_readeflags_u32'
+
 BUILD_DEPENDS=	gmake:devel/gmake
 LIB_DEPENDS=	libisal.so:devel/isa-l
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69a4b6a9.3389f.4634033f>