Date: Fri, 11 Oct 2024 10:23:58 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: 4f2f289ba651 - main - misc/onnxruntime: Broken on i386 Message-ID: <202410111023.49BANw10029208@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=4f2f289ba6513efeaca17b6d38a50c717a413046 commit 4f2f289ba6513efeaca17b6d38a50c717a413046 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-10-11 04:49:46 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-10-11 10:23:54 +0000 misc/onnxruntime: Broken on i386 Reported by: fallout --- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410111023.49BANw10029208>