New comment by tornaria on void-packages repository https://github.com/void-linux/void-packages/pull/34030#issuecomment-992689211 Comment: This is caused by prebuilt binaries linked with glibc being shipped by debugpy inside sagemath. See https://trac.sagemath.org/ticket/33020. A workaround might be adding to the template: ``` skiprdeps="attach_linux_amd64.so attach_linux_x86.so" ``` so those binaries are skipped when looking for shlib_rdeps. Can you try that?