New comment by tranzystorek-io on void-packages repository https://github.com/void-linux/void-packages/pull/40821#issuecomment-1466246146 Comment: > Did a git bisect on the 32bit arm build failure. > > It broke with the following commit [llvm/llvm-project@425620c](https://github.com/llvm/llvm-project/commit/425620ccdd47e56b59512913cdc71e116f951e4e) but I'm unsure on how to fix it correctly. > > ``` > /usr/lib/gcc/armv7l-linux-gnueabihf/12.2.0/../../../../armv7l-linux-gnueabihf/bin/ld: projects/libcxx/src/CMakeFiles/cxx_shared.dir/locale.cpp.o: in function `std::__1::__time_get_c_storage::__x() const [clone .localalias]': > locale.cpp:(.text._ZNKSt3__120__time_get_c_storageIcE3__xEv+0xb4): undefined reference to `std::__1::basic_string, std::__1::allocator >::~basic_string()' > /usr/lib/gcc/armv7l-linux-gnueabihf/12.2.0/../../../../armv7l-linux-gnueabihf/bin/ld: projects/libcxx/src/CMakeFiles/cxx_shared.dir/locale.cpp.o: in function `std::__1::__time_get_c_storage::__X() const [clone .localalias]': > ``` > > Build log: https://gist.github.com/Johnnynator/e9dddc63100c212303fb81aa27cc39f6 This is still unresolved, I'll add it to the TODO list.