New comment by notthewave on void-packages repository https://github.com/void-linux/void-packages/issues/32012#issuecomment-1002793762 Comment: What sould we do with ilmbase? Its now in openexr and Imath. Remove it? Arch seems to have done just that. I packaged Imath and updated openexr - but there seems to be something wrong with pystring cmake options when compiling opencolorio it complains: ``` /usr/bin/ld: /usr/lib/libpystring.a(pystring.cpp.o): warning: relocation against `_ZTVNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEEE' in read-only section `.text.unlikely' /usr/bin/ld: /usr/lib/libpystring.a(pystring.cpp.o): relocation R_X86_64_PC32 against symbol `_ZTVSt9basic_iosIcSt11char_traitsIcEE' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: final link failed: bad value collect2: error: ld returned 1 exit status make[2]: *** [src/OpenColorIO/CMakeFiles/OpenColorIO.dir/build.make:2741: src/OpenColorIO/libOpenColorIO.so.2.1.1] Error 1 make[1]: *** [CMakeFiles/Makefile2:1590: src/OpenColorIO/CMakeFiles/OpenColorIO.dir/all] Error 2 make: *** [Makefile:146: all] Error 2 ```