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: Trunk does not, compile: Missing: ../.bzr/checkout/dirstate Date: Sun, 12 Jan 2014 20:25:09 +0200 Message-ID: <8338kt83cq.fsf@gnu.org> References: <52D2D77E.4050400@swipnet.se> <20140112181549.GB16457@thyrsus.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1389551142 8303 80.91.229.3 (12 Jan 2014 18:25:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 12 Jan 2014 18:25:42 +0000 (UTC) Cc: jan.h.d@swipnet.se, emacs-devel@gnu.org To: esr@thyrsus.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 12 19:25:45 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 1W2PjB-0004Dt-Qk for ged-emacs-devel@m.gmane.org; Sun, 12 Jan 2014 19:25:41 +0100 Original-Received: from localhost ([::1]:38945 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2PjB-0002Zo-DT for ged-emacs-devel@m.gmane.org; Sun, 12 Jan 2014 13:25:41 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59754) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2Pj1-0002Zh-I5 for emacs-devel@gnu.org; Sun, 12 Jan 2014 13:25:36 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W2Piv-0001xw-7B for emacs-devel@gnu.org; Sun, 12 Jan 2014 13:25:31 -0500 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:44983) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2Piu-0001xl-V8 for emacs-devel@gnu.org; Sun, 12 Jan 2014 13:25:25 -0500 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MZA00J00WG9RJ00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Sun, 12 Jan 2014 20:25:23 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MZA00JY8WIBOW10@a-mtaout20.012.net.il>; Sun, 12 Jan 2014 20:25:23 +0200 (IST) In-reply-to: <20140112181549.GB16457@thyrsus.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 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:168212 Archived-At: > Date: Sun, 12 Jan 2014 13:15:49 -0500 > From: "Eric S. Raymond" > Cc: emacs-devel@gnu.org >=20 > Jan Dj=E4rv : > > Hello. > >=20 > > Fresh trunk, run configure, make: > >=20 > > make[1]: *** No rule to make target > > `../quickfixes/../.bzr/checkout/dirstate', needed by > > `../../quickfixes/src/../lisp/loaddefs.el'. Stop. > >=20 > > =09Jan D. >=20 > That's interesting. Build is not broken for me here Nor for me. I test my changes too, you know. What I broke is the case where the build directory is below the top-level source directory. Now fixed. > but this is clearly Eli's fix going ker-sproing. Yep, guilty as charged. > Which I think is rather funny, considering that persions who shall > remain unnamed are still claiming (incorrectly) that my deletion of > the broken code made things worse. I now claim that the original code was not broken at all (and have restored it completely, erasing my small change that broke Jan's build). It "works for me", in the sense that the autoloads target is invoked when Lisp files change. Please consider explaining why you think that code is broken.