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

OPENSDS_ROOT and OPENSDS_DIR is inconsistent in bootstrap script #1260

Closed
thandayuthapani opened this issue Apr 15, 2020 · 0 comments · Fixed by #1261
Closed

OPENSDS_ROOT and OPENSDS_DIR is inconsistent in bootstrap script #1260

thandayuthapani opened this issue Apr 15, 2020 · 0 comments · Fixed by #1261
Assignees
Labels
bug Something isn't working Medium Priority Medium Priority Label
Milestone

Comments

@thandayuthapani
Copy link
Contributor

/kind bug

What happened: Bootstrap script failed while trying to build

What you expected to happen: Expected successful execution of bootstrap.sh

How to reproduce it (as minimally and precisely as possible):
Ran following script from File Share documentation

curl -sSL https://raw.githubusercontent.com/opensds/opensds/master/install/devsds/bootstrap.sh | sudo bash

Anything else we need to know?:
Log:

root@HP-ENVY-x360:/home/thandayuthapani# bash bootstrap.sh 
2020-04-15 13:35:56 [INFO] OpenSDS bootstrap starting ...
2020-04-15 13:35:56 [INFO] Downloading the OpenSDS source code...
Cloning into 'api'...
remote: Enumerating objects: 237, done.
remote: Counting objects: 100% (237/237), done.
remote: Compressing objects: 100% (203/203), done.
remote: Total 32450 (delta 64), reused 93 (delta 17), pack-reused 32213
Receiving objects: 100% (32450/32450), 95.61 MiB | 436.00 KiB/s, done.
Resolving deltas: 100% (15684/15684), done.
bootstrap.sh: line 90: cd: /root/go/src/github.com/sodafoundation/api: No such file or directory
2020-04-15 13:39:44 [INFO] Building OpenSDS ...
make: *** No rule to make target 'ubuntu-dev-setup'.  Stop.
make: *** No targets specified and no makefile found.  Stop.
2020-04-15 13:39:44 [INFO] OpenSDS bootstrapped successfully. you can execute source /etc/profile to load golang ENV.

Environment:

  • Hotpot(release/branch) version: master
  • OS (e.g. from /etc/os-release): Ubuntu 18.04
  • Kernel (e.g. uname -a): Linux HP-ENVY-x360 5.3.0-42-generic OpenSDS SouthBound Interface Design #34~18.04.1-Ubuntu SMP Fri Feb 28 13:42:26 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
  • Install tools:
  • Others:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Medium Priority Medium Priority Label
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants