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: Tue, 13 Nov 2018 11:47:44 -0500 Message-ID: <87va50orf3.fsf@aol.com> References: <19490631-1d8b-9b28-06ee-f9e3a3810a16@cs.ucla.edu> <838t1z9dbh.fsf@gnu.org> <87zhudok42.fsf@aol.com> 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 1542127565 31051 195.159.176.226 (13 Nov 2018 16:46:05 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 13 Nov 2018 16:46:05 +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 17:46:00 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 1gMbpA-0007xe-CZ for ged-emacs-devel@m.gmane.org; Tue, 13 Nov 2018 17:46:00 +0100 Original-Received: from localhost ([::1]:54929 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gMbrG-0006ii-MI for ged-emacs-devel@m.gmane.org; Tue, 13 Nov 2018 11:48:10 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57969) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gMbr3-0006ge-8V for emacs-devel@gnu.org; Tue, 13 Nov 2018 11:47:57 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gMbr0-0000Ii-5Q for emacs-devel@gnu.org; Tue, 13 Nov 2018 11:47:56 -0500 Original-Received: from [195.159.176.226] (port=39778 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gMbqz-0000Gy-T6 for emacs-devel@gnu.org; Tue, 13 Nov 2018 11:47:54 -0500 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1gMboq-0007do-Rh for emacs-devel@gnu.org; Tue, 13 Nov 2018 17:45:40 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 36 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:yYurdpkL+VPh+rIT6Jogm8BLGdo= 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:231113 Archived-At: Stefan Monnier writes: >> 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. > > I don't see any error in the text you quoted. Indeed it's a warning, sorry. The "error" (warning) I am referring to is the fact that ‘w32--os-description’ is being reference at all (and if/when referenced, the "w32-fns.el" file should have been or caused to beloaded). Is it because it's not necessary during the dump process? Thanks.