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

404 for prebuilt CLI binaries #555

Closed
SV-97 opened this issue Feb 13, 2024 · 8 comments
Closed

404 for prebuilt CLI binaries #555

SV-97 opened this issue Feb 13, 2024 · 8 comments

Comments

@SV-97
Copy link

SV-97 commented Feb 13, 2024

Issue

When trying to download any prebuilt binary from the links listed in the Binary Releases section of the installation guide (for example Linux (x86_64)) I'm getting 404s.

The source build for the full version also doesn't work for me (running nightly rust 1.78.0 on current pop_OS). I tried cargo install taplo-cli --locked --features lsp which fails with error[E0635]: unknown feature stdsimd when trying to build ahash.

Workaround

As a workaround I was able to download the current release and manually build + install it using cargo install --path . --features lsp from crates/taplo-cli.

@uncenter
Copy link
Contributor

uncenter commented Feb 13, 2024

For the first issue, see #542. I ran into that yesterday too lol.

@SV-97
Copy link
Author

SV-97 commented Feb 13, 2024

Ah great that it's already known :) I searched for similar open issues but didn't find that one

@uncenter
Copy link
Contributor

Ah great that it's already known :) I searched for similar open issues but didn't find that one

Same yeah no worries.

@JounQin
Copy link
Collaborator

JounQin commented Feb 13, 2024

Duplicate of #542

@JounQin JounQin marked this as a duplicate of #542 Feb 13, 2024
@JounQin JounQin closed this as not planned Won't fix, can't repro, duplicate, stale Feb 13, 2024
@uncenter
Copy link
Contributor

uncenter commented Feb 13, 2024

The source build for the full version also doesn't work for me (running nightly rust 1.78.0 on current pop_OS). I tried cargo install taplo-cli --locked --features lsp which fails with error[E0635]: unknown feature stdsimd when trying to build ahash.

This still seems like an unresolved issue? Not sure though.

@JounQin
Copy link
Collaborator

JounQin commented Feb 13, 2024

We're working on the next release, let's wait for a while to confirm instead.

@SV-97
Copy link
Author

SV-97 commented Feb 14, 2024

This still seems like an unresolved issue? Not sure though.

I just tried again after updating to new nightly and got 3 warnings that ahash v.0.7.6, ahash v0.8.3 as well as crossbeam-channel v.0.5.6 have been yanked from crates.io with the suggested fix of consider running without --locked. Running without --locked indeed makes the install run through.

Related issue in the aHash repo suggests that this has been fixed with ahash v0.8.7 and the fix backported to 0.7 via v0.7.8: tkaitchuck/aHash#200

@ia0
Copy link
Collaborator

ia0 commented Feb 14, 2024

This last part will be fixed by #556.

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