New comment by Chocimier on void-packages repository https://github.com/void-linux/void-packages/issues/28779#issuecomment-780368942 Comment: What's happening here is that when new xbps version is available (and there is newer than in images), xbps wants update itself in separate, small transaction other than updating rest of system. At the same time it adds all revdeps of xbps, being base-system, and all their dependencies (removed-packages between them) making transaction not small anymore and causing conflicts. We could remove mozjs60 and mozjs52 from removed-packages for now if there are no file conflicts and updates will actually work, and try to make xbps' transaction smaller for longer term.