-
Notifications
You must be signed in to change notification settings - Fork 2
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
sudo: cargo: command not found #3
Comments
Hm indeed, I can reproduce. Seems like the PATH isn't picked up. Does this work?
|
yes, that works. It starts building, but then it fails:
|
I had to |
In the beginning I had to install |
Außerdem musste ich das Paket |
Also auf Debian stretch and on jessie:
But in the end of compilation, I get this error:
I tried this in both: jessie and stretch... same result. |
Ev. muss das so heissen?
also ohne |
Thanks, I updated the build instructions to fix the path to cargo and add the missing packages.
Rocket is unfortunately broken with current Rust nightly, which is tracked at rwf2/Rocket#660. You can either wait until rust-lang/rust#51502 lands (which fixes the problem), or use an older nightly:
I am going to close this issue because the build issue is unrelated. |
OK i restart with
But this gives a new error (see #5 ) |
When I come to the step
I get the error
I tried on Debian stretch and on jessie plain install.
The text was updated successfully, but these errors were encountered: