From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sven Joachim Newsgroups: gmane.emacs.devel Subject: Re: cvs head does not build: cal-loaddefs.el: Args out of range: "", 0 Date: Thu, 15 May 2008 17:42:21 +0200 Message-ID: <87iqxf60bm.fsf@gmx.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1210866611 5230 80.91.229.12 (15 May 2008 15:50:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 May 2008 15:50:11 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ralf Schmitt Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 15 17:50:38 2008 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 1JwfeC-0001zf-CX for ged-emacs-devel@m.gmane.org; Thu, 15 May 2008 17:45:36 +0200 Original-Received: from localhost ([127.0.0.1]:54435 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JwfdT-0003r3-24 for ged-emacs-devel@m.gmane.org; Thu, 15 May 2008 11:44:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JwfdG-0003mM-CM for emacs-devel@gnu.org; Thu, 15 May 2008 11:44:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JwfdE-0003le-RG for emacs-devel@gnu.org; Thu, 15 May 2008 11:44:37 -0400 Original-Received: from [199.232.76.173] (port=46544 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JwfdE-0003lb-Jd for emacs-devel@gnu.org; Thu, 15 May 2008 11:44:36 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:55846) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JwfdD-0007wk-5s for emacs-devel@gnu.org; Thu, 15 May 2008 11:44:35 -0400 Original-Received: (qmail invoked by alias); 15 May 2008 15:44:33 -0000 Original-Received: from p54866B9E.dip.t-dialin.net (EHLO debian) [84.134.107.158] by mail.gmx.net (mp035) with SMTP; 15 May 2008 17:44:33 +0200 X-Authenticated: #28250155 X-Provags-ID: V01U2FsdGVkX18cNi9ndEoc4lrSTTYqI7qpra53tI9/PyMbbUtDH7 HmiOG8yFJ4yxi2 In-Reply-To: (Ralf Schmitt's message of "Thu, 15 May 2008 16:25:53 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:97218 Archived-At: On 2008-05-15 16:25 +0200, Ralf Schmitt wrote: > I get the following error, when running make boostrap: > > Generating autoloads for timeclock.el...done > Generating autoloads for todo-mode.el... > Generating autoloads for todo-mode.el...done > Wrote /home/ralf/t/emacs-hg/lisp/calendar/cal-loaddefs.el > Args out of range: "", 0 > make[2]: *** [/home/ralf/t/emacs-hg/lisp/calendar/cal-loaddefs.el] Error 255 > make[2]: Leaving directory `/home/ralf/t/emacs-hg/lisp' > make[1]: *** [bootstrap-build] Error 2 > make[1]: Leaving directory `/home/ralf/t/emacs-hg' > make: *** [bootstrap] Error 2 Have you tried `make maintainer-clean' before bootstrapping? See INSTALL.CVS for reasons. Sven