You are not logged in.
Hi, i am installing spotify using yay on my arch system and the below error shows up everytime,
[classikh@classsikh ~]$ yay -S spotify
AUR Explicit (1): spotify-1:1.2.9.743-1
:: PKGBUILD up to date, skipping download: spotify
1 spotify (Build Files Exist)
==> Packages to cleanBuild?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> 1
:: Deleting (1/1): /home/classikh/.cache/yay/spotify
HEAD is now at f1b0fbb Update 1.2.9.743-g85d9593d
Removing src/
1 spotify (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> n
==> Making package: spotify 1:1.2.9.743-1 (Wed Jun 14 00:14:23 2023)
==> Retrieving sources...
-> Found spotify.protocol
-> Found LICENSE
-> Downloading spotify-1.2.9.743-g85d9593d-x86_64.deb...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 162 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.2.9.743.g85d9593d_amd64.deb
Aborting...
-> error downloading sources: /home/classikh/.cache/yay/spotify
context: exit status 1
:: (1/1) Parsing SRCINFO: spotify
pub rsa4096 2022-11-14 [SC] [expires: 2024-02-07]
E27409F51D1B66337F2D2F417A3A762FAFD4A51F
uid [ unknown] Spotify Public Repository Signing Key <tux@spotify.com>
==> Making package: spotify 1:1.2.9.743-1 (Wed Jun 14 00:14:24 2023)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found spotify.protocol
-> Found LICENSE
-> Downloading spotify-1.2.9.743-g85d9593d-x86_64.deb...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 162 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.2.9.743.g85d9593d_amd64.deb
Aborting...
-> error making: spotify-exit status 1
-> Failed to install the following packages. Manual intervention is required:
spotify - exit status 1
The same issue comes when i try building the package using 'makepkg -si'. I tried installing the 'spotify-dev' but faced the same issue.
Can anyone help!
Offline
See the comments on the AUR page.
Offline
See the AUR comments. The spotify source has been (re)moved. Maintainers need to update the PKGBUILDs and / or you need to find the new upstream source yourself.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Okay, I wanted to use the 'spotify-adblock' but it is dependent on 'spotify'. I installed spotify from Flatpak but that didn't resolve the dependency issue for 'spotify-adblock'. Is there any work around for that?
Offline
- This does not work with the snap Spotify package.
- This might not work with the Flatpak Spotify package, depending on your system's shared libraries' versions.
You can just remove the dependency from the PKGBUILD to give it a shot (or use pacman's "--assume-installed" flag). But I'm confused, you are trying to install spotify just so you can use an adblocker for spotify?
Last edited by Trilby (2023-06-13 20:50:54)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
No, it makes sense. spotify-adblock has a hard dep on Spotify, which isn't satisfied by spotify-launcher or using flatpak. That was brought up a few days ago on IRC and lead to the current orphan request.
Offline
Just an update, the package works fine now.
Offline