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 13:58:39 -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 1464285551 13241 80.91.229.3 (26 May 2016 17:59:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 26 May 2016 17:59:11 +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 19:59:00 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 1b5zYi-0008Cc-An for ged-emacs-devel@m.gmane.org; Thu, 26 May 2016 19:59:00 +0200 Original-Received: from localhost ([::1]:39800 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5zYe-0007yP-9G for ged-emacs-devel@m.gmane.org; Thu, 26 May 2016 13:58:56 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49430) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5zYV-0007wx-05 for emacs-devel@gnu.org; Thu, 26 May 2016 13:58:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b5zYU-0000Hi-50 for emacs-devel@gnu.org; Thu, 26 May 2016 13:58:46 -0400 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:49765) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5zYP-0000Fa-AG; Thu, 26 May 2016 13:58:41 -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 u4QHwdu1009171; Thu, 26 May 2016 13:58:40 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 80DA160020; Thu, 26 May 2016 13:58:39 -0400 (EDT) In-Reply-To: (Glenn Morris's message of "Thu, 26 May 2016 13:02:36 -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 <1641754> : uri <2217626> 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:204056 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... Stefan