New comment by jesseadams on void-packages repository https://github.com/void-linux/void-packages/issues/33621#issuecomment-946097173 Comment: It turns out my install was hosed. It's likely due to poor wifi adapter or bad disk. Huge shout out to aedinius and quinq on IRC for help resolving. We determined this with `sudo xbps-pkgdb -a`. Then we resolved by: ``` sudo rm -rf /var/cache/xbps/* sudo xbps-install -S sudo xbps-pkgdb -a 2>&1 | cut -d: -f2 | grep -v 'hash mismatch' | grep -v ERROR | sort | uniq | xargs sudo xbps-install -f -y