Summary: | kimageformats fails to build with OpenEXR 3.3.3 | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kimageformats | Reporter: | Kyle Devir <kyle.devir> |
Component: | general | Assignee: | Alex Merry <alex.merry> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | aacid, kdelibs-bugs-null |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Kyle Devir
2025-04-06 05:42:56 UTC
This looks like a mismatch bewteen the openexr and imath versions used at build time (ie. you're building against system openexr, which I assume links to a system imath, yet you are using with a custom imath), rather than a problem in kimageformats. FWIW it builds fine here using openexr 3.3. @Antonio Rojas I did a naive rebuild with the Arch imath PKGBUILD, along with openexr, and it seems that the issue is that imath was simply forgotten. Maybe it was never reported as broken, or something. Shall report. No, as I said, the problem is that you were mixing a local build of imath with a system openexr |