unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#22228: emacs-25 04dd5a5 fails to dump
@ 2015-12-23 20:34 John Wiegley
  2015-12-23 20:58 ` Eli Zaretskii
  0 siblings, 1 reply; 7+ messages in thread
From: John Wiegley @ 2015-12-23 20:34 UTC (permalink / raw)
  To: 22228

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





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

* bug#22228: emacs-25 04dd5a5 fails to dump
  2015-12-23 20:34 bug#22228: emacs-25 04dd5a5 fails to dump John Wiegley
@ 2015-12-23 20:58 ` Eli Zaretskii
  2015-12-24  0:23   ` John Wiegley
  0 siblings, 1 reply; 7+ messages in thread
From: Eli Zaretskii @ 2015-12-23 20:58 UTC (permalink / raw)
  To: John Wiegley; +Cc: 22228

> From: John Wiegley <jwiegley@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?





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

* bug#22228: emacs-25 04dd5a5 fails to dump
  2015-12-23 20:58 ` Eli Zaretskii
@ 2015-12-24  0:23   ` John Wiegley
  2015-12-25 14:26     ` Eli Zaretskii
  0 siblings, 1 reply; 7+ messages in thread
From: John Wiegley @ 2015-12-24  0:23 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 22228

>>>>> Eli Zaretskii <eliz@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





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

* bug#22228: emacs-25 04dd5a5 fails to dump
  2015-12-24  0:23   ` John Wiegley
@ 2015-12-25 14:26     ` Eli Zaretskii
  2015-12-25 16:54       ` John Wiegley
  0 siblings, 1 reply; 7+ messages in thread
From: Eli Zaretskii @ 2015-12-25 14:26 UTC (permalink / raw)
  To: John Wiegley; +Cc: 22228

> From: John Wiegley <jwiegley@gmail.com>
> Cc: bug-gnu-emacs@gnu.org
> Date: Wed, 23 Dec 2015 16:23:01 -0800
> 
> >>>>> Eli Zaretskii <eliz@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.





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

* bug#22228: emacs-25 04dd5a5 fails to dump
  2015-12-25 14:26     ` Eli Zaretskii
@ 2015-12-25 16:54       ` John Wiegley
  2015-12-25 17:05         ` Eli Zaretskii
  0 siblings, 1 reply; 7+ messages in thread
From: John Wiegley @ 2015-12-25 16:54 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 22228

>>>>> Eli Zaretskii <eliz@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





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

* bug#22228: emacs-25 04dd5a5 fails to dump
  2015-12-25 16:54       ` John Wiegley
@ 2015-12-25 17:05         ` Eli Zaretskii
  2016-01-11 17:39           ` Glenn Morris
  0 siblings, 1 reply; 7+ messages in thread
From: Eli Zaretskii @ 2015-12-25 17:05 UTC (permalink / raw)
  To: John Wiegley; +Cc: 22228

> From: John Wiegley <jwiegley@gmail.com>
> Cc: bug-gnu-emacs@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.





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

* bug#22228: emacs-25 04dd5a5 fails to dump
  2015-12-25 17:05         ` Eli Zaretskii
@ 2016-01-11 17:39           ` Glenn Morris
  0 siblings, 0 replies; 7+ messages in thread
From: Glenn Morris @ 2016-01-11 17:39 UTC (permalink / raw)
  To: 22228-done


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.





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

end of thread, other threads:[~2016-01-11 17:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-23 20:34 bug#22228: emacs-25 04dd5a5 fails to dump John Wiegley
2015-12-23 20:58 ` Eli Zaretskii
2015-12-24  0:23   ` John Wiegley
2015-12-25 14:26     ` Eli Zaretskii
2015-12-25 16:54       ` John Wiegley
2015-12-25 17:05         ` Eli Zaretskii
2016-01-11 17:39           ` Glenn Morris

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