[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: revno 101399 fails to build
From: |
Andreas Schwab |
Subject: |
Re: revno 101399 fails to build |
Date: |
Fri, 10 Sep 2010 10:37:43 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) |
address@hidden writes:
> ...
> In toplevel form:
> calc/calc-help.el:30:1:Error: Required feature `calc-ext' was not provided
Do you build with more that one job in parallel? In this case it can
happen that one emacs process writes out the elc file while another one
is reading the same (partial) file at the same time. To fix that the
creation of the elc file need to be made atomic.
Andreas.
--
Andreas Schwab, address@hidden
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
Re: revno 101399 fails to build,
Andreas Schwab <=