Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • redox redox
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 226
    • Issues 226
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 14
    • Merge requests 14
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • redox-os
  • redoxredox
  • Issues
  • #954
Closed
Open
Created Jun 05, 2017 by Jeremy Soller@jackpot51Owner

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.

Assignee
Assign to
Time tracking