From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Romain Francoise Newsgroups: gmane.emacs.devel Subject: Bootstrap failure Date: Thu, 12 Nov 2009 11:44:22 +0100 Organization: orebokech dot com Message-ID: <87bpj8rpix.fsf@elegiac.orebokech.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1258024018 5086 80.91.229.12 (12 Nov 2009 11:06:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 12 Nov 2009 11:06:58 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 12 12:06:51 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 1N8XVm-0005ey-1u for ged-emacs-devel@m.gmane.org; Thu, 12 Nov 2009 12:06:47 +0100 Original-Received: from localhost ([127.0.0.1]:53692 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N8XVk-0007fL-HB for ged-emacs-devel@m.gmane.org; Thu, 12 Nov 2009 06:06:44 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N8XAL-0006Rc-3t for emacs-devel@gnu.org; Thu, 12 Nov 2009 05:44:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N8XAF-0006PD-1P for emacs-devel@gnu.org; Thu, 12 Nov 2009 05:44:36 -0500 Original-Received: from [199.232.76.173] (port=49121 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N8XAE-0006Oy-Lx for emacs-devel@gnu.org; Thu, 12 Nov 2009 05:44:30 -0500 Original-Received: from smtp4-g21.free.fr ([212.27.42.4]:39573) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N8XAD-0004Lf-TO for emacs-devel@gnu.org; Thu, 12 Nov 2009 05:44:30 -0500 Original-Received: from smtp4-g21.free.fr (localhost [127.0.0.1]) by smtp4-g21.free.fr (Postfix) with ESMTP id 78F634C812C for ; Thu, 12 Nov 2009 11:44:24 +0100 (CET) Original-Received: from elegiac.orebokech.com (home.orebokech.com [82.67.41.165]) by smtp4-g21.free.fr (Postfix) with ESMTP id 945754C8066 for ; Thu, 12 Nov 2009 11:44:22 +0100 (CET) Original-Received: by elegiac.orebokech.com (Postfix, from userid 1000) id 575A53D18D; Thu, 12 Nov 2009 11:44:22 +0100 (CET) X-Face: }9mYu,e_@+e!`Z-P5kVXa3\_b:hdJ"B)ww[&=b<2=awG:GOIM 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:116875 Archived-At: Sometime in the last three weeks a regression was introduced which leads a to build failure when bootstrapping, as follows: | Loading files... | Loading cus-face... | Loading faces... | Loading minibuffer... | Loading button... | 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.