From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: make bootstrap fails Date: Tue, 10 Apr 2012 22:57:14 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1334113045 14982 80.91.229.3 (11 Apr 2012 02:57:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 11 Apr 2012 02:57:25 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 11 04:57:25 2012 Return-path: Envelope-to: geh-help-gnu-emacs@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 1SHnkL-0003Tk-7p for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Apr 2012 04:57:25 +0200 Original-Received: from localhost ([::1]:46233 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SHnkK-0008Pj-N1 for geh-help-gnu-emacs@m.gmane.org; Tue, 10 Apr 2012 22:57:24 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:57404) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SHnkF-0008Pe-Nu for help-gnu-emacs@gnu.org; Tue, 10 Apr 2012 22:57:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SHnkE-00068C-1I for help-gnu-emacs@gnu.org; Tue, 10 Apr 2012 22:57:19 -0400 Original-Received: from ironport-out.teksavvy.com ([206.248.143.162]:47543) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SHnkD-00067x-TV for help-gnu-emacs@gnu.org; Tue, 10 Apr 2012 22:57:17 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApUIACxOgk+4rwGW/2dsb2JhbABDuCMDgQyBCIIJAQEEAVYzCzQSFBgNiEAFtjKLYYFVgyQEpEWBXYMD X-IronPort-AV: E=Sophos;i="4.75,391,1330923600"; d="scan'208";a="173191670" Original-Received: from 184-175-1-150.dsl.teksavvy.com (HELO pastel.home) ([184.175.1.150]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 10 Apr 2012 22:57:15 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 9529359460; Tue, 10 Apr 2012 22:57:14 -0400 (EDT) In-Reply-To: (Glenn Morris's message of "Tue, 10 Apr 2012 22:10:45 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.143.162 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:84419 Archived-At: >> As explained back then: if it's a problem while building Emacs, there's >> no reason to think it won't be a problem in other use cases. So it >> should be fixed the right way, rather than swept under the carpet. > So if I fix this bug, and add something to test/automated/vc.bzr.el to > prevent it coming back, may I then turn off vc during the Emacs build? No, because it might hide other bugs. We want to eat our own dog-food. Stefan