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. Edit: We discussed it on IRC, but xrevshlib also shows packages that pull in libpoppler.so though a different dependency (i.e. `poppler-glib` and those don't need to be bumped. I didn't see anything else that depends on libpoppler directly through that but please let me know if I missed something. libreoffice was a weird case since it doesn't show as depending on `libpoppler` through xbps, and while depending on `poppler-cpp-devel` headers for version information, it still uses `libpoppler` directly)