* make error, cannot stat emacs
@ 2017-11-13 9:51 Colin Baxter
2017-11-13 13:13 ` Stefan Monnier
0 siblings, 1 reply; 5+ messages in thread
From: Colin Baxter @ 2017-11-13 9:51 UTC (permalink / raw)
To: emacs-devel
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
--
Colin
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: make error, cannot stat emacs
2017-11-13 9:51 make error, cannot stat emacs Colin Baxter
@ 2017-11-13 13:13 ` Stefan Monnier
2017-11-13 14:10 ` Colin Baxter
0 siblings, 1 reply; 5+ messages in thread
From: Stefan Monnier @ 2017-11-13 13:13 UTC (permalink / raw)
To: emacs-devel
>>>>> "Colin" == Colin Baxter <m43cap@yandex.com> writes:
> 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.
Stefan
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: make error, cannot stat emacs
2017-11-13 13:13 ` Stefan Monnier
@ 2017-11-13 14:10 ` Colin Baxter
2017-11-14 0:19 ` Paul Eggert
0 siblings, 1 reply; 5+ messages in thread
From: Colin Baxter @ 2017-11-13 14:10 UTC (permalink / raw)
To: Stefan Monnier; +Cc: emacs-devel
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.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: make error, cannot stat emacs
2017-11-13 14:10 ` Colin Baxter
@ 2017-11-14 0:19 ` Paul Eggert
2017-11-14 7:40 ` bug#29269: " Colin Baxter
0 siblings, 1 reply; 5+ messages in thread
From: Paul Eggert @ 2017-11-14 0:19 UTC (permalink / raw)
To: Colin Baxter; +Cc: emacs-devel
Bug 29269 should be fixed now; if not please let us know.
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#29269: make error, cannot stat emacs
2017-11-14 0:19 ` Paul Eggert
@ 2017-11-14 7:40 ` Colin Baxter
0 siblings, 0 replies; 5+ messages in thread
From: Colin Baxter @ 2017-11-14 7:40 UTC (permalink / raw)
To: Paul Eggert; +Cc: 29269, emacs-devel
Dear Paul,
>>>>> "Paul" == Paul Eggert <eggert@cs.ucla.edu> writes:
Paul> Bug 29269 should be fixed now; if not please let us know.
Yes, it seems fixed. I can now compile and make emacs-27.0.50.1
satisfactorily on 3.2.0-4-686-pae #1 SMP Debian 3.2.93-1 i686 GNU/Linux.
Thank you - Colin.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-11-14 7:40 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-13 9:51 make error, cannot stat emacs Colin Baxter
2017-11-13 13:13 ` Stefan Monnier
2017-11-13 14:10 ` Colin Baxter
2017-11-14 0:19 ` Paul Eggert
2017-11-14 7:40 ` bug#29269: " Colin Baxter
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).