New comment by anscarius on void-packages repository https://github.com/void-linux/void-packages/pull/37317#issuecomment-1140290264 Comment: I tried cross compiling for x86_64-musl as suggested by @voltar13, and got the same ccache/buildscript error, so I applied the linked patch. That seemed to solve that issue, but another one has popped up. I'm trying to see if it has been reported in the bugzilla. ``` 13:33.34 error: build failed 13:33.37 make[4]: *** [/builddir/firefox-100.0.2/config/makefiles/rust.mk:425: force-cargo-library-build] Error 101 13:33.37 make[3]: *** [/builddir/firefox-100.0.2/config/recurse.mk:72: toolkit/library/rust/target] Error 2 13:33.37 make[2]: *** [/builddir/firefox-100.0.2/config/recurse.mk:34: compile] Error 2 13:33.37 make[1]: *** [/builddir/firefox-100.0.2/config/rules.mk:352: default] Error 2 13:33.37 make: *** [client.mk:63: build] Error 2 13:33.39 607 compiler warnings present. Config object not found by mach. Configure complete! Be sure to run |mach build| to pick up any changes => ERROR: firefox-100.0.2_1: do_build: './mach build' exited with 2 => ERROR: in do_build() at srcpkgs/firefox/template:191 ```