From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH 2/2] gnu: Add AlsaModularSynth. Date: Sat, 21 Feb 2015 22:09:55 +0100 Message-ID: <878ufr6kf0.fsf@mango.localdomain> References: <1424552053-17323-1-git-send-email-rekado@elephly.net> <1424552053-17323-2-git-send-email-rekado@elephly.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52444) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPHJN-0000jM-JG for guix-devel@gnu.org; Sat, 21 Feb 2015 16:10:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YPHJK-0006Tw-Dx for guix-devel@gnu.org; Sat, 21 Feb 2015 16:10:05 -0500 Received: from sender1.zohomail.com ([74.201.84.155]:29764) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPHJK-0006QL-69 for guix-devel@gnu.org; Sat, 21 Feb 2015 16:10:02 -0500 In-reply-to: <1424552053-17323-2-git-send-email-rekado@elephly.net> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org I'm actually getting an error when running "ams": /home/rekado/.guix-profile/bin/ams: error while loading shared libraries: libzita-alsa-pcmi.so.0: cannot open shared object file: No such file or directory The library installed by the first patch is called libzita-alsa-pcmi.so.0.2.0 and there's a link called libzita-alsa-pcmi.so. Should "zita-alsa-pcmi" also install a link called "libzita-alsa-pcmi.so.0" or what is the preferred way to fix this? ~~ Ricardo