New review comment by amak79 on void-packages repository https://github.com/void-linux/void-packages/pull/26190#discussion_r629035587 Comment: With `shlib_provides` removed I get the following when installing the `gimx` package. ``` # xbps-install gimx gimx-8.0_1: broken, unresolvable shlib `libgimxconfigeditor.so' gimx-8.0_1: broken, unresolvable shlib `libgimxconfigupdater.so' gimx-8.0_1: broken, unresolvable shlib `libgimxcontroller.so' gimx-8.0_1: broken, unresolvable shlib `libgimxfile.so' gimx-8.0_1: broken, unresolvable shlib `libgimxgpp.so' gimx-8.0_1: broken, unresolvable shlib `libgimxhid.so' gimx-8.0_1: broken, unresolvable shlib `libgimxinput.so' gimx-8.0_1: broken, unresolvable shlib `libgimxpoll.so' gimx-8.0_1: broken, unresolvable shlib `libgimxserial.so' gimx-8.0_1: broken, unresolvable shlib `libgimxtime.so' gimx-8.0_1: broken, unresolvable shlib `libgimxupdater.so' Transaction aborted due to unresolved shlibs. ``` I don't get this error when installing the `gimx-cli` package. Could it be caused by the way I have split the package? I move all the shared libraries into the `gimx-cli` package, even those that aren't needed by `gimx-cli`. I figured that was ok since `gimx` has a depend on `gimx-cli`.