emacs-devel
[Top][All Lists]
Advanced

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

Re: Recursive load? master build fail


From: Paul Eggert
Subject: Re: Recursive load? master build fail
Date: Sat, 7 May 2016 18:56:27 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2

Kaushal Modi wrote:
> On Sat, May 7, 2016, 9:22 PM Kaushal Modi <address@hidden> wrote:
> 
>> I also saw those recursive load errors when launching emacs after a quick
>> make and make install. So I tried doing a clean build using make bootstrap.
>> But then the build itself failed with the same recursive load errors.
>>
> 
> @Michael I saw mentions of tramp.elc in the errors. Any idea if/how recent
> tramp.el changes could have caused this?


make -j5 bootstrap worked, if I recall correctly.

But I just now tried this in an already-built master on Ubuntu 16.04 x86-64:

cd lisp && make compile-always

and it failed:

ELC progmodes/js.elc
>>Error occurred processing progmodes/js.el: error (("Recursive load"
"/home/eggert/src/gnu/emacs/static-checking/lisp/net/tramp.elc"
"/home/eggert/src/gnu/emacs/static-checking/lisp/net/tramp.elc"
"/home/eggert/src/gnu/emacs/static-checking/lisp/net/tramp.elc"
"/home/eggert/src/gnu/emacs/static-checking/lisp/net/tramp.elc"
"/home/eggert/src/gnu/emacs/static-checking/lisp/net/tramp.elc"
"/home/eggert/src/gnu/emacs/static-checking/lisp/emacs-lisp/warnings.elc"))
Makefile:282: recipe for target 'progmodes/js.elc' failed


Then, when I did another 'make', it worked. So perhaps there's a race in there
somehow?



reply via email to

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