New comment by tsjk on void-packages repository https://github.com/void-linux/void-packages/pull/43600#issuecomment-1542542871 Comment: It doesn't build for armv6: ``` ... CC [M] crypto/seqiv.mod.o CC [M] crypto/sha256_generic.mod.o CC [M] crypto/sha512_generic.mod.o arm-linux-gnueabihf-ld: arch/arm/lib/uaccess_with_memcpy.o: in function `__copy_to_user_memcpy': uaccess_with_memcpy.c:(.text+0x2dc): undefined reference to `__memcpy' make[1]: *** [scripts/Makefile.vmlinux:34: vmlinux] Error 1 make: *** [Makefile:1255: vmlinux] Error 2 make: *** Waiting for unfinished jobs.... ... ``` I used: `xbps-src -a armv6l pkg rpi-kernel`