From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Eric S. Raymond" Newsgroups: gmane.emacs.devel Subject: Re: Build is temporarily broken - my apologies Date: Sat, 22 Nov 2014 07:14:31 -0500 Organization: Eric Conspiracy Secret Labs Message-ID: <20141122121431.GA7870@thyrsus.com> References: <20141122105546.GA13526@thyrsus.com> <5470721F.6070400@gmx.at> Reply-To: esr@thyrsus.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1416658489 11865 80.91.229.3 (22 Nov 2014 12:14:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 22 Nov 2014 12:14:49 +0000 (UTC) Cc: emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 22 13:14:44 2014 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 1Xs9aO-000464-8n for ged-emacs-devel@m.gmane.org; Sat, 22 Nov 2014 13:14:44 +0100 Original-Received: from localhost ([::1]:45123 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xs9aN-0000ID-GX for ged-emacs-devel@m.gmane.org; Sat, 22 Nov 2014 07:14:43 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39917) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xs9aG-0000I6-D0 for emacs-devel@gnu.org; Sat, 22 Nov 2014 07:14:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xs9aC-0002FD-4B for emacs-devel@gnu.org; Sat, 22 Nov 2014 07:14:36 -0500 Original-Received: from static-71-162-243-5.phlapa.fios.verizon.net ([71.162.243.5]:33275 helo=snark.thyrsus.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xs9aB-0002F7-W0 for emacs-devel@gnu.org; Sat, 22 Nov 2014 07:14:32 -0500 Original-Received: by snark.thyrsus.com (Postfix, from userid 1000) id 7BD6C382CA4; Sat, 22 Nov 2014 07:14:31 -0500 (EST) Content-Disposition: inline In-Reply-To: <5470721F.6070400@gmx.at> X-Eric-Conspiracy: There is no conspiracy User-Agent: Mutt/1.5.21 (2010-09-15) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 71.162.243.5 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:177999 Archived-At: martin rudalics : > Without setting `inhibit-startup-echo-area-message' I don't get that > error. Getting a backtrace is difficult but I can construct one if > you're interested. I figured it out. Some stuff I thought could move to the new file lisp/vc-filewise.el needs to stay in vc-hooks because the various backend functions that check whether a backend is responsible for a file need the helpers to be loaded that early. I've added a comment that describes the problem (in my local feature branch). I would have spotted this sooner but for at least two stages of load file generation that made it look like the re-partitioning was OK but turned out to be like Coyote running on thin air - doomed as soon as he looks down... Trunk build seems to be currently OK. Am beavering away on a feature branch now. -- Eric S. Raymond