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

make bart failed while testing bartholomew #57

Open
3 tasks
dade-ally opened this issue Nov 26, 2024 · 1 comment
Open
3 tasks

make bart failed while testing bartholomew #57

dade-ally opened this issue Nov 26, 2024 · 1 comment

Comments

@dade-ally
Copy link

Describe the bug
Make bart failed even though I gave full path to the command

Frequency of the bug
Please check one:

  • Consistent repro
  • Intermittent repro
  • No repro

Set-up information
Please share the version of Spin used when the bug occurred. You can find the version of Spin by running spin -V.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
I want to build bartholomew in spin from the document instructions given.

Screenshots
If applicable, add screenshots to help explain your problem.
(Remember to remove any personally-identifiable information.)

**Additional context

make bart
cargo build --release --manifest-path=bart/Cargo.toml
make: cargo: No such file or directory
make: *** [Makefile:20: bart] Error 127

@itowlson
Copy link

make: cargo: No such file or directory

It looks from this error like you don't have the Rust toolchain installed. You can install this using rustup (https://www.rust-lang.org/tools/install).

I'll add this to the README and docs - thanks for flagging that we don't mention this rather important requirement!

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