New comment by jcgruenhage on void-packages repository https://github.com/void-linux/void-packages/pull/32480#issuecomment-1126681248 Comment: So, I've done some digging, and I'd like to just outright disable armv7l and musl targets for now. In the case of musl, this is part of time64, the migration to using 64 bit integers for time on 32 bit systems. Rust added a deprecation warning for that, and this warning is currently breaking the build here. There's stuff happening in that area, but it's a bigger problem that's not really related to sequoia directly, so not really something that can be addressed in this PR. As for armv7l: A crypto library used by sequoia, nettle, for some reason fails to have it's rust bindings compiled for armv7l, because `cross-armv7l-linux-gnueabihf-libc` doesn't provide `gnu/stubs-soft.h`, which is referenced by `gnu/stubs.h`, based on some ifdef magic. I don't get where this is going wrong, but I don't understand enough of the arkane ifdef and crosscompiling magic to dig through this. If anyone else wants to, I'd be more than happy, but I won't invest any more time in trying to figure out why `stubs-soft.h` would even be considered required on a `hf` target.