From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: Re: Recursive load? master build fail Date: Sat, 7 May 2016 18:56:27 -0700 Organization: UCLA Computer Science Department Message-ID: <572E9CCB.7070401@cs.ucla.edu> References: <52a1bc0e-762b-fbdc-8866-b03ef491b2ae@yandex.ru> <572E8365.9090803@cs.ucla.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1462672642 787 80.91.229.3 (8 May 2016 01:57:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 8 May 2016 01:57:22 +0000 (UTC) To: Kaushal Modi , Dmitry Gutov , Emacs developers , Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 08 03:57:13 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1azDxu-0006nL-Fz for ged-emacs-devel@m.gmane.org; Sun, 08 May 2016 03:57:02 +0200 Original-Received: from localhost ([::1]:35625 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1azDxt-0000bv-OI for ged-emacs-devel@m.gmane.org; Sat, 07 May 2016 21:57:01 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40991) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1azDxf-0000Wv-IX for emacs-devel@gnu.org; Sat, 07 May 2016 21:56:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1azDxb-0000W3-9J for emacs-devel@gnu.org; Sat, 07 May 2016 21:56:46 -0400 Original-Received: from zimbra.cs.ucla.edu ([131.179.128.68]:60449) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1azDxY-0000Vu-C5 for emacs-devel@gnu.org; Sat, 07 May 2016 21:56:43 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 84430161210; Sat, 7 May 2016 18:56:32 -0700 (PDT) Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id EXNHMtE_Jksj; Sat, 7 May 2016 18:56:27 -0700 (PDT) Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id CAA56161212; Sat, 7 May 2016 18:56:27 -0700 (PDT) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id wFqOIPVldcu7; Sat, 7 May 2016 18:56:27 -0700 (PDT) Original-Received: from [192.168.1.9] (unknown [100.32.155.148]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id 6F6AA161210; Sat, 7 May 2016 18:56:27 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 131.179.128.68 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:203691 Archived-At: Kaushal Modi wrote: > On Sat, May 7, 2016, 9:22 PM Kaushal Modi 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?