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: Failed to compile from last bzr repo Date: Mon, 04 Apr 2011 20:35:46 +0300 Message-ID: <83ei5hx6kt.fsf@gnu.org> References: <87vcyugxgs.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: dough.gmane.org 1301938874 29832 80.91.229.12 (4 Apr 2011 17:41:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 4 Apr 2011 17:41:14 +0000 (UTC) Cc: bzg@altern.org, emacs-devel@gnu.org To: Deniz Dogan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 04 19:41:09 2011 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 1Q6nlv-0008O4-N0 for ged-emacs-devel@m.gmane.org; Mon, 04 Apr 2011 19:41:03 +0200 Original-Received: from localhost ([127.0.0.1]:40236 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q6nlv-0006tp-1y for ged-emacs-devel@m.gmane.org; Mon, 04 Apr 2011 13:41:03 -0400 Original-Received: from [140.186.70.92] (port=58992 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q6nlf-0003Dn-9J for emacs-devel@gnu.org; Mon, 04 Apr 2011 13:40:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q6nh5-0000EX-8p for emacs-devel@gnu.org; Mon, 04 Apr 2011 13:36:04 -0400 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:52895) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q6nh5-0000ED-22 for emacs-devel@gnu.org; Mon, 04 Apr 2011 13:36:03 -0400 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0LJ50060026KUU00@a-mtaout21.012.net.il> for emacs-devel@gnu.org; Mon, 04 Apr 2011 20:35:42 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.126.47.180]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LJ5006TI27GCJA0@a-mtaout21.012.net.il>; Mon, 04 Apr 2011 20:35:42 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.169 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:138140 Archived-At: > From: Deniz Dogan > Date: Mon, 4 Apr 2011 14:22:41 +0200 > Cc: Bastien , emacs-devel@gnu.org >=20 > > You need to "make bootstrap". =A0This is the result of lexbind me= rge, > > AFAIK. > > >=20 > Sorry if this information can be found elsewhere but, in general, w= hen > do you have to make bootstrap? Like Stefan said, there's no simple recipe. In general, if the build fails while compiling Lisp files or during loadup, and removing a few *.elc files mentioned in the "Source file FOO newer than byte-compiled file" messages around the point of failure doesn't resolve that, it's a sign that a bootstrap is in order.