-
-
Notifications
You must be signed in to change notification settings - Fork 558
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
dont compile on Ubuntu 2204 #66
Comments
Generic associated types has actually been stabilised in the newest Rust versions. |
Check to have the latest version with rustc --version |
rustc 1.63.0 |
rustup update but still rustc --versionrustc 1.63.0 |
rustup update stable stable-x86_64-unknown-linux-gnu installed - rustc 1.67.1 (d5a82bbd2 2023-02-07) $ rustc --version I may have gotten something wrong, shouldn't I have a 1.67.1 rustc ? |
ubuntu is a complete mess regarding rust package management. part of it are in deb, other are in snap and dont interpolate correctly. I just removed rustc cargo and rustup and installed all from https://sh.rustup.rs and now it compile cleanly. sorry for the noise. |
Don't worry at all! I'm glad you solved it! |
Describe the bug
just typed "cargo install sniffnet"
To Reproduce
cargo install sniffnet
Expected behavior
compile sniffnet cleanly
Screenshots
...
Compiling iced_core v0.7.0
Compiling wgpu-hal v0.14.1
Compiling iced_futures v0.5.1
Compiling iced_style v0.6.0
Compiling iced_native v0.8.0
Compiling image v0.24.5
Compiling ipnetwork v0.18.0
Compiling smithay-clipboard v0.6.6
Compiling sctk-adwaita v0.4.3
Compiling confy v0.5.1
Compiling maxminddb v0.23.0
Compiling iced_graphics v0.6.0
error[E0658]: generic associated types are unstable
--> /home/koublaski/.cargo/registry/src/github.com-1ecc6299db9ec823/iced_graphics-0.6.0/src/image/storage.rs:12:5
|
12 | type State<'a>;
| ^^^^^^^^^^^^^^^
|
= note: see issue #44265 rust-lang/rust#44265 for more information
For more information about this error, try
rustc --explain E0658
.error: could not compile
iced_graphics
due to previous errorwarning: build failed, waiting for other jobs to finish...
error: failed to compile
sniffnet v1.1.0
, intermediate artifacts can be found at/tmp/cargo-installT3ViYm
Desktop (please complete the following information):
linux Ubuntu
Distributor ID: Ubuntu
Description: Ubuntu 22.04.1 LTS
Release: 22.04
Codename: jammy
Additional context
I have tried to "rustup update" but it doesn't change nothing.
The text was updated successfully, but these errors were encountered: