New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/26144#issuecomment-731489500 Comment: > That's because chromium's binary dlopens libpipewire, and libpipewire is missing in ldd /lib/chromium/chromium. IMHO that's a bug in xbps. That's all working as intended. Applications use `dlopen` exactly to allow for optional dependencies, and scanning a binary for what it does open will 1) be fragile and 2) remove the usefulness of dlopening in the first place.