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

./x.py --help sometimes doesn't work #40055

Closed
keeperofdakeys opened this issue Feb 23, 2017 · 2 comments
Closed

./x.py --help sometimes doesn't work #40055

keeperofdakeys opened this issue Feb 23, 2017 · 2 comments

Comments

@keeperofdakeys
Copy link
Contributor

If x.py is in the middle of a build, or hasn't downloaded a bootstrap file, ./x.py --help doesn't seem to work.

Eg:

<^C in the middle of a build>
user@host 0 rust $ ./x.py --help
   Compiling libc v0.2.20
   Compiling rustc-serialize v0.3.22
   Compiling cmake v0.1.20
   Compiling num_cpus v0.2.13
   Compiling filetime v0.1.10

and

user@host 130 rust $ ./x.py --help
info: the build system for Rust is written in Rust, so this
      script is now going to download a stage0 rust compiler
      and then compile the build system itself

info: in the meantime you can read more about rustbuild at
      src/bootstrap/README.md before the download finishes
downloading https://static.rust-lang.org/dist/2017-02-01/rust-std-beta-x86_64-unknown-linux-gnu.tar.gz
#####                                                                      7.1%
@petrochenkov
Copy link
Contributor

Duplicate of #37305

@keeperofdakeys
Copy link
Contributor Author

Ah, I didn't find it when I did a search. I might close this one then.

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