New comment by agausmann on void-packages repository https://github.com/void-linux/void-packages/pull/38253#issuecomment-1194454326 Comment: Getting `#include` errors on cross-compiled targets, e.g. ``` In file included from /usr//include/features.h:489, from /usr//include/inttypes.h:25, from /usr/aarch64-linux-gnu/usr/include/openssl/e_os2.h:243, from /usr/aarch64-linux-gnu/usr/include/openssl/err.h:13, from main.c:16: /usr//include/gnu/stubs.h:7:11: fatal error: gnu/stubs-32.h: No such file or directory 7 | # include | ^~~~~~~~~~~~~~~~ ``` Shouldn't the `` be provided by the cross-libc?