Package Details: spotify-tui 0.25.0-4

Git Clone URL: https://aur.archlinux.org/spotify-tui.git (read-only, click to copy)
Package Base: spotify-tui
Description: Spotify client for the terminal written in Rust
Upstream URL: https://github.com/Rigellute/spotify-tui
Keywords: spotify tui
Licenses: MIT
Submitter: flacks
Maintainer: orhun
Last Packager: orhun
Votes: 66
Popularity: 0.83
First Submitted: 2019-10-07 18:28 (UTC)
Last Updated: 2023-11-27 11:19 (UTC)

Latest Comments

1 2 3 Next › Last »

orhun commented on 2023-11-27 11:19 (UTC)

Good point, PKGBUILD is updated!

Richardn commented on 2023-11-25 15:45 (UTC)

I think you need to also export RUSTUP_TOOLCHAIN=stable in prepare()? I am building in AUR helper RUA with strong isolation, and prepare() failed with

error: rustup could not choose a version of cargo to run, because one wasn't specified explicitly, and no default is configured.

orhun commented on 2023-02-09 18:52 (UTC)

It builds fine for me in chroot. If you're interested, I have a binary repository here: https://pkgbuild.com/~orhun/repo

It can be set up like this: https://github.com/orhun/pkgbuilds#pre-built-packages

docdaD commented on 2023-02-09 17:44 (UTC) (edited on 2023-02-09 17:44 (UTC) by docdaD)

I needed 'llvm-libs' to get it compiling.

XenHat commented on 2022-12-24 20:09 (UTC)

I posted a working version of the PKGBUILD on GitLab Snippets in hope that the maintainer can release a hot fix as soon as possible.

talleyhoe commented on 2022-11-09 03:23 (UTC) (edited on 2022-11-09 03:34 (UTC) by talleyhoe)

I was also having issues from the OpenSSL debacle, but was able to build with Phytolizer's 'cargo update', and eddvzg's 'remove --frozen' advice. However, I had issues building if OPENSSL_DIR was in my environment. May need to unset it if you were debugging on your own.

Phytolizer commented on 2022-11-08 05:55 (UTC)

To work around the new OpenSSL release causing issues, add cargo update at the end of prepare(). It worked for me; the lockfile in the repository is a bit out of date which is causing this issue.

dsl commented on 2022-11-07 17:32 (UTC)

I'm having a hard time installing due to what I assume is an issue with the new release of OpenSSL. I have OpenSSL installed, and would rather not downgrade due to the new high CVE related to it. Any ideas?

eddvzg commented on 2022-09-27 16:28 (UTC) (edited on 2022-09-27 16:32 (UTC) by eddvzg)

There is error[E0512]: cannot transmute between types of different sizes, or dependently-sized types Issue #1027

Rust in its version 1.64.0 made changes to Ipv4Addr, Ipv6Addr, SocketAddrV4 and SocketAddrV6. So they recommend doing cargo update to mitigate for now, and it works as a workaround (adding the cargo update somewhere before it reads the cargo.lock and cargo.toml files and .patches.

Also, after running makepkg siwith the cargo update already in place, it updated the files but after that required to download updated versions of some of the dependencies and 1 or 2 required http and, obviously for all the update, network connection is required so the --frozenoption had to be temporary removed.

For me, it built succesfully after that even using this PKGBUILD.