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

Build failure on 1.80 nightly and Windows #178

Closed
clin1234 opened this issue May 6, 2024 · 3 comments
Closed

Build failure on 1.80 nightly and Windows #178

clin1234 opened this issue May 6, 2024 · 3 comments

Comments

@clin1234
Copy link

clin1234 commented May 6, 2024

Running cargo install --all-features --locked --git https://github.com/01mf02/jaq fails to compile:

error[E0635]: unknown feature `stdsimd`
  --> C:\Users\ךינשגכהד\.cargo\registry\src\index.crates.io-6f17d22bba15001f\ahash-0.8.6\src/lib.rs:99:42
   |
99 | #![cfg_attr(feature = "stdsimd", feature(stdsimd))]
   |                                          ^^^^^^^

For more information about this error, try `rustc --explain E0635`.
error: could not compile `ahash` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
error: could not compile `ahash` (lib) due to 1 previous error
error: failed to compile `jaq v1.3.0 (https://github.com/01mf02/jaq#7baed83d)`, intermediate artifacts can be found at `C:\Users\0BAC~1\AppData\Local\Temp\cargo-install20BWIe`.
To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path.

tkaitchuck/aHash#227 explains the issue.

@01mf02
Copy link
Owner

01mf02 commented May 7, 2024

This is a duplicate of #176.

@01mf02 01mf02 closed this as completed May 7, 2024
@01mf02 01mf02 reopened this May 7, 2024
01mf02 added a commit that referenced this issue May 7, 2024
@01mf02
Copy link
Owner

01mf02 commented May 7, 2024

Oops, I'm sorry, this is actually a different issue. Does cd728e2 resolve it?
(According to tkaitchuck/aHash#227, it should.)

@clin1234
Copy link
Author

clin1234 commented May 7, 2024

Compiles now.

@clin1234 clin1234 closed this as completed May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants