GNU bug report logs - #37835
Emacs head version cannot build

Previous Next

Package: emacs;

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.

View this report as an mbox folder, status mbox, maintainer mbox


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):

From: ccQ's Gmail <ccq777 <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: Emacs head version cannot build
Date: Sun, 20 Oct 2019 13:51:41 -0400
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):

From: Juri Linkov <juri <at> linkov.net>
To: ccQ's Gmail <ccq777 <at> gmail.com>
Cc: 37835 <at> debbugs.gnu.org
Subject: Re: bug#37835: Emacs head version cannot build
Date: Sun, 20 Oct 2019 21:54:07 +0300
> 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):

From: Stephen Berman <stephen.berman <at> gmx.net>
To: ccQ's Gmail <ccq777 <at> gmail.com>
Cc: 37835 <at> debbugs.gnu.org
Subject: Re: bug#37835: Emacs head version cannot build
Date: Sun, 20 Oct 2019 20:56:55 +0200
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):

From: Andreas Schwab <schwab <at> linux-m68k.org>
To: ccQ's Gmail <ccq777 <at> gmail.com>
Cc: 37835 <at> debbugs.gnu.org
Subject: Re: bug#37835: Emacs head version cannot build
Date: Sun, 20 Oct 2019 20:58:35 +0200
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):

From: ccQ's Gmail <ccq777 <at> gmail.com>
To: Stephen Berman <stephen.berman <at> gmx.net>
Cc: 37835 <at> debbugs.gnu.org
Subject: Re: bug#37835: Emacs head version cannot build
Date: Sun, 20 Oct 2019 15:04:53 -0400
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):

From: ccQ's Gmail <ccq777 <at> gmail.com>
To: Andreas Schwab <schwab <at> linux-m68k.org>
Cc: 37835 <at> debbugs.gnu.org
Subject: Re: bug#37835: Emacs head version cannot build
Date: Sun, 20 Oct 2019 15:06:15 -0400
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: Eli Zaretskii <eliz <at> gnu.org>
To: Juri Linkov <juri <at> linkov.net>
Cc: ccq777 <at> gmail.com, 37835 <at> debbugs.gnu.org
Subject: Re: bug#37835: Emacs head version cannot build
Date: Sun, 20 Oct 2019 22:09:46 +0300
> 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: Eli Zaretskii <eliz <at> gnu.org>
To: Stephen Berman <stephen.berman <at> gmx.net>
Cc: ccq777 <at> gmail.com, 37835 <at> debbugs.gnu.org
Subject: Re: bug#37835: Emacs head version cannot build
Date: Sun, 20 Oct 2019 22:10:41 +0300
> 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):

From: Paul Eggert <eggert <at> cs.ucla.edu>
To: Andreas Schwab <schwab <at> linux-m68k.org>
Cc: 37835-done <at> debbugs.gnu.org
Subject: Re: bug#37835: Emacs head version cannot build
Date: Mon, 21 Oct 2019 17:43:48 -0700
> 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.