From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Giorgos Keramidas Newsgroups: gmane.emacs.devel Subject: Re: bootstrap failed Date: Thu, 23 Feb 2006 13:41:49 +0200 Message-ID: <20060223114149.GA29887@flame.pc> References: <20060222105741.GA16886@emacsfans.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1140831639 19211 80.91.229.2 (25 Feb 2006 01:40:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 25 Feb 2006 01:40:39 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 25 02:40:36 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FCoQA-0005J5-1K for ged-emacs-devel@m.gmane.org; Sat, 25 Feb 2006 02:40:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FCoQA-0000M2-3K for ged-emacs-devel@m.gmane.org; Fri, 24 Feb 2006 20:40:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FCUmC-00048s-TT for emacs-devel@gnu.org; Thu, 23 Feb 2006 23:41:57 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FCJTa-0005of-PV for emacs-devel@gnu.org; Thu, 23 Feb 2006 11:42:28 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FCErk-0002Zd-9S for emacs-devel@gnu.org; Thu, 23 Feb 2006 06:42:43 -0500 Original-Received: from [62.1.205.36] (helo=igloo.linux.gr) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FCEyR-0004Gi-FP for emacs-devel@gnu.org; Thu, 23 Feb 2006 06:49:31 -0500 Original-Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.5/8.13.5/Debian-3) with ESMTP id k1NBgGv9018991 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 23 Feb 2006 13:42:20 +0200 Original-Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id k1NBfn5h032521; Thu, 23 Feb 2006 13:41:49 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Original-Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id k1NBfn5K032520; Thu, 23 Feb 2006 13:41:49 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Original-To: Zhang Wei , emacs-devel@gnu.org Content-Disposition: inline In-Reply-To: <20060222105741.GA16886@emacsfans.org> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.367, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.83, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr 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:50914 Archived-At: On 2006-02-22 18:57, Zhang Wei wrote: > Fresh checked out cvs trunk, make bootstrap always failed due > to the following Error: Is this from a clean checkout? I've reinstalled Emacs this morning from CVS with -D '2006/02/23 07:40:25 UTC' being the last change that went in. No problems seen here. Can you tell us more of your build environment, the compiler you used, any interesting options, etc.? > ---------------------------------------------------------------------- > if [ x`(cd /root/emacs-cvs/leim && /bin/pwd)` = x`(/bin/pwd)` ] ; then \ > EMACSLOADPATH=/root/emacs-cvs/leim/../lisp ../src/emacs -batch --no-init-file --no-site-file --multibyte -l > /root/emacs-cvs/leim/../lisp/international/quail \ > --eval "(update-leim-list-file \".\")" ; \ > else \ > EMACSLOADPATH=/root/emacs-cvs/leim/../lisp ../src/emacs -batch --no-init-file --no-site-file --multibyte -l > /root/emacs-cvs/leim/../lisp/international/quail \ > --eval "(update-leim-list-file \".\" \"/root/emacs-cvs/leim\")" ; \ > fi > Loading subst-jis... > Loading subst-ksc... > Loading subst-big5... > Loading subst-gb2312... > Updating /root/emacs-cvs/leim/leim-list.el ... > Loading vc-arch... > Wrong type argument: number-or-marker-p, nil > make[3]: *** [leim-list.el] Error 255 > make[3]: Leaving directory `/root/emacs-cvs/leim' > make[2]: *** [leim] Error 2 > make[2]: Leaving directory `/root/emacs-cvs' > make[1]: *** [bootstrap-build] Error 2 > make[1]: Leaving directory `/root/emacs-cvs' > make: *** [bootstrap] Error 2