cargo-binutils icon indicating copy to clipboard operation
cargo-binutils copied to clipboard

Installing on windows with gnu fails at random times with an error about a missing build script

Open DJ-Dav opened this issue 2 years ago • 2 comments

Running the command cargo install -f cargo-binutils gives the following error message: error: failed to run custom build command for quote v1.0.23

Caused by: could not execute process "\AppData\Local\Temp\cargo-installurqU3j\release\build\quote-0cc442527a6b4d49\build-script-build" (never executed)

Caused by: The system cannot find the file specified. (os error 2) warning: build failed, waiting for other jobs to finish... error: failed to compile "cargo-binutils v0.3.6", intermediate artifacts can be found at...

It successfully compiles a few crates before failing, the number of successful crates compiling varies, but the error is always the same.

DJ-Dav avatar Mar 01 '23 14:03 DJ-Dav