New comment by ihameed on void-packages repository https://github.com/void-linux/void-packages/pull/40821#issuecomment-1474661456 Comment: The 32-bit ARM failure is caused by https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109180. Some immediate options: 1. patch libc++: https://gist.github.com/ihameed/b226d72537e8a4a8e9c590bef529a137, or 2. build libc++ with clang by using `-DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi;libunwind"` instead of `-DLLVM_ENABLE_PROJECTS="...;libcxx;libcxxabi;libunwind;..."`.