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

devstack installation fails on golang installation #2420

Open
kimminsookinx opened this issue Jun 2, 2023 · 0 comments
Open

devstack installation fails on golang installation #2420

kimminsookinx opened this issue Jun 2, 2023 · 0 comments

Comments

@kimminsookinx
Copy link

kimminsookinx commented Jun 2, 2023

++/opt/stack/skydive/devstack/plugin.sh:install_go:98 curl -s -L https://storage.googleapis.com/golang/go1.14.x.linux-amd64.tar.gz +++/opt/stack/skydive/devstack/plugin.sh:install_go:98 dirname /opt/go ++/opt/stack/skydive/devstack/plugin.sh:install_go:98 tar -C /opt -xzf -

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now

caused by no such tar for golang

proposed change

add a patch version for golang 1.14 @ skydive/devstack/plugin.sh ln:9

such as

# golang version. Skydive needs at least version 1.14
GO_VERSION=${GO_VERSION:-1.14.15}

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

1 participant