From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Bootstrap failure Date: Sat, 14 Nov 2009 10:14:01 -0500 Message-ID: <87aaypxhom.fsf@stupidchicken.com> References: <87bpj8rpix.fsf@elegiac.orebokech.com> <87r5s3lbtt.fsf@turtle.gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1258211668 6112 80.91.229.12 (14 Nov 2009 15:14:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 14 Nov 2009 15:14:28 +0000 (UTC) Cc: Romain Francoise , emacs-devel@gnu.org To: Sven Joachim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 14 16:14:21 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 1N9KKQ-0003Sq-QG for ged-emacs-devel@m.gmane.org; Sat, 14 Nov 2009 16:14:19 +0100 Original-Received: from localhost ([127.0.0.1]:52592 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N9KKQ-0004kS-61 for ged-emacs-devel@m.gmane.org; Sat, 14 Nov 2009 10:14:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N9KKK-0004kF-DC for emacs-devel@gnu.org; Sat, 14 Nov 2009 10:14:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N9KKF-0004jZ-BS for emacs-devel@gnu.org; Sat, 14 Nov 2009 10:14:11 -0500 Original-Received: from [199.232.76.173] (port=50359 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N9KKF-0004jW-5R for emacs-devel@gnu.org; Sat, 14 Nov 2009 10:14:07 -0500 Original-Received: from pantheon-po27.its.yale.edu ([130.132.50.122]:45647) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N9KKE-0000oN-SR for emacs-devel@gnu.org; Sat, 14 Nov 2009 10:14:07 -0500 Original-Received: from furry (adsl-99-58-202-243.dsl.wlfrct.sbcglobal.net [99.58.202.243]) (authenticated bits=0) by pantheon-po27.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id nAEFE3BT029432 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 14 Nov 2009 10:14:03 -0500 Original-Received: by furry (Postfix, from userid 1000) id 212B3C070; Sat, 14 Nov 2009 10:14:02 -0500 (EST) In-Reply-To: <87r5s3lbtt.fsf@turtle.gmx.de> (Sven Joachim's message of "Thu, 12 Nov 2009 21:36:46 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 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:116978 Archived-At: Sven Joachim writes: > On 2009-11-12 11:44 +0100, Romain Francoise wrote: >> | Loading startup... >> | Invalid function: "/home/romain/src/emacs/emacs.git/lisp/startup.elc" >> | make[1]: *** [bootstrap-emacs] Error 255 >> | make[1]: Leaving directory `/home/romain/src/emacs/emacs.git/src' >> | make: *** [src] Error 2 >> >> I can reliably reproduce it with the following steps: >> >> 1. Start from a clean checkout >> 2. ./configure && make >> 3. make distclean >> 4. ./configure && make >> >> Step four fails with the message above. When in that situation, >> doing 'make src' fails, but 'make -C src' works. This probably >> points to a problem with the handling of BOOTSTRAPEMACS, but I'm not >> sure what. Is this on windows? I can't reproduce the problem on GNU/Linux.