From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: master e971ce6: Make autoloads populate a new definition-prefixes table Date: Thu, 26 May 2016 19:44:47 +0300 Message-ID: <83y46w22gw.fsf@gnu.org> References: <20160526025822.15529.80475@vcs.savannah.gnu.org> <20160526025822.4D91A220153@vcs.savannah.gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1464281608 12399 80.91.229.3 (26 May 2016 16:53:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 26 May 2016 16:53:28 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 26 18:53:21 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 1b5yX8-0006av-K8 for ged-emacs-devel@m.gmane.org; Thu, 26 May 2016 18:53:18 +0200 Original-Received: from localhost ([::1]:39573 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5yX7-0005Cj-KE for ged-emacs-devel@m.gmane.org; Thu, 26 May 2016 12:53:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60624) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5yOw-0006hA-Lm for emacs-devel@gnu.org; Thu, 26 May 2016 12:44:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b5yOu-0006Ci-Gp for emacs-devel@gnu.org; Thu, 26 May 2016 12:44:49 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:40939) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5yOp-0006B4-7l; Thu, 26 May 2016 12:44:43 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2504 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1b5yOm-00080U-Rq; Thu, 26 May 2016 12:44:41 -0400 In-reply-to: (message from Glenn Morris on Thu, 26 May 2016 11:52:26 -0400) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:204052 Archived-At: > From: Glenn Morris > Date: Thu, 26 May 2016 11:52:26 -0400 > Cc: Stefan Monnier > > > It could be an unrelated failure (eg due to a change in the build deps), > but this change may be causing problems on 32-bit systems, see > http://hydra.nixos.org/build/36189760 Is the below related? ELC ../lisp/w32-fns.elc In toplevel form: w32-fns.el:163:16:Warning: w32-get-locale-info called with 1 argument, but accepts only 0 In w32-list-locales: w32-fns.el:179:23:Warning: w32-get-locale-info called with 1 argument, but accepts only 0 w32-fns.el:179:23:Warning: w32-get-locale-info called with 2 arguments, but accepts only 0 w32-fns.el:245:2:Warning: set-message-beep called with 1 argument, but accepts only 0 (All of these warnings are bogus, of course.)