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

levant 0.3.3-1 arm64 & amd64 package install zipped levant file /usr/bin/levant_0.3.3_linux_arm64.zip instead of binary #510

Open
dmclf opened this issue Oct 9, 2023 · 4 comments

Comments

@dmclf
Copy link

dmclf commented Oct 9, 2023

Description

levant binary does not work after upgrading to 0.3.3

apt-get upgrade levant
apt-get install levant=0.3.3-1

levant version

levant: command not found

dpkg -l levant

ii  levant         0.3.3-1      arm64        Levant is a templating and deployment tool for HashiCorp Nomad

dpkg-query -L levant

/usr
/usr/bin
/usr/bin/levant_0.3.3_linux_arm64.zip

same issue on amd64

# dpkg -l levant
ii  levant         0.3.3-1      amd64        Levant is a templating and deployment tool for HashiCorp Nomad

# dpkg-query -L levant
/usr
/usr/bin
/usr/bin/levant_0.3.3_linux_amd64.zip

expected behaviour

ii  levant         0.3.2-1      amd64        Levant is a templating and deployment tool for HashiCorp Nomad

# dpkg-query -L levant
/usr
/usr/bin
/usr/bin/levant

# levant version
Levant v0.3.2

@dmclf dmclf changed the title levant 0.3.3-1 arm64 package installs zipped levant file /usr/bin/levant_0.3.3_linux_arm64.zip levant 0.3.3-1 arm64 & amd64 package install zipped levant file /usr/bin/levant_0.3.3_linux_arm64.zip instead of binary Oct 9, 2023
@Blefish
Copy link

Blefish commented Oct 19, 2023

Package manager based installations cannot be used due to this bug anymore, must be reverted to 0.3.2-1.

@jrasell
Copy link
Member

jrasell commented Oct 19, 2023

Hi @dmclf and @Blefish thanks for raising this issue. I'll take a look into it and get back to you.

@username-is-already-taken2

Looks like this is still an issue levant_0.3.3_linux_amd64.zip after installing on a debian host today

@dmclf
Copy link
Author

dmclf commented Oct 30, 2024

@username-is-already-taken2 I suppose Levant is not actively maintained, seeing this (potentially not highly complicated issue?) is open for over a year now and 0.3.3 was the last release.

(any formal reading from Hashicorp related to Levant and if it is still to be used, or avoided?)

it seems still actively mentioned on

but they do have some section now like

Nomad Pack is a new package manager and templating tool that can be used instead of Levant. Nomad Pack is currently in Tech Preview and may change during development.

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

4 participants