[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: make error, cannot stat emacs
From: |
Colin Baxter |
Subject: |
Re: make error, cannot stat emacs |
Date: |
Mon, 13 Nov 2017 14:10:56 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Hello,
>> Hello, I'm getting this make error on master:
>> make[2]: Leaving directory `/home/redknight/git/emacs/lisp'
>> ./temacs --batch --load loadup bootstrap Loading loadup.el
>> (source)... mv -f emacs bootstrap-emacs mv: cannot stat `emacs':
>> No such file or directory make[1]: *** [bootstrap-emacs] Error 1
>> make[1]: Leaving directory `/home/redknight/git/emacs/src'
>> make: *** [src] Error 2
>> I'm on 3.2.0-4-686-pae #1 SMP Debian 3.2.93-1 i686 GNU/Linux
> My crystal ball tells me this is bug#29269
> (https://debbugs.gnu.org/cgi/bugreport.cgi?bug=29269) where you
> don't see the "assertion failed" because you haven't
> --enable-checking.
Indeed. I now get "Emacs fatal error: assertion failed: XTYPE (a) ==
type && XUNTAG (a, type) == ptr", having changed my configure to
/configure -C --enable-checking --with-modules --enable-check-lisp-object-type
Thanks.
Colin.