Changes between Initial Version and Version 1 of Ticket #62891


Ignore:
Timestamp:
May 14, 2021, 11:30:36 AM (3 years ago)
Author:
gallafent
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62891 – Description

    initial v1  
    11I 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).
    22
    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.
     3I 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.
    44
    55Seems very similar to this bug (yaml-cpp ABI change) though not sure it's identical. https://bugzilla.redhat.com/show_bug.cgi?id=1773331