New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/issues/23622#issuecomment-660287246 Comment: Installing `dolphin` separately and then `kde5-baseapps` works, because then XBPS knows how to solve the dependencies. I guess this should be solved somewhere in XBPS. This is probably the issue in shlibs: ``` libdolphinvcs.so.5 dolphin-plugins-20.04.2_1 ``` This library is provided by `dolphin`, not `dolphin-plugins`. Even though `dolphin` provides it, during the build it's found and `dolphin-plugins` is pulled in as a dependency.