Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Oct 2024 19:07:06 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 917b7b6f06c8 - 2024Q4 - misc/onnxruntime: Broken on i386
Message-ID:  <202410131907.49DJ76mE090765@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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
 


home | help

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