From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sven Joachim Newsgroups: gmane.emacs.devel Subject: Re: Problem compiling GNU/emacs from cvs Date: Fri, 11 Apr 2008 21:21:01 +0200 Message-ID: <87tzi8p59e.fsf@gmx.de> References: <20080411100500.5bd28bb0@ba-sing-se> <87fxtsnsu4.fsf@localhorst.mine.nu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1207941811 25238 80.91.229.12 (11 Apr 2008 19:23:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Apr 2008 19:23:31 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 11 21:24:04 2008 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 1JkOqs-0002bw-6u for ged-emacs-devel@m.gmane.org; Fri, 11 Apr 2008 21:23:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JkOqE-0004hL-3g for ged-emacs-devel@m.gmane.org; Fri, 11 Apr 2008 15:23:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JkOq9-0004gM-6p for emacs-devel@gnu.org; Fri, 11 Apr 2008 15:23:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JkOq8-0004fC-6p for emacs-devel@gnu.org; Fri, 11 Apr 2008 15:23:12 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JkOq8-0004f6-48 for emacs-devel@gnu.org; Fri, 11 Apr 2008 15:23:12 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JkOq7-0007bf-P6 for emacs-devel@gnu.org; Fri, 11 Apr 2008 15:23:12 -0400 Original-Received: (qmail invoked by alias); 11 Apr 2008 19:23:09 -0000 Original-Received: from p54865335.dip.t-dialin.net (EHLO debian) [84.134.83.53] by mail.gmx.net (mp045) with SMTP; 11 Apr 2008 21:23:09 +0200 X-Authenticated: #28250155 X-Provags-ID: V01U2FsdGVkX1+Hcs1S4GSH+m73FHNv0eusMAerdvUew5unwgfn9r WFZZ/MJBeYE6Um In-Reply-To: <87fxtsnsu4.fsf@localhorst.mine.nu> (David Hansen's message of "Fri, 11 Apr 2008 20:34:43 +0200") User-Agent: Gnus/5.110008 (No Gnus v0.8) Emacs/22.2.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:94991 Archived-At: On 2008-04-11 20:34 +0200, David Hansen wrote: > On Fri, 11 Apr 2008 10:05:00 -0500 Adolfo De Unanue wrote: > >> I tried to compile Emacs from cvs and failed in the make bootstrap: > > ,----[ INSTALL.CVS ] > | > | Very occasionally changes in the source can introduce > | incompatibilities with previous builds. If a bootstrap fails, as a > | last resort try "make maintainer-clean" before bootstrapping again. > | If CPU time is not an issue, the most thorough way to rebuild, and > | avoid any spurious problems, is always to use "make maintainer-clean; > | make bootstrap". > | > `---- > > give make maintainer-clean && make bootstrap a try Neither that nor "make maintainer-clean; make bootstrap" can possibly work, because there is no Makefile after "make maintainer-clean". 8-) You have to rerun ./configure inbetween. Sven