mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[GH-ISSUE #600] 0.20.1 will not build #1283
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1283
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 @rlees85 on GitHub (Nov 4, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/600
Describe the bug
The latest version (0.20.1) will not compile.
To Reproduce
Run:
cargo build --release --no-default-features --locked --features gstreamer-backend,media-control,sixel,notifyExpected behaviour
The build to be successful.
Log and backtrace
Will follow in comments due to GitHub comment size limits
Screenshots
N/A
Environment
Additional context
N/A
@rlees85 commented on GitHub (Nov 4, 2024):
@rlees85 commented on GitHub (Nov 4, 2024):
@aome510 commented on GitHub (Nov 4, 2024):
Might be fixed by https://github.com/aome510/spotify-player/pull/598. Can you try latest
masterinstead?@rlees85 commented on GitHub (Nov 4, 2024):
Sadly not.... although its moaning about
ring_corestuff rather thanawsstuff now...@rlees85 commented on GitHub (Nov 4, 2024):
also, in case it is relevant:
edit: ignore this, downgrading to 3.3.2 also fails.
@rlees85 commented on GitHub (Nov 4, 2024):
ok.. so its LTO... If you are using Arch Linux, you need to add
!ltobuild option, to disable it. Its a bit bad/weird that it does not with with LTO though.