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: Current head won't build Date: Wed, 16 Jun 2010 14:32:24 -0400 Message-ID: References: <87iq5py7xk.fsf@stupidchicken.com> <868w6kxk6l.fsf_-_@red.stonehenge.com> <8739wsmaey.fsf@stupidchicken.com> <86wru4w06x.fsf@red.stonehenge.com> <87typ8aux2.fsf@mail.jurta.org> <86ocfgvwks.fsf@red.stonehenge.com> <87631l4o2y.fsf@mail.jurta.org> <86ocfcwdsc.fsf@red.stonehenge.com> <86hbl4w3kd.fsf@red.stonehenge.com> <87d3vsdr1s.fsf@imladris.arda> <868w6gvzqf.fsf@red.stonehenge.com> <87r5k7lkqe.fsf@uwakimon.sk.tsukuba.ac.jp> <87k4pzkvy3.fsf@uwakimon.sk.tsukuba.ac.jp> <86iq5jumvw.fsf@red.stonehenge.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1276713171 25222 80.91.229.12 (16 Jun 2010 18:32:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 16 Jun 2010 18:32:51 +0000 (UTC) Cc: "Stephen J. Turnbull" , Teemu Likonen , Andreas Schwab , emacs-devel@gnu.org To: merlyn@stonehenge.com (Randal L. Schwartz) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 16 20:32:49 2010 connect(): No such file or directory Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OOxPs-0004gj-Kw for ged-emacs-devel@m.gmane.org; Wed, 16 Jun 2010 20:32:48 +0200 Original-Received: from localhost ([127.0.0.1]:40805 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOxPr-0001hw-Ir for ged-emacs-devel@m.gmane.org; Wed, 16 Jun 2010 14:32:47 -0400 Original-Received: from [140.186.70.92] (port=60088 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOxPh-0001dW-Jr for emacs-devel@gnu.org; Wed, 16 Jun 2010 14:32:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OOxPb-0004q4-H9 for emacs-devel@gnu.org; Wed, 16 Jun 2010 14:32:37 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:35480 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OOxPb-0004pt-F6 for emacs-devel@gnu.org; Wed, 16 Jun 2010 14:32:31 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAMq1GExFxISg/2dsb2JhbACeanLAOoUaBI0R X-IronPort-AV: E=Sophos;i="4.53,427,1272859200"; d="scan'208";a="68170027" Original-Received: from 69-196-132-160.dsl.teksavvy.com (HELO pastel.home) ([69.196.132.160]) by ironport2-out.pppoe.ca with ESMTP; 16 Jun 2010 14:32:30 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id A182F80BC; Wed, 16 Jun 2010 14:32:24 -0400 (EDT) In-Reply-To: <86iq5jumvw.fsf@red.stonehenge.com> (Randal L. Schwartz's message of "Wed, 16 Jun 2010 06:29:07 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:126028 Archived-At: Andreas> bootstrap-clean does already di everything needed to start a bootstrap Andreas> without nuking your configuration. > There's nothing in INSTALL or INSTALL.BZR about bootstrap-clean. > Time to update the docs? "make bootstrap" should work. If it doesn't, it's a bug. You should never need to run "make bootstrap-clean", for example, since it's done by "make bootstrap" for you. Stefan