Compiling asahi-kernel just to be in line with everyone else; the dependency it requires is rust and rust-bin with rust-src USE flag; understandable. However, it will fail compilation because it won't find rustfmt in PATH: it's not installed unless the user called for it!
This should probably be specified as required in the ebuild.
Compiling asahi-kernel just to be in line with everyone else; the dependency it requires is rust and rust-bin with
rust-src
USE flag; understandable. However, it will fail compilation because it won't findrustfmt
in PATH: it's not installed unless the user called for it!This should probably be specified as required in the ebuild.