Source: meson
Version: 0.43.0-1
Severity: minor
Currently, if you build meson with the nocheck build profile, it still
requires rustc and c++-compiler-arm-linux-gnueabihf. That looks like
a mistake, that the <!nocheck> was probably intended to apply to both
alternatives in e.g. "rustc | bash-doc <!nocheck>" - but as written,
it only applies to bash-doc, so the effect is actually that in stage1
rustc is required (and bash-doc is not sufficient to satisfy the entry
as it is in a regular build).
--
Daniel