Skip to content

make -j4 NO_REBUILD=1 while compiling rust from git sources will fail #29271

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

Closed
ghost opened this issue Oct 24, 2015 · 1 comment
Closed

make -j4 NO_REBUILD=1 while compiling rust from git sources will fail #29271

ghost opened this issue Oct 24, 2015 · 1 comment

Comments

@ghost
Copy link

ghost commented Oct 24, 2015

make -j4 NO_REBUILD=1
Fails with

/bin/sh: x86_64-unknown-linux-gnu/stage2/bin/rustdoc: No such file or directory
/home/zazdxscf/build/1nonpkgs/rust/rust/mk/docs.mk:138: recipe for target 'doc/grammar.html' failed
make: *** [doc/grammar.html] Error 127
make: *** Waiting for unfinished jobs....

Tried to report it here: #14461 (comment) but that one's closed and I cannot reopen it.

Workaround: Use -j1 instead of -j4, or -j4 and don't specify NO_REBUILD=1

@alexcrichton
Copy link
Member

Make's gone now, so closing.

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

2 participants