GNU bug report logs -
#37835
Emacs head version cannot build
Previous Next
Reported by: ccQ's Gmail <ccq777 <at> gmail.com>
Date: Sun, 20 Oct 2019 17:52:01 UTC
Severity: normal
Done: Paul Eggert <eggert <at> cs.ucla.edu>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 37835 in the body.
You can then email your comments to 37835 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#37835
; Package
emacs
.
(Sun, 20 Oct 2019 17:52:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
ccQ's Gmail <ccq777 <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Sun, 20 Oct 2019 17:52:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
My OS: macOS Catalina 10.15
I git clone emacs HEAD source code from GitHub and `cd` in.
My build steps:
1. ./autogen.sh
2. ./configure
3. make
And it stop at
```
Loading /Users/ccQ/Downloads/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
```
Do I miss something? These build steps work fine several days ago.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#37835
; Package
emacs
.
(Sun, 20 Oct 2019 18:56:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 37835 <at> debbugs.gnu.org (full text, mbox):
> My OS: macOS Catalina 10.15
>
> I git clone emacs HEAD source code from GitHub and `cd` in.
>
> My build steps:
>
> 1. ./autogen.sh
> 2. ./configure
> 3. make
>
> And it stop at
>
> ```
> Loading /Users/ccQ/Downloads/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
> ```
>
> Do I miss something? These build steps work fine several days ago.
Thanks for the report. I tried to bootstrap, and it builds fine.
And indeed I see no ctl-x-6-map in loaddefs.el. I have no idea
what is wrong.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#37835
; Package
emacs
.
(Sun, 20 Oct 2019 18:58:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 37835 <at> debbugs.gnu.org (full text, mbox):
On Sun, 20 Oct 2019 13:51:41 -0400 ccQ's Gmail <ccq777 <at> gmail.com> wrote:
> My OS: macOS Catalina 10.15
>
> I git clone emacs HEAD source code from GitHub and `cd` in.
>
> My build steps:
>
> 1. ./autogen.sh
> 2. ./configure
> 3. make
>
> And it stop at
>
> ```
> Loading /Users/ccQ/Downloads/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
> ```
>
> Do I miss something? These build steps work fine several days ago.
I had this problem after a `git pull; make' and `cd lisp; make autoloads'
fixed it for me (though AFAIK a fresh clone could not contain a stale
loaddefs.el, so if that's what you did, maybe it's a different problem).
Steve Berman
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#37835
; Package
emacs
.
(Sun, 20 Oct 2019 18:59:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 37835 <at> debbugs.gnu.org (full text, mbox):
On Okt 20 2019, ccQ's Gmail wrote:
> Loading /Users/ccQ/Downloads/emacs/lisp/loaddefs.el (source)...
> Symbol’s value as variable is void: ctl-x-6-map
You have a stale loaddefs.el lying around, delete it.
Andreas.
--
Andreas Schwab, schwab <at> linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1
"And now for something completely different."
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#37835
; Package
emacs
.
(Sun, 20 Oct 2019 19:06:01 GMT)
Full text and
rfc822 format available.
Message #17 received at 37835 <at> debbugs.gnu.org (full text, mbox):
Thanks Stephen, I run `cd lisp && make autoloads`, then my build script work fine now.
> On Oct 20, 2019, at 14:56, Stephen Berman <stephen.berman <at> gmx.net> wrote:
>
> On Sun, 20 Oct 2019 13:51:41 -0400 ccQ's Gmail <ccq777 <at> gmail.com> wrote:
>
>> My OS: macOS Catalina 10.15
>>
>> I git clone emacs HEAD source code from GitHub and `cd` in.
>>
>> My build steps:
>>
>> 1. ./autogen.sh
>> 2. ./configure
>> 3. make
>>
>> And it stop at
>>
>> ```
>> Loading /Users/ccQ/Downloads/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
>> ```
>>
>> Do I miss something? These build steps work fine several days ago.
>
> I had this problem after a `git pull; make' and `cd lisp; make autoloads'
> fixed it for me (though AFAIK a fresh clone could not contain a stale
> loaddefs.el, so if that's what you did, maybe it's a different problem).
>
> Steve Berman
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#37835
; Package
emacs
.
(Sun, 20 Oct 2019 19:07:02 GMT)
Full text and
rfc822 format available.
Message #20 received at 37835 <at> debbugs.gnu.org (full text, mbox):
Thanks Andreas, I am trying to re-clone whole source code again.
> On Oct 20, 2019, at 14:58, Andreas Schwab <schwab <at> linux-m68k.org> wrote:
>
> On Okt 20 2019, ccQ's Gmail wrote:
>
>> Loading /Users/ccQ/Downloads/emacs/lisp/loaddefs.el (source)...
>> Symbol’s value as variable is void: ctl-x-6-map
>
> You have a stale loaddefs.el lying around, delete it.
>
> Andreas.
>
> --
> Andreas Schwab, schwab <at> linux-m68k.org
> GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1
> "And now for something completely different."
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#37835
; Package
emacs
.
(Sun, 20 Oct 2019 19:11:02 GMT)
Full text and
rfc822 format available.
Message #23 received at 37835 <at> debbugs.gnu.org (full text, mbox):
> From: Juri Linkov <juri <at> linkov.net>
> Date: Sun, 20 Oct 2019 21:54:07 +0300
> Cc: 37835 <at> debbugs.gnu.org
>
> > Loading /Users/ccQ/Downloads/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
> > ```
> >
> > Do I miss something? These build steps work fine several days ago.
>
> Thanks for the report. I tried to bootstrap, and it builds fine.
> And indeed I see no ctl-x-6-map in loaddefs.el. I have no idea
> what is wrong.
Some other .elc file has stale references to ctl-x-6-map?
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#37835
; Package
emacs
.
(Sun, 20 Oct 2019 19:11:02 GMT)
Full text and
rfc822 format available.
Message #26 received at 37835 <at> debbugs.gnu.org (full text, mbox):
> From: Stephen Berman <stephen.berman <at> gmx.net>
> Date: Sun, 20 Oct 2019 20:56:55 +0200
> Cc: 37835 <at> debbugs.gnu.org
>
> I had this problem after a `git pull; make' and `cd lisp; make autoloads'
> fixed it for me (though AFAIK a fresh clone could not contain a stale
> loaddefs.el, so if that's what you did, maybe it's a different problem).
Maybe ldefs-boot.el also needs to be refreshed.
Reply sent
to
Paul Eggert <eggert <at> cs.ucla.edu>
:
You have taken responsibility.
(Tue, 22 Oct 2019 00:44:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
ccQ's Gmail <ccq777 <at> gmail.com>
:
bug acknowledged by developer.
(Tue, 22 Oct 2019 00:44:02 GMT)
Full text and
rfc822 format available.
Message #31 received at 37835-done <at> debbugs.gnu.org (full text, mbox):
> You have a stale loaddefs.el lying around, delete it.
Thanks for diagnosing the problem. Closing the bug report.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 19 Nov 2019 12:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 5 years and 269 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.