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
$ ./configure --disable-docs --prefix=/opt/rust-nightly && make clean && make check && make -j4 && sudo make install
...
prepare: tmp/dist/rust-0.12.0-pre-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_back-*.so
prepare: tmp/dist/rust-0.12.0-pre-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmorestack.a
prepare: tmp/dist/rust-0.12.0-pre-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler-rt.a
cp: cannot stat `doc': No such file or directorymake: *** [dist-install-dir-x86_64-unknown-linux-gnu-with-target-libs] Error 1
This fixes the problem: mkdir doc && sudo make install