GNU bug report logs - #22228
emacs-25 04dd5a5 fails to dump

Previous Next

Package: emacs;

Reported by: John Wiegley <jwiegley <at> gmail.com>

Date: Wed, 23 Dec 2015 20:36:01 UTC

Severity: normal

Tags: moreinfo

Done: Glenn Morris <rgm <at> gnu.org>

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 22228 in the body.
You can then email your comments to 22228 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#22228; Package emacs. (Wed, 23 Dec 2015 20:36:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to John Wiegley <jwiegley <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Wed, 23 Dec 2015 20:36:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: John Wiegley <jwiegley <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: emacs-25 04dd5a5 fails to dump
Date: Wed, 23 Dec 2015 12:34:55 -0800
I'm getting:

--8<---------------cut here---------------start------------->8---
Loading international/ucs-normalize.el (source)...
Eager macro-expansion failure: (error "(require cl-lib) while preparing to dump")
Eager macro-expansion failure: (error "(require cl-lib) while preparing to dump")
(require cl-lib) while preparing to dump
Makefile:514: recipe for target 'emacs' failed
--8<---------------cut here---------------end--------------->8---

-- 
John Wiegley                  GPG fingerprint = 4710 CF98 AF9B 327B B80F
http://newartisans.com                          60E1 46C4 BD1A 7AC1 4BA2




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#22228; Package emacs. (Wed, 23 Dec 2015 20:59:02 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: John Wiegley <jwiegley <at> gmail.com>
Cc: bug-gnu-emacs <at> gnu.org
Subject: Re: bug#22228: emacs-25 04dd5a5 fails to dump
Date: Wed, 23 Dec 2015 22:58:58 +0200
> From: John Wiegley <jwiegley <at> gmail.com>
> Date: Wed, 23 Dec 2015 12:34:55 -0800
> 
> I'm getting:
> 
> --8<---------------cut here---------------start------------->8---
> Loading international/ucs-normalize.el (source)...
> Eager macro-expansion failure: (error "(require cl-lib) while preparing to dump")
> Eager macro-expansion failure: (error "(require cl-lib) while preparing to dump")
> (require cl-lib) while preparing to dump
> Makefile:514: recipe for target 'emacs' failed
> --8<---------------cut here---------------end--------------->8---

I have no idea why.  Is that a bootstrap or a normal build?  What
happens if you compile ucs-normalize.el first?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#22228; Package emacs. (Thu, 24 Dec 2015 00:24:01 GMT) Full text and rfc822 format available.

Message #11 received at submit <at> debbugs.gnu.org (full text, mbox):

From: John Wiegley <jwiegley <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: bug-gnu-emacs <at> gnu.org
Subject: Re: bug#22228: emacs-25 04dd5a5 fails to dump
Date: Wed, 23 Dec 2015 16:23:01 -0800
>>>>> Eli Zaretskii <eliz <at> gnu.org> writes:

> I have no idea why. Is that a bootstrap or a normal build? What happens if
> you compile ucs-normalize.el first?

This is a build where all .elc are removed before building. I've been running
this identical build procedure almost daily for a few weeks, although it's
been a few days since the last time it ran. I'll track it down further.

-- 
John Wiegley                  GPG fingerprint = 4710 CF98 AF9B 327B B80F
http://newartisans.com                          60E1 46C4 BD1A 7AC1 4BA2




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#22228; Package emacs. (Fri, 25 Dec 2015 14:26:02 GMT) Full text and rfc822 format available.

Message #14 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: John Wiegley <jwiegley <at> gmail.com>
Cc: bug-gnu-emacs <at> gnu.org
Subject: Re: bug#22228: emacs-25 04dd5a5 fails to dump
Date: Fri, 25 Dec 2015 16:26:20 +0200
> From: John Wiegley <jwiegley <at> gmail.com>
> Cc: bug-gnu-emacs <at> gnu.org
> Date: Wed, 23 Dec 2015 16:23:01 -0800
> 
> >>>>> Eli Zaretskii <eliz <at> gnu.org> writes:
> 
> > I have no idea why. Is that a bootstrap or a normal build? What happens if
> > you compile ucs-normalize.el first?
> 
> This is a build where all .elc are removed before building. I've been running
> this identical build procedure almost daily for a few weeks, although it's
> been a few days since the last time it ran. I'll track it down further.

Please try with the latest emacs-25 branch, Anders and myself
committed some changes that I hope solve this.

Thanks.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#22228; Package emacs. (Fri, 25 Dec 2015 16:56:02 GMT) Full text and rfc822 format available.

Message #17 received at submit <at> debbugs.gnu.org (full text, mbox):

From: John Wiegley <jwiegley <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: bug-gnu-emacs <at> gnu.org
Subject: Re: bug#22228: emacs-25 04dd5a5 fails to dump
Date: Fri, 25 Dec 2015 08:54:49 -0800
>>>>> Eli Zaretskii <eliz <at> gnu.org> writes:

>> This is a build where all .elc are removed before building. I've been running
>> this identical build procedure almost daily for a few weeks, although it's
>> been a few days since the last time it ran. I'll track it down further.

> Please try with the latest emacs-25 branch, Anders and myself
> committed some changes that I hope solve this.

It worked after Andres' revert, but it fails now in the exact same way as
before, using b6ad460.

-- 
John Wiegley                  GPG fingerprint = 4710 CF98 AF9B 327B B80F
http://newartisans.com                          60E1 46C4 BD1A 7AC1 4BA2




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#22228; Package emacs. (Fri, 25 Dec 2015 17:06:01 GMT) Full text and rfc822 format available.

Message #20 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: John Wiegley <jwiegley <at> gmail.com>
Cc: bug-gnu-emacs <at> gnu.org
Subject: Re: bug#22228: emacs-25 04dd5a5 fails to dump
Date: Fri, 25 Dec 2015 19:05:37 +0200
> From: John Wiegley <jwiegley <at> gmail.com>
> Cc: bug-gnu-emacs <at> gnu.org
> Date: Fri, 25 Dec 2015 08:54:49 -0800
> 
> > Please try with the latest emacs-25 branch, Anders and myself
> > committed some changes that I hope solve this.
> 
> It worked after Andres' revert, but it fails now in the exact same way as
> before, using b6ad460.

Then I will need you to post the full transcript of the build, and
please don't use parallel make commands ("make -j") when you run it.

Thanks.




Reply sent to Glenn Morris <rgm <at> gnu.org>:
You have taken responsibility. (Mon, 11 Jan 2016 17:41:01 GMT) Full text and rfc822 format available.

Notification sent to John Wiegley <jwiegley <at> gmail.com>:
bug acknowledged by developer. (Mon, 11 Jan 2016 17:41:02 GMT) Full text and rfc822 format available.

Message #25 received at 22228-done <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: 22228-done <at> debbugs.gnu.org
Subject: Re: bug#22228: emacs-25 04dd5a5 fails to dump
Date: Mon, 11 Jan 2016 12:39:58 -0500
I'm guessing this went away (since works fine on hydra), but if still
present after 'make bootstrap', please reopen with requested info:

Eli Zaretskii wrote:

> Then I will need you to post the full transcript of the build, and
> please don't use parallel make commands ("make -j") when you run it.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 09 Feb 2016 12:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 9 years and 136 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.