unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Error 255, bootstrap-emacs.pdmp' failed
@ 2019-10-20 18:43 Colin Baxter
  2019-10-20 18:56 ` Herbert J. Skuhra
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Colin Baxter @ 2019-10-20 18:43 UTC (permalink / raw)
  To: emacs-devel

Hello,

On a recent git pull, I get the following make error

---------- Begin ---

Loading /home/redknight/git/emacs/lisp/faces.el (source)...
Loading button...
Loading /home/redknight/git/emacs/lisp/loaddefs.el (source)...
Symbol’s value as variable is void: ctl-x-6-map
Makefile:816: recipe for target 'bootstrap-emacs.pdmp' failed
make[1]: *** [bootstrap-emacs.pdmp] Error 255
make[1]: Leaving directory '/home/redknight/git/emacs/src'
Makefile:424: recipe for target 'src' failed
make: *** [src] Error 2

Compilation exited abnormally with code 2 at Sun Oct 20 19:36:48

---------- End -----

I have tried reverting a couple of recent commits but to no avail. I'm a
bit out of my depth here.

I am on Linux: 3.16.0-10-686-pae #1 SMP Debian 3.16.74-1 (2019-09-24)
i686 GNU/Linux.

Best wishes,

-- 
Colin Baxter
www.Colin-Baxter.com



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Error 255, bootstrap-emacs.pdmp' failed
  2019-10-20 18:43 Error 255, bootstrap-emacs.pdmp' failed Colin Baxter
@ 2019-10-20 18:56 ` Herbert J. Skuhra
  2019-10-20 19:02   ` Amin Bandali
  2019-10-20 18:57 ` Juri Linkov
  2019-10-20 19:08 ` Eli Zaretskii
  2 siblings, 1 reply; 6+ messages in thread
From: Herbert J. Skuhra @ 2019-10-20 18:56 UTC (permalink / raw)
  To: emacs-devel

On Sun, Oct 20, 2019 at 07:43:08PM +0100, Colin Baxter wrote:
> Hello,
> 
> On a recent git pull, I get the following make error
> 
> ---------- Begin ---
> 
> Loading /home/redknight/git/emacs/lisp/faces.el (source)...
> Loading button...
> Loading /home/redknight/git/emacs/lisp/loaddefs.el (source)...
> Symbol’s value as variable is void: ctl-x-6-map
> Makefile:816: recipe for target 'bootstrap-emacs.pdmp' failed
> make[1]: *** [bootstrap-emacs.pdmp] Error 255
> make[1]: Leaving directory '/home/redknight/git/emacs/src'
> Makefile:424: recipe for target 'src' failed
> make: *** [src] Error 2
> 
> Compilation exited abnormally with code 2 at Sun Oct 20 19:36:48
> 
> ---------- End -----
> 
> I have tried reverting a couple of recent commits but to no avail. I'm a
> bit out of my depth here.

I think I got this error (on macOS 10.15) too this morning and a 'make
bootstrap' resolved the issue.

-- 
Herbert 



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Error 255, bootstrap-emacs.pdmp' failed
  2019-10-20 18:43 Error 255, bootstrap-emacs.pdmp' failed Colin Baxter
  2019-10-20 18:56 ` Herbert J. Skuhra
@ 2019-10-20 18:57 ` Juri Linkov
  2019-10-20 19:08 ` Eli Zaretskii
  2 siblings, 0 replies; 6+ messages in thread
From: Juri Linkov @ 2019-10-20 18:57 UTC (permalink / raw)
  To: Colin Baxter; +Cc: emacs-devel

> On a recent git pull, I get the following make error
>
> ---------- Begin ---
>
> Loading /home/redknight/git/emacs/lisp/faces.el (source)...
> Loading button...
> Loading /home/redknight/git/emacs/lisp/loaddefs.el (source)...
> Symbol’s value as variable is void: ctl-x-6-map
> Makefile:816: recipe for target 'bootstrap-emacs.pdmp' failed
> make[1]: *** [bootstrap-emacs.pdmp] Error 255
> make[1]: Leaving directory '/home/redknight/git/emacs/src'
> Makefile:424: recipe for target 'src' failed
> make: *** [src] Error 2
>
> Compilation exited abnormally with code 2 at Sun Oct 20 19:36:48
>
> ---------- End -----
>
> I have tried reverting a couple of recent commits but to no avail. I'm a
> bit out of my depth here.

Does bootstrapping help?



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Error 255, bootstrap-emacs.pdmp' failed
  2019-10-20 18:56 ` Herbert J. Skuhra
@ 2019-10-20 19:02   ` Amin Bandali
  0 siblings, 0 replies; 6+ messages in thread
