starkers / asdf-kcl

kcl installation via asdf-vm
Apache License 2.0
1 stars 4 forks source link

Error installing #6

Open wmcnamee-coreweave opened 4 months ago

wmcnamee-coreweave commented 4 months ago

Describe the bug

* Downloading kcl release 0.9.0...
tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
tar: Ignoring unknown extended header keyword 'SCHILY.fflags'
tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.FinderInfo'
tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.quarantine'
tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.quarantine'
tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
asdf-kcl: Expected /Users/wmcnamee/.asdf/installs/kcl/0.9.0/bin/kcl to be executable.
asdf-kcl: An error occurred while installing kcl 0.9.0.

Steps to reproduce

asdf plugin add kcl
asdf list all kcl
asdf install kcl 0.9.0

Expected behavior

Can install the latest version of KCL

Screenshots

Additional context

Peefy commented 4 months ago

The KCL CLIs are transferred into this repo: https://github.com/kcl-lang/cli

wmcnamee-coreweave commented 3 months ago

@Peefy I have a PR that fixes downloading, however, when downloading release 0.9.3 the CLI is reporting that it is 0.9.2 when running kcl --version

image

image

wmcnamee-coreweave commented 3 months ago

strangely, when I have KCL installed via homebrew, I get a totally different output from kcl --version

image

Is kclvm_cli the same binary?

olzemal commented 3 weeks ago

Any news on this? Would be great to get this working again :)