New comment by unspecd on void-packages repository https://github.com/void-linux/void-packages/pull/27320#issuecomment-750832289 Comment: Well, this is a boost issue. ```sh $ xuname Void 5.10.2_1 x86_64-musl GenuineIntel uptodate rrrnFFFFFFFFF $ objdump -T /usr/lib/libboost_*.so | grep isctype 000000000001ded0 g DF .text 00000000000001c6 Base _ZN5boost14c_regex_traitsIcE7isctypeEcj 0000000000095830 g DF .text 0000000000000209 Base _ZN5boost14c_regex_traitsIwE7isctypeEwj 000000000004b920 g DF .text 000000000000017f Base _ZNK5boost16icu_regex_traits7isctypeEim $ objdump -T $(xdistdir)/masterdir/usr/aarch64-linux-musl/lib/libboost_regex.so| grep isctype 00000000000191c8 g DF .text 000000000000017c Base _ZN5boost14c_regex_traitsIcE7isctypeEcj 000000000006b510 g DF .text 00000000000001e8 Base _ZN5boost14c_regex_traitsIwE7isctypeEwj $ ``` `_ZNK5boost16icu_regex_traits7isctypeEim` == `boost::icu_regex_traits::isctype(int, unsigned long) const`