New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/33809#issuecomment-954922225 Comment: ~~whyyy~~ `__linux__` should work better than `__gnu_linux__` there, I didn't even know about `__gnu_linux__`. https://github.com/falkTX/Carla/blob/25c61989de0cfe55e4ff62af002403c9acaa1bd6/source/modules/juce_core/system/juce_SystemStats.cpp#L141 change this to `#if 1`, we don't want built-in backtrace reporting. https://github.com/falkTX/Carla/blob/25c61989de0cfe55e4ff62af002403c9acaa1bd6/source/modules/juce_core/juce_core.cpp#L95 remove this line entirely. And please ask upstream to replace their hardcoded platform knowledge with a simple configure check.