Hello all,
I am attempting to build firefox on ARM64. As you may know, this is problematic on account of Rust (a dependency of Firefox) being broken on aarch64. However, thanks to the efforts of the rust port team, there are some binary versions of Rust I want to try out and see if firefox can be built utilizing these binaries. However, although all the necessary binaries are in place, the build fails due to make believing that Rust is not installed (since it wasn't installed via pkg nor port/make) and thus tries to build rust and fails due to Rust being marked as broken on aarch64...
I suspect this can be overcome by manually marking Rust as installed somehow, but I am not familiar enough with the ports utilities to know how to do this. Any help would be greatly appreciated!
I am attempting to build firefox on ARM64. As you may know, this is problematic on account of Rust (a dependency of Firefox) being broken on aarch64. However, thanks to the efforts of the rust port team, there are some binary versions of Rust I want to try out and see if firefox can be built utilizing these binaries. However, although all the necessary binaries are in place, the build fails due to make believing that Rust is not installed (since it wasn't installed via pkg nor port/make) and thus tries to build rust and fails due to Rust being marked as broken on aarch64...
I suspect this can be overcome by manually marking Rust as installed somehow, but I am not familiar enough with the ports utilities to know how to do this. Any help would be greatly appreciated!