Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 928041 - sci-libs/onnx please add a use flag to disable static schema registration
Summary: sci-libs/onnx please add a use flag to disable static schema registration
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tupone Alfredo
URL: https://github.com/microsoft/onnxrunt...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-28 09:32 UTC by Eugene Shalygin
Modified: 2024-04-08 12:41 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eugene Shalygin 2024-03-28 09:32:09 UTC
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