Can't compile firefox on debian due to rustc
by debianest from LinuxQuestions.org on (#6H3HM)
Help, I can't compile the browser on debian! I'm using bookworm release
This is what I see in the console:
Code:0:14.50 checking rustc version... 1.63.0
0:14.54 checking cargo version... 1.65.0
0:14.55 ERROR: Rust compiler 1.63.0 is too old.
0:14.55 To compile Rust language sources please install at least
0:14.55 version 1.70.0 of the 'rustc' toolchain (or, if using nightly,
0:14.56 at least one version newer than 1.70.0) and make sure it is
0:14.56 first in your path.
0:14.56 You can verify this by typing 'rustc --version'.
0:14.56 If you have the 'rustup' tool installed you can upgrade
0:14.56 to the latest release by typing 'rustup update'. The
0:14.56 installer is available from https://rustup.rs/
*** Fix above errors and then restart with "./mach build"But I have no desire to switch to sid now, I will have to reinstall the system!
Is there any way to compile firefox on debian stable?
This is what I see in the console:
Code:0:14.50 checking rustc version... 1.63.0
0:14.54 checking cargo version... 1.65.0
0:14.55 ERROR: Rust compiler 1.63.0 is too old.
0:14.55 To compile Rust language sources please install at least
0:14.55 version 1.70.0 of the 'rustc' toolchain (or, if using nightly,
0:14.56 at least one version newer than 1.70.0) and make sure it is
0:14.56 first in your path.
0:14.56 You can verify this by typing 'rustc --version'.
0:14.56 If you have the 'rustup' tool installed you can upgrade
0:14.56 to the latest release by typing 'rustup update'. The
0:14.56 installer is available from https://rustup.rs/
*** Fix above errors and then restart with "./mach build"But I have no desire to switch to sid now, I will have to reinstall the system!
Is there any way to compile firefox on debian stable?