New comment by oreo639 on void-packages repository https://github.com/void-linux/void-packages/pull/36351#issuecomment-1158488908 Comment: > This is missing quite a few packages that need to be rebuilt against the new poppler. you can use `xrevshlib pkgname` to find a list of all packages that require the updated library (for example: `xrevshlib poppler | xargs -n1 xrevbump 'rebuild for poppler-22.06.0'` will make a commit for each one) Thank you.