mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 00:05:55 +03:00
[GH-ISSUE #1597] 0.7.1 fails to build #728
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#728
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @txtsd on GitHub (Sep 23, 2025).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/1597
I'm the maintainer of the librespot AUR package.
Building with
cargo build --frozen --release --all-features --workspacefails:@kingosticks commented on GitHub (Sep 23, 2025):
Do you really want to build all features? Why do you want both TLS backends?
@roderickvd commented on GitHub (Sep 23, 2025):
Yeah, that’s the point: you can’t have both TLS backends, so “with all features” won’t work. I thought I had added a compilation error for when both where enabled, but apparently not.
@txtsd commented on GitHub (Sep 24, 2025):
So how do I build all features with only one TLS backend? Do I have to manually specify each feature?
@michaelherger commented on GitHub (Sep 24, 2025):
I'm pretty sure the answer to your questions is yes and yes. But the real question is the one @kingosticks asked in the first response: do you really want to build all features? IMHO this doesn't make sense, and I wouldn't be surprised if some of them were even mutually exclusive. All the backends at the same time?
@roderickvd commented on GitHub (Sep 24, 2025):
Please refer to https://github.com/librespot-org/librespot/blob/dev/COMPILING.md