New comment by iFoundSilentHouse on void-packages repository https://github.com/void-linux/void-packages/pull/49361#issuecomment-2008932720 Comment: ``` ../../ThirdParty/JUCE/modules/juce_core/native/juce_linux_SystemStats.cpp:207:28: error: '_NL_IDENTIFICATION_LANGUAGE' was not declared in this scope 207 | return getLocaleValue (_NL_IDENTIFICATION_LANGUAGE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Compiling include_juce_graphics.cpp ../../ThirdParty/JUCE/modules/juce_core/native/juce_linux_SystemStats.cpp: In static member function 'static juce::String juce::SystemStats::getUserRegion()': ../../ThirdParty/JUCE/modules/juce_core/native/juce_linux_SystemStats.cpp:216:28: error: '_NL_IDENTIFICATION_TERRITORY' was not declared in this scope 216 | return getLocaleValue (_NL_IDENTIFICATION_TERRITORY); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``` Now builds have this error. As far as i know musl doesn't support locales that are used in this function. Am i right? i got no more ideas on this error