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: CVS HEAD fails to build Date: Mon, 7 May 2007 21:57:01 +0300 Message-ID: <20070507185701.GB7062@kobe.laptop> References: <86sla8cwjm.fsf@blue.stonehenge.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1178564332 31574 80.91.229.12 (7 May 2007 18:58:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 7 May 2007 18:58:52 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Randal L. Schwartz" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 07 20:58:50 2007 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 1Hl8Q4-0002Bd-2J for ged-emacs-devel@m.gmane.org; Mon, 07 May 2007 20:58:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hl8X3-0008T4-OL for ged-emacs-devel@m.gmane.org; Mon, 07 May 2007 15:06:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hl8X0-0008QT-88 for emacs-devel@gnu.org; Mon, 07 May 2007 15:05:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hl8Wx-0008Nt-Ft for emacs-devel@gnu.org; Mon, 07 May 2007 15:05:56 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hl8Wx-0008My-BO for emacs-devel@gnu.org; Mon, 07 May 2007 15:05:55 -0400 Original-Received: from igloo.linux.gr ([62.1.205.36]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Hl8Pw-000166-I5 for emacs-devel@gnu.org; Mon, 07 May 2007 14:58:41 -0400 Original-Received: from kobe.laptop (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l47IvLSI019787 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 7 May 2007 21:57:28 +0300 Original-Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id l47Iv3iw032822; Mon, 7 May 2007 21:57:15 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Original-Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id l47Iv1qR032814; Mon, 7 May 2007 21:57:01 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Content-Disposition: inline In-Reply-To: <86sla8cwjm.fsf@blue.stonehenge.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.524, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.68, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-detected-kernel: Genre and OS details not recognized. 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:70631 Archived-At: On 2007-05-07 11:34, "Randal L. Schwartz" wrote: > > % make clean bootstrap install > ... > Compiling /Users/merlyn/MIRROR/emacs-CVS/lisp/./eshell/em-term.el > Loading /Users/merlyn/MIRROR/emacs-CVS/lisp/net/ange-ftp.el (source)... > > In toplevel form: > eshell/em-term.el:48:1:Error: Wrong type argument: keymapp, nil > make[2]: *** [compile] Error 1 > make[1]: *** [bootstrap-build] Error 2 > make: *** [bootstrap] Error 2 > make clean bootstrap install 168.80s user 32.79s system 67% cpu 4:59.70 total Same here. I'm bisecting through commits to find the first change which caused this. Hold on for half an hour or so and I will have more details. - Giorgos