Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Getting started: quick note about "cargo install cargo-binutils" #215

Open
@DavidAntliff

Description

I'm motivated to post this to help with the "on-boarding".

Instructions say to run:

$ cargo install cargo-binutils rustfilt

Not sure exactly why, but this failed for me with:

error: failed to compile `cargo-binutils v0.3.6`
Caused by:
 package `cargo-platform v0.1.8` cannot be built because it requires rustc 1.73 or newer, while the currently active rustc version is 1.66.0-nightly
 Try re-running cargo install with `--locked`

I happened to have nightly-2022年10月13日-x86_64-unknown-linux-gnu installed, which I think corresponds to rustc 1.66.0-nightly (c0983a9aa 2022年10月12日), but this isn't my active toolchain normally. It's just installed.

So I re-ran with --locked and it worked:

$ cargo install cargo-binutils rustfilt --locked
...
 Installed package `cargo-binutils v0.3.6` (executables `cargo-cov`, `cargo-nm`, `cargo-objcopy`, `cargo-objdump`, `cargo-profdata`, `cargo-readobj`, `cargo-size`, `cargo-strip`, `rust-ar`, `rust-cov`, `rust-ld`, `rust-lld`, `rust-nm`, `rust-objcopy`, `rust-objdump`, `rust-profdata`, `rust-readobj`, `rust-size`, `rust-strip`)

Assuming that this was the right thing to do, would it make sense to suggest that users always run with --locked, to ensure that the correct versions are picked up?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

        AltStyle によって変換されたページ (->オリジナル) /