New comment by q66 on void-packages repository https://github.com/void-linux/void-packages/pull/17684#issuecomment-569414066 Comment: We figured it out yesterday, there is a regression in cargo that results in libraries from cross sysroot leaking into host, particularly libgcc_s; that results in certain configs breaking, e.g. aarch64-musl on x86_64-musl, with errors from host dynamic linker such as "unsupported relocation " where N is some aarch64 reloc number... We will probably revert the rev in cargo locally