Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upGetting an error running make install #1064
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Minoru
Aug 3, 2017
Contributor
Apparently it only became stable in 1.19.0. What version of Rust do you have? (rustc --version will do.)
|
Apparently it only became stable in 1.19.0. What version of Rust do you have? ( |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
nikitavoloboev
commented
Aug 3, 2017
|
Got |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
nikitavoloboev
Aug 3, 2017
I can't find a way to update it aside from running curl again from official web page of Rust.
What is the usual way people update Rust?
nikitavoloboev
commented
Aug 3, 2017
|
I can't find a way to update it aside from running curl again from official web page of Rust. What is the usual way people update Rust? |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
nikitavoloboev
Aug 3, 2017
Updated rust.
Not I get this error :
install: /Users/nikivi/play/coreutils/target/release/deps/truncate: No such file or directory
install: /Users/nikivi/play/coreutils/target/release/deps/tsort: No such file or directory
install: /Users/nikivi/play/coreutils/target/release/deps/tty: No such file or directory
install: /Users/nikivi/play/coreutils/target/release/deps/uname: No such file or directory
install: /Users/nikivi/play/coreutils/target/release/deps/unexpand: No such file or directory
install: /Users/nikivi/play/coreutils/target/release/deps/uniq: No such file or directory
install: /Users/nikivi/play/coreutils/target/release/deps/unlink: No such file or directory
install: /Users/nikivi/play/coreutils/target/release/deps/uptime: No such file or directory
install: /Users/nikivi/play/coreutils/target/release/deps/users: No such file or directory
install: /Users/nikivi/play/coreutils/target/release/deps/wc: No such file or directory
install: /Users/nikivi/play/coreutils/target/release/deps/who: No such file or directory
install: /Users/nikivi/play/coreutils/target/release/deps/whoami: No such file or directory
install: /Users/nikivi/play/coreutils/target/release/deps/yes: No such file or directory
make: *** [install] Error 71
nikitavoloboev
commented
Aug 3, 2017
|
Updated rust. Not I get this error :
|
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
I imagine this is the same issue as #1040 (which I will fix soon). |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
I believe this is fixed now, but let me know if this is still an issue. |
nikitavoloboev commentedAug 3, 2017
Here is the error :
Thank you for any help.