New comment by jkoderu-git on void-packages repository https://github.com/void-linux/void-packages/pull/23390#issuecomment-710690488 Comment: I cleaned the commits and removed JUCE used for VST3 plugins to support `x86_64-musl`. `aarch64*` fails with: ```bash make[1]: Entering directory '/builddir/Carla-2.2.0/source/frontend' /usr/bin/pyrcc5 ../../resources/resources.qrc -o resources_rc.py /usr/bin/pyrcc5: line 2: /usr/bin/python3: No such file or directory make[1]: *** [Makefile:105: resources_rc.py] Error 127 make[1]: Leaving directory '/builddir/Carla-2.2.0/source/frontend' make: *** [Makefile:175: frontend] Error 2 ``` `armv7l*` has a dependency problem: ```bash => libedit-20191231.3.1_1: building [gnu-configure] (dependency of pcre) for x86_64... [target] ncurses-devel-6.2_3: found (/host/binpkgs) [runtime] ncurses-devel-6.2_3: found (/host/binpkgs) [runtime] libedit-20191231.3.1_1: not found (self, ignored) => libedit-20191231.3.1_1: installing target dependencies: ncurses-devel-6.2_3 ... => libedit-20191231.3.1_1: removing autodeps, please wait... => ERROR: libedit-20191231.3.1_1: failed to install 'ncurses-devel-6.2_3' dependency! (error 19) ncurses-libs-6.2_3 in transaction breaks installed pkg `ncurses-6.2_2' ``` I do not know how to fix it, I leave it to someone interested.