Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 498054 - media-sound/spotify cannot load libgcrypt.so.11
Summary: media-sound/spotify cannot load libgcrypt.so.11
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthew Thode ( prometheanfire )
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-14 10:29 UTC by Vikraman (RETIRED)
Modified: 2014-01-15 19:45 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 Vikraman (RETIRED) gentoo-dev 2014-01-14 10:29:17 UTC
spotify needs libgcrypt.so.11

$ lddtree /opt/spotify/spotify-client/spotify | grep gcrypt
        libgcrypt.so.11 => /usr/lib/libgcrypt.so.11

This works for me.

Index: spotify-0.9.4.183-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/spotify/spotify-0.9.4.183-r3.ebuild,v
retrieving revision 1.1
diff -u -B -a -u -r1.1 spotify-0.9.4.183-r3.ebuild
--- spotify-0.9.4.183-r3.ebuild	11 Dec 2013 03:01:05 -0000	1.1
+++ spotify-0.9.4.183-r3.ebuild	14 Jan 2014 10:23:04 -0000
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/spotify-0.9.4.183-r3.ebuild,v 1.1 2013/12/11 03:01:05 prometheanfire Exp $

-EAPI=4
+EAPI=5
 inherit eutils fdo-mime gnome2-utils pax-utils unpacker

 DESCRIPTION="Spotify is a social music platform"
@@ -44,6 +44,7 @@
                media-libs/freetype
                dev-libs/openssl:0
                dev-libs/glib:2
+		dev-libs/libgcrypt:0/11
                media-libs/libpng:1.2
                dev-db/sqlite:3
                sys-libs/zlib
Comment 1 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2014-01-15 19:45:06 UTC
fixed in =media-sound/spotify-0.9.4.183-r4