New comment by notthewave on void-packages repository https://github.com/void-linux/void-packages/pull/35077#issuecomment-1013894391 Comment: I atempted some of this. Take a look at: https://github.com/notthewave/void-packages/commits/opencolorio Maybe that helps... the commits are not clean (shlibs not included some unecessary lines) I got stuck at the same point trying to make it work with musl. ~~But you seem to have solved that already~~ ``` /usr/bin/ld: gnu_10.2_cxx11_64_none/libtbb.so.12.5: undefined reference to `swapcontext' /usr/bin/ld: gnu_10.2_cxx11_64_none/libtbb.so.12.5: undefined reference to `getcontext' /usr/bin/ld: gnu_10.2_cxx11_64_none/libtbb.so.12.5: undefined reference to `makecontext' ```