git: 917b7b6f06c8 - 2024Q4 - misc/onnxruntime: Broken on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 13 Oct 2024 19:07:06 UTC
The branch 2024Q4 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=917b7b6f06c8dbf9c5f3fe3124b2635b005c1217 commit 917b7b6f06c8dbf9c5f3fe3124b2635b005c1217 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-10-11 04:49:46 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-10-13 19:06:58 +0000 misc/onnxruntime: Broken on i386 Reported by: fallout (cherry picked from commit 4f2f289ba6513efeaca17b6d38a50c717a413046) --- misc/onnxruntime/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/onnxruntime/Makefile b/misc/onnxruntime/Makefile index ea55b2a59131..348c73a169df 100644 --- a/misc/onnxruntime/Makefile +++ b/misc/onnxruntime/Makefile @@ -12,6 +12,8 @@ WWW= https://onnxruntime.ai/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +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 LIB_DEPENDS= libabsl_base.so:devel/abseil