Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 914067 - media-sound/spotify-1.2.13: 404 error when emerging
Summary: media-sound/spotify-1.2.13: 404 error when emerging
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Matthew Thode ( prometheanfire )
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2023-09-12 20:39 UTC by Markus Gustafsson
Modified: 2023-09-22 22:05 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Gustafsson 2023-09-12 20:39:33 UTC
When trying to emerge media-sound/spotify-1.2.13 I get the following message:

> >>> Downloading '<URL to spotify.com>/spotify-client_1.2.13.661.ga588f749_amd64.deb'
> --2023-09-12 22:20:10--  <URL to spotify.com>/spotify-client_1.2.13.661.ga588f749_amd64.deb
> Resolving repository.spotify.com... xxx.xxx.xxx.xxx, xxx.xxx.xxx.xxx, xxx.xxx.xxx.xxx, ...
> Connecting to repository.spotify.com|xxx.xxx.xxx.xxx|:80... connected.
> HTTP request sent, awaiting response... 404 Not Found
> 2023-09-12 22:20:10 ERROR 404: Not Found.

> !!! Couldn't download 'spotify-client_1.2.13.661.ga588f749_amd64.deb'. Aborting.
>  * Fetch failed for 'media-sound/spotify-1.2.13', Log file:
>  *  '/var/tmp/portage/media-sound/spotify-1.2.13/temp/build.log'

I had to snip the full URL for Bugzilla to let me post.

I checked the folder that is supposed to hold the .deb on spotify.com and it seems like it's missing, while two newer versions exist (1.2.18 and 1.2.20).

Best regards,
Markus
Comment 1 martin-kokos 2023-09-18 13:10:42 UTC
resolved by: https://github.com/gentoo/gentoo/pull/32808
Comment 2 Larry the Git Cow gentoo-dev 2023-09-22 20:43:22 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42f8b23370943f155ce7bcfdd1cce5e753583908

commit 42f8b23370943f155ce7bcfdd1cce5e753583908
Author:     Martin Mokry <martin-kokos@protonmail.com>
AuthorDate: 2023-09-19 14:24:16 +0000
Commit:     Matthew Thode <prometheanfire@gentoo.org>
CommitDate: 2023-09-22 20:42:41 +0000

    media-sound/spotify: Bump version, use libpulse
    
    Closes: https://bugs.gentoo.org/914067
    
    Signed-off-by: Martin Mokry <martin-kokos@protonmail.com>
    Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>

 media-sound/spotify/Manifest              |   1 +
 media-sound/spotify/spotify-1.2.20.ebuild | 131 ++++++++++++++++++++++++++++++
 2 files changed, 132 insertions(+)
Comment 3 Markus Gustafsson 2023-09-22 22:05:46 UTC
I just tried emerging this (it works) but now I get the following when trying to launch Spotify:

> /opt/spotify/spotify-client/spotify: error while loading shared libraries: libayatana-appindicator3.so.1: cannot open shared object file: No such file or directory

This is when emerging with the following flags:

> USE="pulseaudio -libnotify* -local-playback -pax-kernel"

I tried with libnotify as well, but no luck. Manually emerging dev-libs/libayatana-appindicator solved the problem. But I assume this should have gotten pulled in automatically? Some kind of dependency link missing?

Best regards,
Markus