From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: Emacs bootstrap: 'ignored' errors [trunk] Date: Sun, 10 Oct 2010 00:06:56 +0200 Message-ID: <4CB0E780.8070706@alice.it> References: <4CAC9293.7000709@alice.it> <4CAF6DA9.20006@alice.it> <4CB0D783.70209@alice.it> <83hbgvm3uq.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1286662040 7445 80.91.229.12 (9 Oct 2010 22:07:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 9 Oct 2010 22:07:20 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 10 00:07:19 2010 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 1P4hZU-0006rD-TR for ged-emacs-devel@m.gmane.org; Sun, 10 Oct 2010 00:07:17 +0200 Original-Received: from localhost ([127.0.0.1]:59404 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P4hZU-0003wz-Bm for ged-emacs-devel@m.gmane.org; Sat, 09 Oct 2010 18:07:16 -0400 Original-Received: from [140.186.70.92] (port=33205 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P4hZO-0003wD-K1 for emacs-devel@gnu.org; Sat, 09 Oct 2010 18:07:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P4hZN-0007RV-5O for emacs-devel@gnu.org; Sat, 09 Oct 2010 18:07:10 -0400 Original-Received: from smtp204.alice.it ([82.57.200.100]:52461) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P4hZK-0007Qn-FE; Sat, 09 Oct 2010 18:07:06 -0400 Original-Received: from [87.3.34.17] (87.3.34.17) by smtp204.alice.it (8.5.124.08) id 4C88E33B0253FCC2; Sun, 10 Oct 2010 00:07:04 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.2.9) Gecko/20100915 Thunderbird/3.1.4 In-Reply-To: <83hbgvm3uq.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Windows 98 (1) 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:131543 Archived-At: Il 09/10/2010 23.51, Eli Zaretskii ha scritto: >> Date: Sat, 09 Oct 2010 22:58:43 +0200 >> From: Angelo Graziosi >> Cc: Emacs >> >> Il 09/10/2010 20.10, Glenn Morris ha scritto: >>> Angelo Graziosi wrote: >>> >>>> have you some comments? >>> >>> My comment on ignored make errors is that they should be ignored. >> >> No, as you have seen, 'errors' should never been ignored... > > ??? Commands that begin with a "-" in the Makefile are written that > way to ignore errors if they happen. The errors 'ignored'[1] were related to fatal errors which broke the bootstrap (out of tree) in rev.101874 [2]. In rev.101887 all seems fixed. Thanks, Angelo. --- [1] http://lists.gnu.org/archive/html/emacs-devel/2010-10/msg00272.html [2] http://lists.gnu.org/archive/html/emacs-devel/2010-10/msg00406.html