New comment by not-chicken on void-packages repository https://github.com/void-linux/void-packages/pull/20608#issuecomment-608782018 Comment: I had some weird experience on musl as well. I was getting something like ``` can't load Qt5Quick.so.5 Exec error ( required by /usr/lib/libcorectrl.so) can't load Qt5Qml.so Exec error ( required by /usr/lib/libcorectrl.so) libcorectrl.so Symbol not found .... .... ``` What eventually fixed it for me was `xbps-install -ff qt5-declarative` as that's what provided those qt shlibs. So I assumed it was just a issue on my system. Perhaps you are getting similar errors as well or something else?