From mboxrd@z Thu Jan 1 00:00:00 1970 From: Federico Beffa Subject: Re: emacs package Date: Tue, 16 Sep 2014 22:04:37 +0200 Message-ID: References: <87y4tliahf.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49604) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTyzT-0007z3-Th for guix-devel@gnu.org; Tue, 16 Sep 2014 16:04:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XTyzS-0001Mg-GQ for guix-devel@gnu.org; Tue, 16 Sep 2014 16:04:43 -0400 In-Reply-To: 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: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: guix-devel@gnu.org On Tue, Sep 16, 2014 at 9:38 AM, Federico Beffa wrote: > On Mon, Sep 15, 2014 at 9:55 AM, Ludovic Court=C3=A8s wrot= e: >> Federico Beffa skribis: >> >>> I've installed guix 0.7 and its emacs package (and updated with "guix >>> pull" and "guix package -u"). When I start emacs I get the following >>> message: >>> >>> Gtk-Message: Failed to load module "canberra-gtk-module" >>> GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings >>> will not be saved or shared with other applications. >> >> It looks like a mere warning, not a fatal error, right? >> > > Correct, it is not a fatal error. > >> FWIW I don=E2=80=99t see it on the whole Guix system here. >> >>> I'm on Debian 7.6 with the packages libcanberra-gtk-module and >>> libcanberra-gtk3-module. I've noticed that guix provides a libcanberra >>> package. Should I install that one as well? If yes, shouldn't the >>> emacs package install it automatically? Is it possible to make emacs >>> find the system installed libcanberra library? >> >> Using the host distro=E2=80=99s libcanberra would likely fail in unexpec= ted >> ways. >> >> Perhaps the solution would be to add libcanberra as an input to the >> =E2=80=98emacs=E2=80=99 package, in emacs.scm. Would you like to try th= at? >> > > I will try out. > > Regards, > Fede Currently the libcanberra package does not build. It can't find the source: starting download of `/gnu/store/n9g0vd6hdka11s7zp3lbqkvyiw99hwzb-libcanberra-0.30.tar.xz' from `http://0pointer.de/lennart/projects/libcanberra/libcanberra-0.30.tar.= xz'... ERROR: download failed "http://0pointer.de/lennart/projects/libcanberra/libcanberra-0.30.tar.xz" 404 "Not Found" failed to download "/gnu/store/n9g0vd6hdka11s7zp3lbqkvyiw99hwzb-libcanberra-0.30.tar.xz" from "http://0pointer.de/lennart/projects/libcanberra/libcanberra-0.30.tar.= xz" Regards, Fede