From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Live System User Newsgroups: gmane.emacs.devel Subject: Re: The 'master' branch no longer compiles. Date: Mon, 12 Nov 2018 20:13:17 -0500 Message-ID: <87zhudok42.fsf@aol.com> References: <19490631-1d8b-9b28-06ee-f9e3a3810a16@cs.ucla.edu> <838t1z9dbh.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1542071801 1742 195.159.176.226 (13 Nov 2018 01:16:41 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 13 Nov 2018 01:16:41 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 13 02:16:37 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gMNJh-0000Hi-NH for ged-emacs-devel@m.gmane.org; Tue, 13 Nov 2018 02:16:33 +0100 Original-Received: from localhost ([::1]:51475 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gMNLo-0007zT-5d for ged-emacs-devel@m.gmane.org; Mon, 12 Nov 2018 20:18:44 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40104) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gMNLU-0007e6-QF for emacs-devel@gnu.org; Mon, 12 Nov 2018 20:18:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gMNGx-0002YM-6E for emacs-devel@gnu.org; Mon, 12 Nov 2018 20:13:47 -0500 Original-Received: from [195.159.176.226] (port=47779 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gMNGv-0002UX-4X for emacs-devel@gnu.org; Mon, 12 Nov 2018 20:13:43 -0500 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1gMNEY-0002GV-9v for emacs-devel@gnu.org; Tue, 13 Nov 2018 02:11:14 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 55 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:5MS/LvAq+7WT0WCDIjdWqOprkc4= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 195.159.176.226 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:231107 Archived-At: Stefan Monnier writes: >>> It's a known problem. Work around it with 'make bootstrap'. See: >>> https://lists.gnu.org/r/emacs-devel/2018-11/msg00143.html >> >> A much simpler and shorter recipe is to rename .dir-locals.el before >> building, then rename it back after the build. > > FWIW, I tried to track the origin of the problem but still failed to > find it. It looks like > > rm lisp/emacs-lisp/gv.elc; make > > "fixed" it this time (the error was signaled while macroexpanding > a (setf (alist-get ...) ...) in hack-dir-local-variables which ended up > (auto)loading gv). This didn't work for me, initially: [...] make[2]: Entering directory '/tmp/emacs-27.0-git-master/lisp' ELC emacs-lisp/gv.elc ELC emacs-lisp/ring.elc ELC net/tramp.elc ELC net/tramp-cmds.elc ELC mail/emacsbug.elc ELC net/trampver.elc ELC progmodes/xref.elc ELC textmodes/css-mode.elc In end of data: mail/emacsbug.el:489:1:Warning: the function ‘w32--os-description’ is not known to be defined. make[2]: Leaving directory '/tmp/emacs-27.0-git-master/lisp' make[1]: Leaving directory '/tmp/emacs-27.0-git-master/lisp' This error occurred on Gnu/Linux. When I did another "git pull; make" to go to git hash 73ba6f1 from 913c001 it then compiled.to completion. BTW, why is the message: Reloading stale loaddefs.el emitted? What's the significance of specifying "stale"? Is it just informational? Thanks. >