Re: emacs-25.3 aborted

2018-02-27 Thread Ludovic Courtès
Hello Adonay, Adonay Felipe Nogueira skribis: > I don't know what caused this, but something between Guix > 0.14.0-6.0dcf675 and 0.14.0-8.bc880f9 forced my own computer attempt to > build Emacs, and resulted in a working Emacs version. > > Store path name differences for Emacs: > > - Old (workin

Re: emacs-25.3 aborted

2018-02-21 Thread Adonay Felipe Nogueira
I don't know what caused this, but something between Guix 0.14.0-6.0dcf675 and 0.14.0-8.bc880f9 forced my own computer attempt to build Emacs, and resulted in a working Emacs version. Store path name differences for Emacs: - Old (working): b1nbgnpifkisz4szmasxrwzqlgqagy8w-emacs-25.3 - New (self-b

Re: emacs-25.3 aborted

2017-12-21 Thread Daniel Pimentel
Hi Ludo, Be aware that using --no-grafts means that the resulting Emacs lacks many security fixes: https://www.gnu.org/software/guix/manual/html_node/Security-Updates.html Thus it’s not a proper solution. Yes, I agree because it isn't better solution. I'm using it now, but I'll study mo

Re: emacs-25.3 aborted

2017-12-21 Thread Ludovic Courtès
Hi Daniel, Daniel Pimentel skribis: > I installed emacs with "--no-grafts" and emacs-exwm with this flag and > it works. Be aware that using --no-grafts means that the resulting Emacs lacks many security fixes: https://www.gnu.org/software/guix/manual/html_node/Security-Updates.html Thus it

Re: emacs-25.3 aborted

2017-12-20 Thread Daniel Pimentel
Wurmus and Guix, I installed emacs with "--no-grafts" and emacs-exwm with this flag and it works. Thanks, --- Daniel Pimentel (d4n1) On 2017-12-13 20:15, Ricardo Wurmus wrote: I can reproduce this on i686. After installing Emacs with “guix package --no-grafts -u emacs”, however, there is

Re: emacs-25.3 aborted

2017-12-15 Thread Ludovic Courtès
Ricardo Wurmus skribis: > I can reproduce this on i686. After installing Emacs with “guix package > --no-grafts -u emacs”, however, there is no crash. > > The crash only happens with the grafted Emacs. Indeed: --8<---cut here---start->8--- $ ./pre-inst-env g

Re: emacs-25.3 aborted

2017-12-13 Thread Adonay Felipe Nogueira
I'm using i686 here too. ;) 2017-12-14T00:15:23+0100 Ricardo Wurmus wrote: > I can reproduce this on i686. After installing Emacs with “guix package > --no-grafts -u emacs”, however, there is no crash. > > The crash only happens with the grafted Emacs. > > -- > Ricardo > > GPG: BCA6 89B6 3655 380

Re: emacs-25.3 aborted

2017-12-13 Thread Ricardo Wurmus
I can reproduce this on i686. After installing Emacs with “guix package --no-grafts -u emacs”, however, there is no crash. The crash only happens with the grafted Emacs. -- Ricardo GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC https://elephly.net

Re: emacs-25.3 aborted

2017-12-13 Thread Adonay Felipe Nogueira
Glad you found a work around. ;) 2017-12-12T11:04:40-0300 Daniel Pimentel wrote: > The problem is in GTK modules with Emacs. I installed the > emacs-no-x-toolkit and it works. > > --- > Daniel Pimentel (d4n1) > > On 2017-12-12 11:01, Adonay Felipe Nogueira wrote: >> I might have found a way to wor

Re: emacs-25.3 aborted

2017-12-12 Thread Daniel Pimentel
The problem is in GTK modules with Emacs. I installed the emacs-no-x-toolkit and it works. --- Daniel Pimentel (d4n1) On 2017-12-12 11:01, Adonay Felipe Nogueira wrote: I might have found a way to work around the issue, I don't know if it solves the real problem, but might work for you. See t

Re: emacs-25.3 aborted

2017-12-12 Thread Adonay Felipe Nogueira
I might have found a way to work around the issue, I don't know if it solves the real problem, but might work for you. See the message I wrote in [1]. [1] . 2017-12-08T19:07:08-0200 D4n1 wrote: > Guix, > > Follow gdb output on c

Re: emacs-25.3 aborted

2017-11-24 Thread Ludovic Courtès
Hi, Adonay Felipe Nogueira skribis: > There is a related item in help-guix ([1]), and there was an attempt made > by me to get a backtrace and a strace --- although I still have to find > out how to install debug symbols for GNU Emacs. > > As I replied there ([2]), it might be due to a change be

Re: emacs-25.3 aborted

2017-11-23 Thread Adonay Felipe Nogueira
There is a related item in help-guix ([1]), and there was an attempt made by me to get a backtrace and a strace --- although I still have to find out how to install debug symbols for GNU Emacs. As I replied there ([2]), it might be due to a change between 2017-10-10T08:25 BRT and 2017-10-30T16:27

emacs-25.3 aborted

2017-11-23 Thread Daniel Pimentel
Guixs, I updated my GuixSD and I'm use EXWM + Emacs like my desktop. So, in version 25.3 of Emacs there's error when start it in X11 or console (TTY). This error only appear in Emacs full installation but I did a test using emacs-no-x and it work. Maybe there are a bug with GTK module or othe