New comment by classabbyamp on void-packages repository https://github.com/void-linux/void-packages/issues/45679#issuecomment-1685161289 Comment: it seems musikcube is also broken by this, but in a different, more subtle way, at the end of do_build, it does this: ``` [100%] Built target musikcube [post-build] started... [post-build] BUILD_TYPE=None, not stripping [post-build] patching library rpath entries... [patch-rpath] patching Linux .so files... chmod: cannot access './bin/lib/*': No such file or directory chmod: cannot access './bin/plugins/*': No such file or directory chmod: cannot access './bin/*.so': No such file or directory /builddir/musikcube-3.0.0/script/patch-rpath.sh: line 19: patchelf: command not found /builddir/musikcube-3.0.0/script/patch-rpath.sh: line 25: patchelf: command not found /builddir/musikcube-3.0.0/script/patch-rpath.sh: line 28: patchelf: command not found /builddir/musikcube-3.0.0/script/patch-rpath.sh: line 29: patchelf: command not found [post-build] staging static assets... [post-build] re-running 'cmake .' to re-index compiled artifacts /builddir/musikcube-3.0.0/script/post-build.sh: line 29: cmake: command not found [post-build] finished [100%] Built target postbuild ``` which seems to result in all the plugins not being built