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

Doesnt work on Debian Buster #14

Closed
HoSnoopy opened this issue Apr 9, 2021 · 4 comments
Closed

Doesnt work on Debian Buster #14

HoSnoopy opened this issue Apr 9, 2021 · 4 comments

Comments

@HoSnoopy
Copy link

HoSnoopy commented Apr 9, 2021

I tried to compile it, but it ends with a "error[E0599]: no associated item named MAX found for type u32 in the current scope
--> src/pulse.rs:133:23"
I also tried to install the deb-file. No success :)
The binary also doesnt work, maybe Buster is too old?

@WhosyVox
Copy link

WhosyVox commented Apr 9, 2021

For the former issue, what version of cargo/libc are you running? It might not compile with the dated version in the Buster repos as Rust has been improving at a good pace these last year or two.

As for the deb issue, can you provide more information such as an error message?

Finally for the binary itself, could you run it in a terminal and provide the output?
I've been able to run the binary alone in Debian Buster (10.9) on a vanilla install with only the Cinnamon desktop and standard utils installed, so I'm unsure as to why it might be failing on your end.

@Aurailus
Copy link
Owner

Aurailus commented Apr 9, 2021

Can you check your Rust version? u32::MAX was implemented in version 1.43.0, if you try to compile with a version below that, it will not work.

@HoSnoopy
Copy link
Author

HoSnoopy commented Apr 9, 2021

It is 1.41.1 installed. So I have to wait until bullseye becomes stable. :) Thanks!

@Aurailus
Copy link
Owner

Aurailus commented Apr 9, 2021

No problem! I hope everything works out for you when it updates :)

@Aurailus Aurailus closed this as completed Apr 9, 2021
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

3 participants