Closed issue by p-kraszewski on void-packages repository https://github.com/void-linux/void-packages/issues/28779 Description: ### System Fresh installation of `void-live-x86_64-20191109-mate.iso`. ### Expected behavior `xbps-install -Su` proceeds correctly ### Actual behavior `xbps-install -Su` is terminated due to problems with `mozjs60`: ``` `gjs-1.58.1_1`: broken, unresolvable shlib `libmozjs.so.60' `polkit-*`: broken, unresolvable shlib `libmozjs.so.60' Transaction aborted due to unresolved shlibs. ``` (I didn't note the version of `polkit`, but it must be one pre-installed, as `gjs` is) ### Steps to reproduce the behavior * Fresh install `void-live-x86_64-20191109-mate.iso` (I suppose any flavor installing `polkit` would be affected). * Try `xbps-install -Su` ### Workaround * Remove all packages depending on `mozjs60` * Perform `xbps-install -Su` * Re-install removed packages #### or Install from `void-live-x86_64-20191109.iso`, do `xbps-install -Su` and *then* install everything user needs. ### Fix Re-generate installation ISOs with fresh packages.