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: Failed to compile from last bzr repo Date: Mon, 04 Apr 2011 12:39:57 -0400 Message-ID: References: <87vcyugxgs.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1301935232 6125 80.91.229.12 (4 Apr 2011 16:40:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 4 Apr 2011 16:40:32 +0000 (UTC) Cc: Bastien , Eli Zaretskii , emacs-devel@gnu.org To: Deniz Dogan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 04 18:40:28 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 1Q6mpI-0002hk-5F for ged-emacs-devel@m.gmane.org; Mon, 04 Apr 2011 18:40:28 +0200 Original-Received: from localhost ([127.0.0.1]:49346 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q6mpH-00057d-Ce for ged-emacs-devel@m.gmane.org; Mon, 04 Apr 2011 12:40:27 -0400 Original-Received: from [140.186.70.92] (port=42137 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q6mos-00050a-5y for emacs-devel@gnu.org; Mon, 04 Apr 2011 12:40:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q6moq-0002nr-Q7 for emacs-devel@gnu.org; Mon, 04 Apr 2011 12:40:01 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:4605 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q6mop-0002j5-CP; Mon, 04 Apr 2011 12:39:59 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEANLzmU1Ld/Y6/2dsb2JhbAClYHiIebc2hWsElj8 X-IronPort-AV: E=Sophos;i="4.63,298,1299474000"; d="scan'208";a="103095079" Original-Received: from 75-119-246-58.dsl.teksavvy.com (HELO ceviche.home) ([75.119.246.58]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 04 Apr 2011 12:39:57 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id B3562660C2; Mon, 4 Apr 2011 12:39:57 -0400 (EDT) In-Reply-To: (Deniz Dogan's message of "Mon, 4 Apr 2011 14:22:41 +0200") 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-Received-From: 206.248.154.183 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:138131 Archived-At: > Sorry if this information can be found elsewhere but, in general, when > do you have to make bootstrap? If there was a simple constructive answer to this, we'd do it automatically. But as of now, the best I can come up with is: when "make" doesn't work but "make bootstrap" does; which probably doesn't help you much. Stefan PS: In your particular case, the issue is that cconv.el uses a new feature in pcase.el, so removing pcase.elc and then "make" will help. IIRC you'll bump into a few more problems after that, but removing a few more .elc files (byte-opt, bytecomp, subr) and src/bootstrap can get you over the hump. Stefan "who *very* rarely bootstraps because it takes ages on his machine"