From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: master e971ce6: Make autoloads populate a new definition-prefixes table Date: Thu, 26 May 2016 14:34:26 -0400 Message-ID: References: <20160526025822.15529.80475@vcs.savannah.gnu.org> <20160526025822.4D91A220153@vcs.savannah.gnu.org> <83y46w22gw.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1464287691 15934 80.91.229.3 (26 May 2016 18:34:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 26 May 2016 18:34:51 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 26 20:34:42 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 1b607E-0004Vb-Rs for ged-emacs-devel@m.gmane.org; Thu, 26 May 2016 20:34:41 +0200 Original-Received: from localhost ([::1]:39959 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b607E-0004LD-8Y for ged-emacs-devel@m.gmane.org; Thu, 26 May 2016 14:34:40 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57639) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b6079-0004L6-2p for emacs-devel@gnu.org; Thu, 26 May 2016 14:34:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b6078-0001Eq-2s for emacs-devel@gnu.org; Thu, 26 May 2016 14:34:35 -0400 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:55250) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b6072-0001Di-BC; Thu, 26 May 2016 14:34:28 -0400 Original-Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.7/8.14.1) with ESMTP id u4QIYQj0013933; Thu, 26 May 2016 14:34:26 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id C1884603DE; Thu, 26 May 2016 14:34:26 -0400 (EDT) In-Reply-To: (Stefan Monnier's message of "Thu, 26 May 2016 13:58:39 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Level: X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0.2 X-NAI-Spam-Rules: 2 Rules triggered GEN_SPAM_FEATRE=0.2, RV5684=0 X-NAI-Spam-Version: 2.3.0.9418 : core <5684> : inlines <4870> : streams <1641767> : uri <2217644> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 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:204059 Archived-At: >> Actually, from the fact that emacs-25 still builds fine on 32-bit hydra, >> I conclude this change probably is the cause. > I think so too. Looking into it... Hmm... can't find the magic ingredient to reproduce it. master bootstraps fine for me both on 64bit and 32bit systems. Stefan