From: Amin Bandali @ 2019-10-20 19:02 UTC (permalink / raw)
  To: emacs-devel

"Herbert J. Skuhra" <herbert@gojira.at> writes:

> On Sun, Oct 20, 2019 at 07:43:08PM +0100, Colin Baxter wrote:
>> Hello,
>> 
>> On a recent git pull, I get the following make error
>> 
>> ---------- Begin ---
>> 
>> Loading /home/redknight/git/emacs/lisp/faces.el (source)...
>> Loading button...
>> Loading /home/redknight/git/emacs/lisp/loaddefs.el (source)...
>> Symbol’s value as variable is void: ctl-x-6-map
>> Makefile:816: recipe for target 'bootstrap-emacs.pdmp' failed
>> make[1]: *** [bootstrap-emacs.pdmp] Error 255
>> make[1]: Leaving directory '/home/redknight/git/emacs/src'
>> Makefile:424: recipe for target 'src' failed
>> make: *** [src] Error 2
>> 
>> Compilation exited abnormally with code 2 at Sun Oct 20 19:36:48
>> 
>> ---------- End -----
>> 
>> I have tried reverting a couple of recent commits but to no avail. I'm a
>> bit out of my depth here.
>
> I think I got this error (on macOS 10.15) too this morning and a 'make
> bootstrap' resolved the issue.

Same with GNU/Linux.  A `make bootstrap' resolved it for me as well.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Error 255, bootstrap-emacs.pdmp' failed
  2019-10-20 18:43 Error 255, bootstrap-emacs.pdmp' failed Colin Baxter
  2019-10-20 18:56 ` Herbert J. Skuhra
  2019-10-20 18:57 ` Juri Linkov
@ 2019-10-20 19:08 ` Eli Zaretskii
  2019-10-21  5:34   ` Colin Baxter
  2 siblings, 1 reply; 6+ messages in thread
From: Eli Zaretskii @ 2019-10-20 19:08 UTC (permalink / raw)
  To: Colin Baxter; +Cc: emacs-devel

> From: Colin Baxter <m43cap@yandex.com>
> Cc: 
> Date: Sun, 20 Oct 2019 19:43:08 +0100
> 
> Loading /home/redknight/git/emacs/lisp/faces.el (source)...
> Loading button...
> Loading /home/redknight/git/emacs/lisp/loaddefs.el (source)...
> Symbol’s value as variable is void: ctl-x-6-map
> Makefile:816: recipe for target 'bootstrap-emacs.pdmp' failed
> make[1]: *** [bootstrap-emacs.pdmp] Error 255
> make[1]: Leaving directory '/home/redknight/git/emacs/src'
> Makefile:424: recipe for target 'src' failed
> make: *** [src] Error 2
> 
> Compilation exited abnormally with code 2 at Sun Oct 20 19:36:48

Regenerate loaddefs.el, or "make bootstrap".



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Error 255, bootstrap-emacs.pdmp' failed
  2019-10-20 19:08 ` Eli Zaretskii
@ 2019-10-21  5:34   ` Colin Baxter
  0 siblings, 0 replies; 6+ messages in thread
From: Colin Baxter @ 2019-10-21  5:34 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: emacs-devel

>>>>> Eli Zaretskii <eliz@gnu.org> writes:

    >> From: Colin Baxter <m43cap@yandex.com> Cc: Date: Sun, 20 Oct 2019
    >> 19:43:08 +0100
    >> 
    >> Loading /home/redknight/git/emacs/lisp/faces.el (source)...
    >> Loading button...  Loading
    >> /home/redknight/git/emacs/lisp/loaddefs.el (source)...  Symbol’s
    >> value as variable is void: ctl-x-6-map Makefile:816: recipe for
    >> target 'bootstrap-emacs.pdmp' failed make[1]: ***
    >> [bootstrap-emacs.pdmp] Error 255 make[1]: Leaving directory
    >> '/home/redknight/git/emacs/src' Makefile:424: recipe for target
    >> 'src' failed make: *** [src] Error 2
    >> 
    >> Compilation exited abnormally with code 2 at Sun Oct 20 19:36:48

    > Regenerate loaddefs.el, or "make bootstrap".

Thank you. That worked, as others have reported.

Colin Baxter



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-10-21  5:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-20 18:43 Error 255, bootstrap-emacs.pdmp' failed Colin Baxter
2019-10-20 18:56 ` Herbert J. Skuhra
2019-10-20 19:02   ` Amin Bandali
2019-10-20 18:57 ` Juri Linkov
2019-10-20 19:08 ` Eli Zaretskii
2019-10-21  5:34   ` 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).