Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 498054

Summary: media-sound/spotify cannot load libgcrypt.so.11
Product: Gentoo Linux Reporter: Vikraman (RETIRED) <vikraman>
Component: Current packagesAssignee: Matthew Thode ( prometheanfire ) <prometheanfire>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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