Skip to content

make install is failing #19970

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
chris-morgan opened this issue Dec 18, 2014 · 3 comments
Closed

make install is failing #19970

chris-morgan opened this issue Dec 18, 2014 · 3 comments

Comments

@chris-morgan
Copy link
Member

… yet again. Can we PLEASE do something about this!? It’s getting a little ridiculous.

Current master (22a9f25). --prefix=/home/chris/opt/rust. Nothing else special to the best of my knowledge.

$ make install
…
prepare: tmp/dist/rust-0.13.0-dev-x86_64-unknown-linux-gnu-image/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmorestack.a
prepare: tmp/dist/rust-0.13.0-dev-x86_64-unknown-linux-gnu-image/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler-rt.a
build: dist/rust-0.13.0-dev-x86_64-unknown-linux-gnu.tar.gz
make[1]: /home/chris/rust/src/rust-installer/gen-installer.sh: Command not found
/home/chris/rust/mk/dist.mk:254: recipe for target 'dist/rust-0.13.0-dev-x86_64-unknown-linux-gnu.tar.gz' failed
make[1]: *** [dist/rust-0.13.0-dev-x86_64-unknown-linux-gnu.tar.gz] Error 127
make[1]: Leaving directory '/home/chris/rust'
/home/chris/rust/mk/install.mk:22: recipe for target 'install' failed
make: *** [install] Error 2
@chris-morgan
Copy link
Member Author

A little sleuthing suggests this is fallout from #19753 adding the src/rust-installer submodule but not making sure that it’s actually checked out and all. git submodule update --init src/rust-installer fixes it. I haven’t checked to see what happens from a fresh clone, but we must make sure that this is taken care of.

@liigo
Copy link
Contributor

liigo commented Dec 20, 2014

@brson I got the same error.

@chris-morgan
Copy link
Member Author

This appears to have been remedied. Since we have yet another make install failure in #20383, I suppose I can close this one.

(Am I getting too cynical?)

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