New comment by iFoundSilentHouse on void-packages repository https://github.com/void-linux/void-packages/pull/49361#issuecomment-2008682270 Comment: Now it builds an all testing platforms and works standard way thanks to asheford's code review and meator guides. Though musl is not supported because JUCE package (third party package of helio-sequencer) uses ```execinfo.h``` which is not supported on musl libc: make error message: ``` ../../ThirdParty/JUCE/modules/juce_core/juce_core.cpp:106:12: fatal error: execinfo.h: No such file or directory 106 | #include | ^~~~~~~~~~~~ compilation terminated. ``` So i'm blocking musl compilation from template