spotify-tui icon indicating copy to clipboard operation
spotify-tui copied to clipboard

Segmentation fault running on x86_64-unknown-linux-musl

Open Witcher01 opened this issue 2 years ago • 1 comments

Compiling spotify-tui and running it on Alpine Linux immediately segfault's. I installed it through Cargo.

Is any dependency of spotify-tui known to not work on musl? I'm assuming that would be the issue, but I don't know for sure.

Witcher01 avatar Sep 16 '22 21:09 Witcher01

this is actually an issue with most Rust apps running on musl. I hear that it's an upstream problem that is being worked on. Hopefully, this fixes your issue https://github.com/elkowar/eww/issues/362#issuecomment-991702958

1Kinoti avatar Sep 20 '22 13:09 1Kinoti