emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Parallel builds with loaddefs removed


From: Eli Zaretskii
Subject: Re: Parallel builds with loaddefs removed
Date: Fri, 21 Jun 2013 22:28:29 +0300

> From: Glenn Morris <address@hidden>
> Cc: address@hidden
> Date: Fri, 21 Jun 2013 15:20:22 -0400
> 
> That specific problem should be impossible now, owing to cl-lib.el's:
> 
> (or (load "cl-loaddefs" 'noerror 'quiet)
>     ;; When bootstrapping, cl-loaddefs hasn't been built yet!
>     (require 'cl-macs))
> 
> I guess you had a stale cl-lib.elc around?
> So AFAICS, that's just a one-time problem, the usual sort of issue with
> stale elc files that we know non-bootstrap builds sometimes have.

cl-loaddefs.el has loaddefs not just from cl-macs.el.  So having it
absent or outdated can still fail the build in interesting ways, even
with that change.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]