When onnxruntime wants to register its own schema, and when it is linked to onnx.so, that leads to an attempt to register the schema twice (which fails). Please add a use flag to turn off ONNX_DISABLE_STATIC_REGISTRATION CMake option. Reproducible: Always
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=032cba57e50bcdb9785ba532198cb8ad236f52b4 commit 032cba57e50bcdb9785ba532198cb8ad236f52b4 Author: Alfredo Tupone <tupone@gentoo.org> AuthorDate: 2024-05-07 06:19:41 +0000 Commit: Alfredo Tupone <tupone@gentoo.org> CommitDate: 2024-05-07 06:20:28 +0000 sci-libs/onnx: add IUSE to disable static registration Closes: https://bugs.gentoo.org/928041 Signed-off-by: Alfredo Tupone <tupone@gentoo.org> sci-libs/onnx/metadata.xml | 3 +++ sci-libs/onnx/onnx-1.16.0.ebuild | 3 +++ 2 files changed, 6 insertions(+)