This is broken currently (fails a post-build test with a MALLOC error). See this comment in the upstream issue: https://github.com/xou816/spot/issues/542#issuecomment-1208748141
(also posted this on the spot-client-git AUR package page)
Git Clone URL: | https://aur.archlinux.org/spot-client.git (read-only, click to copy) |
---|---|
Package Base: | spot-client |
Description: | Gtk/Rust native Spotify client |
Upstream URL: | https://github.com/xou816/spot |
Keywords: | album artist client gtk library listening music playback playlist rust spot spotify |
Licenses: | MIT |
Submitter: | dpeukert |
Maintainer: | SunRed |
Last Packager: | SunRed |
Votes: | 21 |
Popularity: | 0.000047 |
First Submitted: | 2021-02-18 13:07 (UTC) |
Last Updated: | 2024-05-07 17:00 (UTC) |
This is broken currently (fails a post-build test with a MALLOC error). See this comment in the upstream issue: https://github.com/xou816/spot/issues/542#issuecomment-1208748141
(also posted this on the spot-client-git AUR package page)
Disowning this as I no longer use Spotify.
Anyone else had issues building this with lto?
I had to add options=(!lto)
to the PKGBUILD to fix.
@cfebs: Should be fixed (well, just ignoring the new errors until they're fixed upstream) now.
@cfebs: I was able to reproduce this, looking into it.
Seeing some Clippy failures: https://gist.github.com/cfebs/0b1c1647398ecb24eff8769d82032ad9
My rustup show
stable-x86_64-unknown-linux-gnu (default)
rustc 1.57.0 (f1edd0429 2021-11-29)
I want to share with you my improvements on your PKGBUILD. I took my knowledge from packaging software as a TU and made the following improvements:
https://gist.github.com/NicoHood/a763ef9c3a57fac50d55d0e079fbd8ca
What is -Doffline='false'
used for?
Indeed, did not see you had just added a comment ahah
Perfect if there's a patch, no emergency then, thanks!
@xou816: Thanks for the info, looks like I missed the linter fixes by a couple of minutes when testing :) With both of the changes, everything indeed works. I'll just remove the patch that disables the Clippy test with the next release, so it's up to you if you want to do that now.
Pinned Comments