From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mason Hock Subject: Re: error running emacs installed with guix Date: Mon, 13 Nov 2017 11:36:25 -0800 Message-ID: <1510601785.16377.2.camel@gmail.com> References: <1510516603.12220.4.camel@gmail.com> <87375ibj1p.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47295) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eEKX4-0005Na-Oq for help-guix@gnu.org; Mon, 13 Nov 2017 14:36:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eEKX3-0005hA-Vs for help-guix@gnu.org; Mon, 13 Nov 2017 14:36:34 -0500 In-Reply-To: <87375ibj1p.fsf@gnu.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Ludovic =?ISO-8859-1?Q?Court=E8s?= Cc: "help-guix@gnu.org" Thanks for your response. I get > gdb $(which emacs) ./core "/home/mason/.guix-profile/bin/emacs": not in executable format: File format not recognized /home/mason/./core: No such file or directory. > (gdb) bt No stack. Mason On Mon, 2017-11-13 at 10:54 +0100, Ludovic Courtès wrote: > Hi, > > Mason Hock skribis: > > > > > I have installed emacs with Guix. When I try to run it I get > > > > Gtk-Message: Failed to load module "canberra-gtk-module" > > Gtk-Message: Failed to load module "topmenu-gtk-module" > > > > followed by many > > > > (emacs-25-3:7212): Gtk-WARNING **: Theme parsing error:* > > > > messages, and then > > > > GLib-GIO-Message: Using the 'memory' GSettings backend.  Your > > settings > > will not be saved or shared with other applications. > > Fatal error 6: Aborted > [...] > > > > > Aborted (core dumped) > Could you post the backtrace obtained with GDB?  You can run: > >   gdb $(which emacs) ./core > > and then: > >   (gdb) bt > > Thanks, > Ludo’.