You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, I am not able to build rustc-nightly anymore, due to rustbuild error:
failed to execute command: "/data/semarie/build-rust/build_dir/build/x86_64-unknown-openbsd/stage0/bin/cargo" "metadata" "--format-version" "1" "--manifest-path" "/data/semarie/build-rust/build_dir/rustc-nightly-src/src/libstd/Cargo.toml"
error: No such file or directory (os error 2)
rustbuild tries to use cargo from stage0 directory, whereas config.toml has setting for alternate path.
The failure occurs inside Config::parse(args) because it calls Flags::parse(args), which (when "verbose" option is present) calls metadata::build(build) with a default build configuration (using initial_cargo pointing to stage0 directory).
I am building rustc-nightly using tarball.
Currently, I am not able to build rustc-nightly anymore, due to rustbuild error:
rustbuild tries to use
cargo
from stage0 directory, whereas config.toml has setting for alternate path.Here my
config.toml
file:cargo and rustc binaries are functional.
Here my build log:
The text was updated successfully, but these errors were encountered: