Skip to content
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

mkinstall.sh failure #20383

Closed
d3zd3z opened this Issue Jan 1, 2015 · 6 comments

Comments

Projects
None yet
7 participants
@d3zd3z
Copy link

d3zd3z commented Jan 1, 2015

Some time between f673e98 and 84f5ad8, I stopped being able to run 'make install', with the following error. I can start bisecting if that is useful, but the problem may be more obvious to someone more familiar with the build system.

gen-installer: looking for programs
gen-installer: 
gen-installer: found tar
gen-installer: found cp
gen-installer: found rm
gen-installer: found mkdir
gen-installer: found echo
gen-installer: found tr
gen-installer: found awk
gen-installer: 
gen-installer: processing /mnt/language/rust/rust/src/rust-installer/gen-installer.sh args
gen-installer: 
gen-installer: CFG_PRODUCT_NAME     := Rust 
gen-installer: CFG_COMPONENT_NAME   := rustc 
gen-installer: CFG_PACKAGE_NAME     := rust-0.13.0-dev-x86_64-unknown-linu ...
gen-installer: CFG_VERIFY_BIN       := rustc 
gen-installer: CFG_REL_MANIFEST_DIR := rustlib 
gen-installer: CFG_SUCCESS_MESSAGE  := Rust-is-ready-to-roll. 
gen-installer: CFG_LEGACY_MANIFEST_DIRS := rustlib,cargo 
gen-installer: CFG_NON_INSTALLED_PREFIXES := COPYRIGHT,LICENSE-APACHE,LICENSE-MI ...
gen-installer: CFG_BULK_DIRS        :=  
gen-installer: CFG_IMAGE_DIR        := tmp/dist/rust-0.13.0-dev-x86_64-unk ...
gen-installer: CFG_WORK_DIR         := tmp/dist 
gen-installer: CFG_OUTPUT_DIR       := dist 
gen-installer: 
gen-installer: validating /mnt/language/rust/rust/src/rust-installer/gen-installer.sh args
gen-installer: 
gen-install-script: looking for install programs
gen-install-script: 
gen-install-script: found sed
gen-install-script: found chmod
gen-install-script: found cat
gen-install-script: 
gen-install-script: processing /mnt/language/rust/rust/src/rust-installer/gen-install-script.sh args
gen-install-script: 
gen-install-script: CFG_PRODUCT_NAME     := Rust 
gen-install-script: CFG_VERIFY_BIN       := rustc 
gen-install-script: CFG_REL_MANIFEST_DIR := rustlib 
gen-install-script: CFG_SUCCESS_MESSAGE  := Rust-is-ready-to-roll. 
gen-install-script: CFG_OUTPUT_SCRIPT    := tmp/dist/rust-0.13.0-dev-x86_64-unk ...
gen-install-script: CFG_LEGACY_MANIFEST_DIRS := rustlib,cargo 
gen-install-script: 
gen-install-script: validating /mnt/language/rust/rust/src/rust-installer/gen-install-script.sh args
gen-install-script: 
mkdir -p tmp/empty_dir
make[1]: Leaving directory '/mnt/language/rust/rust'
sh: ../../tmp/dist/rust-docs-0.13.0-dev-x86_64-unknown-linux-gnu/install.sh: No such file or directory
/mnt/language/rust/rust/mk/install.mk:22: recipe for target 'install' failed
@davideagen

This comment has been minimized.

Copy link

davideagen commented Jan 1, 2015

I'm having the same problem

@utkarshkukreti

This comment has been minimized.

Copy link
Contributor

utkarshkukreti commented Jan 1, 2015

Same here.

@d3zd3z

This comment has been minimized.

Copy link
Author

d3zd3z commented Jan 1, 2015

This seems to be an issue with building vs installing the docs. The build system will happily build without all of the tools necessary to generate the docs, but 8b3c676 seems to assume they all got built, unless the user explicitly adds --disable-docs to the configure line.

I was able to work around this program by adding --disable-docs to my configure invocation. Since I mostly read the docs online (or look directly at the source), this works OK for me.

@yeahnoob

This comment has been minimized.

Copy link

yeahnoob commented Jan 1, 2015

No "disable-docs", No "make install" at this time.

And nothing about this is explained in rust's documents, for now...

The pull request #20380 seems to fix this issue.

@nodakai

This comment has been minimized.

Copy link
Contributor

nodakai commented Jan 2, 2015

I filed an issue #19698 last month so that Rust Buildbot could catch errors like this, but no one with an access to Rust Buildbot has paid an attention to it.

@tbu-

This comment has been minimized.

Copy link
Contributor

tbu- commented Jan 6, 2015

I believe this one can be closed, it's fixed now (I had this problem before, but now it's gone).

@brson brson closed this Jan 7, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.