Bootstrap (or make) script should check/install xargo
Created by: ambaxter
Reproduction: [describe how you are able to reproduce ("trigger") this bug/issue.]
make all ....
Create directory /Users/abaxter/Projects/rust/redox/build/initfs/ repo - fetching drivers cook - drivers fetch Cloning into 'source'... remote: Counting objects: 1139, done. remote: Compressing objects: 100% (19/19), done. remote: Total 1139 (delta 3), reused 19 (delta 2), pack-reused 1118 Receiving objects: 100% (1139/1139), 209.29 KiB | 0 bytes/s, done. Resolving deltas: 100% (483/483), done. Already up-to-date. repo - preparing drivers cook - drivers prepare repo - building drivers cook - drivers update ./cook.sh: line 119: xargo: command not found ./repo.sh failed.make: *** [build/initfs.tag] Error 1
Running the following command in the redox directory fixes the problem
cargo install xargo
Expected behavior: [describe the behavior you would expect the repro to yield.] Bootstrap (or make) should detect xargo's installation (or lack thereof) and install it if necessary
Actual behavior: [describe the actual behavior, which is presented through the repro.]. make fails
Build information: [only when using a self build version: output of rustc -V
, git rev-parse HEAD
qemu-i386 -version
, uname -a
, etc.]
Redox release: [only when using a prebuild version: redox version]
rustc -V rustc 1.19.0-nightly (0418fa9d3 2017-06-04)
git rev-parse HEAD c3fc7a20
uname -a Darwin abaxter-OSX.local 16.6.0 Darwin Kernel Version 16.6.0: Fri Apr 14 16:21:16 PDT 2017; root:xnu-3789.60.24~6/RELEASE_X86_64 x86_64
Blocking/related: [issues or PRs blocking or being related to this issue.]
Misc: [optional: for other relevant information that should be known or cannot be described in the other fields.]
If the above does not fit the nature of the issue feel free to modify it.