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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: