There's a merged pull request on the void-packages repository gcc: don't throw exception on locales other than "C" on musl. https://github.com/void-linux/void-packages/pull/28773 Description: libtsdc++'s generic locale implementation is stuck in ~2003, unfortunately, and just throws an exception if locales other than "C" are used. Some applications catch this error, but they shouldn't have to, so we will import a patch to disable the exception. It is a workaround, and the best solution is adding a proper generic implementation to libstdc++. Fixes #18659 #### General - [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements) #### Have the results of the proposed changes been tested? - [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me - [ ] I generally don't use the affected packages but briefly tested this PR - [x] currently building and will test in a bit