From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: Bootstrap fails in eshell/esh-module.el Date: Wed, 9 Apr 2003 19:57:58 -0500 (CDT) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200304100057.h3A0vwn01601@eel.dms.auburn.edu> References: <200304091717.h39HHAbL021837@stubby.bodenonline.com> <87he974246.fsf@alice.dynodns.net> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1049936309 12680 80.91.224.249 (10 Apr 2003 00:58:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 10 Apr 2003 00:58:29 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Apr 10 02:58:25 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 193QOX-0003I9-00 for ; Thu, 10 Apr 2003 02:58:25 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 193QTG-0000xW-00 for ; Thu, 10 Apr 2003 03:03:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 193QOZ-0005WE-00 for emacs-devel@quimby.gnus.org; Wed, 09 Apr 2003 20:58:27 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 193QOE-0005Ng-00 for emacs-devel@gnu.org; Wed, 09 Apr 2003 20:58:06 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 193QOD-0005JH-00 for emacs-devel@gnu.org; Wed, 09 Apr 2003 20:58:06 -0400 Original-Received: from manatee.dms.auburn.edu ([131.204.53.104]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 193QOC-0005Er-00; Wed, 09 Apr 2003 20:58:04 -0400 Original-Received: from eel.dms.auburn.edu (eel.dms.auburn.edu [131.204.53.108]) h3A0vwoc010568; Wed, 9 Apr 2003 19:57:59 -0500 (CDT) Original-Received: (from teirllm@localhost) by eel.dms.auburn.edu (8.11.6+Sun/8.11.6) id h3A0vwn01601; Wed, 9 Apr 2003 19:57:58 -0500 (CDT) X-Authentication-Warning: eel.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: johnw@gnu.org In-reply-to: <87he974246.fsf@alice.dynodns.net> (message from John Wiegley on Wed, 09 Apr 2003 17:39:37 -0700) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:13095 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:13095 John Wiegley wrote: "Jan D." writes: > In toplevel form: > eshell/esh-module.el:29:13:Error: Wrong type argument: number-or-marker-p, nil > make[1]: *** [compile] Error 1 > make[1]: Leaving directory `/home/jhd/src/emacsCVS/lisp' > make: *** [bootstrap] Error 2 Any idea what might have changed in Emacs recently? Eshell has not been changed since 3/26, and then only to update a default value. John I just bootstrapped moments ago without any problems. Maybe whoever made a change breaking Eshell noticed the problem and already corrected it. (Unless you made a change in the meantime.) Sincerely, Luc.