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: Bootstrap failure Date: Tue, 08 Dec 2009 01:14:44 +0100 Message-ID: <4B1D9A74.7080300@alice.it> 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: ger.gmane.org 1260231505 4326 80.91.229.12 (8 Dec 2009 00:18:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 8 Dec 2009 00:18:25 +0000 (UTC) To: Emacs Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 08 01:18:18 2009 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.50) id 1NHnkt-0005CB-IO for ged-emacs-devel@m.gmane.org; Tue, 08 Dec 2009 01:16:39 +0100 Original-Received: from localhost ([127.0.0.1]:54748 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NHnkt-00089d-7u for ged-emacs-devel@m.gmane.org; Mon, 07 Dec 2009 19:16:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NHnjh-0006ir-0h for emacs-devel@gnu.org; Mon, 07 Dec 2009 19:15:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NHnjb-0006bP-D3 for emacs-devel@gnu.org; Mon, 07 Dec 2009 19:15:24 -0500 Original-Received: from [199.232.76.173] (port=38926 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NHnjb-0006b0-2v for emacs-devel@gnu.org; Mon, 07 Dec 2009 19:15:19 -0500 Original-Received: from smtp-out112.alice.it ([85.37.17.112]:3574) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NHnjb-0008GU-6L for emacs-devel@gnu.org; Mon, 07 Dec 2009 19:15:19 -0500 Original-Received: from FBCMMO05.fbc.local ([192.168.184.136]) by smtp-out112.alice.it with Microsoft SMTPSVC(6.0.3790.3959); Tue, 8 Dec 2009 01:15:14 +0100 Original-Received: from FBCMCL01B04.fbc.local ([192.168.69.85]) by FBCMMO05.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Tue, 8 Dec 2009 01:14:58 +0100 Original-Received: from [82.57.148.136] ([82.57.148.136]) by FBCMCL01B04.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Tue, 8 Dec 2009 01:14:57 +0100 User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) X-OriginalArrivalTime: 08 Dec 2009 00:14:57.0972 (UTC) FILETIME=[79BFA740:01CA779B] X-detected-operating-system: by monty-python.gnu.org: Windows 2000 SP4, XP SP1+ 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:118376 Archived-At: Current CVS head fails in bootstrapping as follows: [...] Wrote /tmp/emacs/lisp/progmodes/simula.elc make[2]: *** No rule to make target `/tmp/emacs/lisp/progmodes/sym-comp.elc', needed by `compile-main'. Stop. make[2]: *** Waiting for unfinished jobs.... Compiling /tmp/emacs/lisp/progmodes/subword.el Wrote /tmp/emacs/lisp/progmodes/sh-script.elc Wrote /tmp/emacs/lisp/progmodes/subword.elc Wrote /tmp/emacs/lisp/progmodes/sql.elc make[2]: Leaving directory `/tmp/emacs/build/lisp' make[1]: *** [lisp] Error 2 make[1]: Leaving directory `/tmp/emacs/build' make: *** [bootstrap] Error 2 In the tree, 'sym-comp.el' is located into 'obsolete' directory... perhaps this is the reason... -------------- 2009-12-07 Stefan Monnier <> [...] * progmodes/sym-comp.el: Move to... * obsolete/sym-comp.el: Move from progmodes. -------------- Ciao, Angelo.