-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
install script doesn't recognize --docdir option #36451
Comments
Had we tested |
This is preventing installs for me too. Not sure if it matters, but I got it building a cross compiler from master branch with custom install dir (configure --prefix). |
@m10e you can always apply patch to rust-installer before it's merged upstream. |
@andoriyu Sure, so it's definitely not urgent. I was just weighing in with a +1. Thanks for the tip though! |
Ideally the merged pull request should of only been merged when both when both pull requests were ready to be merged followed by updating the submodule. Unfortunately it did not work out that way, sorry for any issues I have caused... |
I believe this should be tagged with the label regression-from-stable-to-nightly. @alexcrichton ? |
Ah, didn't realize it was a regression, but in that case indeed! |
@alexcrichton Yes, The issue is that, since that commit, |
Related: #29632 |
Is there a workaround for this currently? The latest nightly ICEs on code that previously compiled (I think due to #36816) so I wanted to compile from source with the merged fix, but now I'm hitting this. |
Update rust-installer. Fixes #36451 Via rust-lang/rust-installer#54. Untested... r? @alexcrichton
ran ./configure && make && sudo make install
...
gen-install-script: CFG_LEGACY_MANIFEST_DIRS := rustlib,cargo
gen-install-script:
gen-install-script: validating arguments
gen-install-script:
install: error: Option '--docdir=/usr/local/share/doc/rust' is not recognized
/home/banjo/Work/dev/rust/mk/install.mk:21: recipe for target 'install' failed
make: *** [install] Error 1
Seems to be introduced by this commit, which was merged yesterday.
commit 5e9149d
Author: orbea [email protected]
Date: Thu Sep 8 23:18:20 2016 -0700
The text was updated successfully, but these errors were encountered: