-
Notifications
You must be signed in to change notification settings - Fork 460
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 failed - attribute is experimental #201
Comments
versions: |
Dear all, i guess the problem is related to an "older" version of cargo and rust in debian stretch. |
Hi, I ran into the same issue, but needed pulseaudio, so could not use same fix. I removed stretch-packaged rust, then tried to get a fresher packaged rust toolchain from backports, but it does not seem to be backported. I finally decided to go for rustup, then with this version
I ran into another building issue :
A bit more digging brought me to rust-lang/cargo#6556, and eventually to rust-lang/cargo#5654 But then it's way out of my league (rust newbie over here). Any clue how to work this around? |
Dear all,
i try to build spotifyd on my Sparky SBC und DietPi (a minimal debian)
i get following error:
Compiling try-lock v0.1.0
error: the struct
#[repr(align(u16))]
attribute is experimental (see issue #33626)--> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.5.0/src/cache_padded.rs:19:1
|
19 | #[repr(align(64))]
| ^^^^^^^^^^^^^^^^^^
error: non-string literals in attributes, or string literals in top-level positions, are experimental (see issue #34981)
--> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.5.0/src/cache_padded.rs:19:1
|
19 | #[repr(align(64))]
| ^^^^^^^^^^^^^^^^^^
error: aborting due to 2 previous errors
error: Could not compile
crossbeam-utils
.warning: build failed, waiting for other jobs to finish...
The text was updated successfully, but these errors were encountered: