Closed blaueente closed 5 years ago
make sure to update rust to the latest stable version using
rustup self update
rustup update
Thanks! I pinned rust 1.37 and cargo from debian testing [1] instead, as I didn't want to litter my system, and then the build went through successfully.
[1]
deb http://ftp.de.debian.org/debian/ testing main contrib non-free
I solved this by running the command curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh after uninstalling rustc with apt
Think there needs to be a howto to install on debian in the wiki
I wanted to build spotifyd with pulseaudio on a current raspbian 10 buster.
rustc 1.34.2+dfsg1-1+rpi1
cargo 0.35.0-2+rpi1both of the following attemps failed simliarly:
cargo build --release --features="pulseaudio_backend" --verbose
cargo build --release --verboseThe error (here from pulseaudio attempt):