Changes between Initial Version and Version 1 of Ticket #62891
- Timestamp:
- May 14, 2021, 11:30:36 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #62891 – Description
initial v1 1 1 I found while macports was trying to rebuild blender (because it found a link error) that the binary package of OpenColorIO contains a libOpenColorIO.dylib which references an undefined symbol in libyaml-cpp (apologies, I no longer have the log file). 2 2 3 I rebuilt the OpenColorIO package from source (using `port -s`) locally, and now blender can be built and linked (and run, after I gave it acces to the whole drive!) fine, so it looks like just a question of rebuilding the binary OpenColorIO package against current yaml-cpp, and all will be well.3 I rebuilt the OpenColorIO package from source (using `port -s`) locally, and now blender can be built and linked (and run, after I gave it access to the whole drive!) fine, so it looks like just a question of rebuilding the binary OpenColorIO package against current yaml-cpp, and all will be well. 4 4 5 5 Seems very similar to this bug (yaml-cpp ABI change) though not sure it's identical. https://bugzilla.redhat.com/show_bug.cgi?id=1773331