There is a new pull request by ericonr against master on the void-packages repository https://github.com/ericonr/void-packages loc https://github.com/void-linux/void-packages/pull/28773 gcc: don't throw exception on locales other than "C" on musl. 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 - [ ] currently building and will test in a bit A patch file from https://github.com/void-linux/void-packages/pull/28773.patch is attached