Closed 0atman closed 8 months ago
But also:
❯ cargo install cliflux --locked
Updating crates.io index
Installing cliflux v1.4.1
Updating crates.io index
warning: package `ahash v0.7.6` in Cargo.lock is yanked in registry `crates-io`, consider running without --locked
warning: package `hermit-abi v0.3.1` in Cargo.lock is yanked in registry `crates-io`, consider running without --locked
Updating crates.io index
Compiling proc-macro2 v1.0.60
Compiling unicode-ident v1.0.9
Compiling quote v1.0.28
Compiling autocfg v1.1.0
Compiling libc v0.2.146
Compiling memchr v2.5.0
Compiling cfg-if v1.0.0
Compiling parking_lot_core v0.9.8
Compiling smallvec v1.10.0
Compiling once_cell v1.18.0
Compiling scopeguard v1.1.0
Compiling log v0.4.19
Compiling serde v1.0.164
Compiling pin-project-lite v0.2.9
Compiling futures-core v0.3.28
Compiling ppv-lite86 v0.2.17
Compiling syn v1.0.109
Compiling pkg-config v0.3.27
Compiling siphasher v0.3.10
Compiling cc v1.0.79
Compiling vcpkg v0.2.15
Compiling futures-sink v0.3.28
Compiling bytes v1.4.0
Compiling futures-task v0.3.28
Compiling futures-channel v0.3.28
Compiling version_check v0.9.4
Compiling regex-syntax v0.7.2
Compiling futures-util v0.3.28
Compiling itoa v1.0.6
Compiling pin-utils v0.1.0
Compiling futures-io v0.3.28
Compiling new_debug_unreachable v1.0.4
Compiling signal-hook v0.3.15
Compiling fnv v1.0.7
Compiling foreign-types-shared v0.1.1
Compiling mac v0.1.1
Compiling openssl v0.10.60
Compiling tracing-core v0.1.31
Compiling futf v0.1.5
Compiling foreign-types v0.3.2
Compiling httparse v1.8.0
Compiling native-tls v0.2.11
Compiling phf_shared v0.10.0
Compiling precomputed-hash v0.1.1
Compiling utf-8 v0.7.6
Compiling unicode-width v0.1.10
Compiling bitflags v2.4.1
Compiling equivalent v1.0.1
Compiling hashbrown v0.14.3
Compiling tinyvec_macros v0.1.1
Compiling try-lock v0.2.4
Compiling openssl-probe v0.1.5
Compiling thiserror v1.0.40
Compiling phf v0.10.1
Compiling lock_api v0.4.10
Compiling slab v0.4.8
Compiling tokio v1.28.2
Compiling indexmap v1.9.3
Compiling ahash v0.7.6
Compiling tendril v0.4.3
Compiling tinyvec v1.6.0
Compiling percent-encoding v2.3.0
Compiling bitflags v1.3.2
Compiling want v0.3.1
Compiling hashbrown v0.12.3
Compiling ryu v1.0.13
Compiling httpdate v1.0.2
Compiling cassowary v0.3.0
Compiling serde_json v1.0.97
Compiling tower-service v0.3.2
Compiling http v0.2.9
Compiling form_urlencoded v1.2.0
Compiling unicode-segmentation v1.10.1
Compiling unicode-bidi v0.3.13
Compiling tracing v0.1.37
Compiling winnow v0.4.7
Compiling smawk v0.3.1
Compiling encoding_rs v0.8.32
Compiling mime v0.3.17
Compiling base64 v0.21.2
Compiling ipnet v2.7.2
Compiling pathdiff v0.2.1
Compiling aho-corasick v1.0.2
Compiling open v3.2.0
Compiling stringreader v0.1.1
Compiling syn v2.0.18
Compiling getrandom v0.2.10
Compiling signal-hook-registry v1.4.1
Compiling mio v0.8.8
Compiling num_cpus v1.15.0
Compiling socket2 v0.4.9
Compiling indexmap v2.1.0
Compiling dirs-sys v0.3.7
Compiling openssl-sys v0.9.96
Compiling rand_core v0.6.4
Compiling parking_lot v0.12.1
Compiling directories v4.0.1
error[E0635]: unknown feature `stdsimd`
--> /home/oatman/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.7.6/src/lib.rs:33:42
|
33 | #![cfg_attr(feature = "stdsimd", feature(stdsimd))]
| ^^^^^^^
Compiling rand_chacha v0.3.1
Compiling unicode-normalization v0.1.22
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: failed to compile `cliflux v1.4.1`, intermediate artifacts can be found at `/tmp/cargo-installW35MlJ`.
To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path.
Hmm. It looks like some of my dependencies have changed out from under me since I last did a cargo install
on this project. I'll dig into this when time permits, sorry for the blocker here!
Could you provide the output of cargo --version
and rustc --version
? That might help in debugging here.
No problem at all, thank you for making the client!
❯ rustc --version
rustc 1.79.0-nightly (385fa9d84 2024-04-04)
❯ cargo --version
cargo 1.79.0-nightly (0637083df 2024-04-02)
Well thank you very much! :smiley:
(same error on stable)
Looks like some breaking changes happened to ratatui and tuirealm.
I'm pushing up some compatibility fixes, I think v1.4.2 should work now.
Works great! Thank you so much! I've got an unrelated question, but I'll open another issue. :smile:
What am I doing wrong here? Thank you!