git: 5b4f8cff7a82 - main - misc/onnxruntime: Broken on armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Mar 2025 04:19:42 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=5b4f8cff7a82d04c33f79fde83216373f809b3b1 commit 5b4f8cff7a82d04c33f79fde83216373f809b3b1 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-03-14 04:19:13 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-03-14 04:19:13 +0000 misc/onnxruntime: Broken on armv7 Reported by: fallout --- misc/onnxruntime/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/onnxruntime/Makefile b/misc/onnxruntime/Makefile index ed0e0d676ede..80dca46c836e 100644 --- a/misc/onnxruntime/Makefile +++ b/misc/onnxruntime/Makefile @@ -12,6 +12,7 @@ WWW= https://onnxruntime.ai/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_armv7= compilation fails: error: no member named 'linux_id' in 'cpuinfo_processor', see https://github.com/microsoft/onnxruntime/issues/23181 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'