Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Dec 2024 02:08:39 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: 8f6474d2d469 - main - misc/onnxruntime: Broken on aarch64
Message-ID:  <202412230208.4BN28dnh078324@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=8f6474d2d469846bdefc87c536a13234763af442

commit 8f6474d2d469846bdefc87c536a13234763af442
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-12-23 01:44:17 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-12-23 01:44:17 +0000

    misc/onnxruntime: Broken on aarch64
    
    Reported by:    fallout
---
 misc/onnxruntime/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/misc/onnxruntime/Makefile b/misc/onnxruntime/Makefile
index 2aad318cd5ec..e32a6a4771bb 100644
--- a/misc/onnxruntime/Makefile
+++ b/misc/onnxruntime/Makefile
@@ -12,6 +12,7 @@ WWW=		https://onnxruntime.ai/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_aarch64=	compilation fails: error: no member named 'linux_id' in 'cpuinfo_processor', see https://github.com/microsoft/onnxruntime/issues/23181
 BROKEN_i386=	compilation fails: error: requested alignment is less than minimum alignment of 8 for type 'google::protobuf::internal::ThreadSafeArena::CacheAlignedLifecycleIdGenerator'
 
 BUILD_DEPENDS=	gpatch:devel/patch


home | help

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