Open d0razi opened 5 months ago
I have the same error as you. How can I fix it?
I have the same error as you. How can I fix it?
Idk..🥲
I ran into the same error, but I solved it installing some packages with the system package manager. More specifically in my case (I use WSL Ubuntu), the compiler stopped when trying to compile openssl first, and rust-lzma later; I solved running sudo apt install libssl-dev
first and sudo apt install liblzma-dev
later. Obv you have to use the package manager of your distro.
You can check at which package the compiler is stopped looking at the beginning of error message.
warning: build failed, waiting for other jobs to finish... error: failed to compile
pwninit v3.3.1
, intermediate artifacts can be found at/tmp/cargo-. To reuse those artifacts with a future compilation, set the environment variable
CARGO_TARGET.i don't know how to fix this error