* git pull / make
@ 2019-11-02 11:38 Jean-Christophe Helary
2019-11-02 12:43 ` Andreas Schwab
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Jean-Christophe Helary @ 2019-11-02 11:38 UTC (permalink / raw)
To: Emacs development discussions
This is what I get today from a make after a git pull:
Loading /Users/suzume/Documents/Code/emacs/lisp/loaddefs.el (source)...
Symbol’s value as variable is void: ctl-x-6-map
make[1]: *** [bootstrap-emacs.pdmp] Error 255
make: *** [src] Error 2
Any idea what's causing that ?
Jean-Christophe Helary
-----------------------------------------------
http://mac4translators.blogspot.com @brandelune
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: git pull / make
2019-11-02 11:38 git pull / make Jean-Christophe Helary
@ 2019-11-02 12:43 ` Andreas Schwab
2019-11-02 12:43 ` Stefan Monnier
2019-11-02 13:08 ` Eli Zaretskii
2 siblings, 0 replies; 5+ messages in thread
From: Andreas Schwab @ 2019-11-02 12:43 UTC (permalink / raw)
To: Jean-Christophe Helary; +Cc: Emacs development discussions
Try make bootstrap.
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1
"And now for something completely different."
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: git pull / make
2019-11-02 11:38 git pull / make Jean-Christophe Helary
2019-11-02 12:43 ` Andreas Schwab
@ 2019-11-02 12:43 ` Stefan Monnier
2019-11-02 13:08 ` Eli Zaretskii
2 siblings, 0 replies; 5+ messages in thread
From: Stefan Monnier @ 2019-11-02 12:43 UTC (permalink / raw)
To: Jean-Christophe Helary; +Cc: Emacs development discussions
> This is what I get today from a make after a git pull:
> Loading /Users/suzume/Documents/Code/emacs/lisp/loaddefs.el (source)...
> Symbol’s value as variable is void: ctl-x-6-map
> make[1]: *** [bootstrap-emacs.pdmp] Error 255
> make: *** [src] Error 2
>
> Any idea what's causing that ?
I'd guess you need to "make bootstrap"?
Stefan
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: git pull / make
2019-11-02 11:38 git pull / make Jean-Christophe Helary
2019-11-02 12:43 ` Andreas Schwab
2019-11-02 12:43 ` Stefan Monnier
@ 2019-11-02 13:08 ` Eli Zaretskii
2019-11-02 13:32 ` Jean-Christophe Helary
2 siblings, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2019-11-02 13:08 UTC (permalink / raw)
To: Jean-Christophe Helary; +Cc: emacs-devel
> From: Jean-Christophe Helary <jean.christophe.helary@traduction-libre.org>
> Date: Sat, 2 Nov 2019 20:38:51 +0900
>
> This is what I get today from a make after a git pull:
>
>
> Loading /Users/suzume/Documents/Code/emacs/lisp/loaddefs.el (source)...
> Symbol’s value as variable is void: ctl-x-6-map
> make[1]: *** [bootstrap-emacs.pdmp] Error 255
> make: *** [src] Error 2
>
> Any idea what's causing that ?
Stale loaddefs.el. Delete it and try again.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: git pull / make
2019-11-02 13:08 ` Eli Zaretskii
@ 2019-11-02 13:32 ` Jean-Christophe Helary
0 siblings, 0 replies; 5+ messages in thread
From: Jean-Christophe Helary @ 2019-11-02 13:32 UTC (permalink / raw)
To: Emacs development discussions
> On Nov 2, 2019, at 22:08, Eli Zaretskii <eliz@gnu.org> wrote:
>
>> From: Jean-Christophe Helary <jean.christophe.helary@traduction-libre.org>
>> Date: Sat, 2 Nov 2019 20:38:51 +0900
>>
>> This is what I get today from a make after a git pull:
>>
>>
>> Loading /Users/suzume/Documents/Code/emacs/lisp/loaddefs.el (source)...
>> Symbol’s value as variable is void: ctl-x-6-map
>> make[1]: *** [bootstrap-emacs.pdmp] Error 255
>> make: *** [src] Error 2
>>
>> Any idea what's causing that ?
>
> Stale loaddefs.el. Delete it and try again.
That did it. Thank you.
Jean-Christophe Helary
-----------------------------------------------
http://mac4translators.blogspot.com @brandelune
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-11-02 13:32 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-02 11:38 git pull / make Jean-Christophe Helary
2019-11-02 12:43 ` Andreas Schwab
2019-11-02 12:43 ` Stefan Monnier
2019-11-02 13:08 ` Eli Zaretskii
2019-11-02 13:32 ` Jean-Christophe Helary
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.