Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error occurred : failed to compile pwninit v3.3.1 #304

Open
d0razi opened this issue May 22, 2024 · 3 comments
Open

error occurred : failed to compile pwninit v3.3.1 #304

d0razi opened this issue May 22, 2024 · 3 comments

Comments

@d0razi
Copy link

d0razi commented May 22, 2024

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

@BabyBroder
Copy link

I have the same error as you. How can I fix it?

@d0razi
Copy link
Author

d0razi commented Jun 3, 2024

I have the same error as you. How can I fix it?

Idk..🥲

@Church-17
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants