From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ralf Schmitt Newsgroups: gmane.emacs.devel Subject: cvs head does not build: cal-loaddefs.el: Args out of range: "", 0 Date: Thu, 15 May 2008 16:25:53 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1210864117 27705 80.91.229.12 (15 May 2008 15:08:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 May 2008 15:08:37 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 15 17:09:14 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 1Jweyj-0006fB-6z for ged-emacs-devel@m.gmane.org; Thu, 15 May 2008 17:02:45 +0200 Original-Received: from localhost ([127.0.0.1]:39689 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jwexz-000895-Gj for ged-emacs-devel@m.gmane.org; Thu, 15 May 2008 11:01:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JwePK-00036H-Or for emacs-devel@gnu.org; Thu, 15 May 2008 10:26:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JwePH-00034l-D5 for emacs-devel@gnu.org; Thu, 15 May 2008 10:26:10 -0400 Original-Received: from [199.232.76.173] (port=51572 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JwePH-00034f-80 for emacs-devel@gnu.org; Thu, 15 May 2008 10:26:07 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:35222 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JwePG-0007SB-N4 for emacs-devel@gnu.org; Thu, 15 May 2008 10:26:07 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JweP7-0006JH-90 for emacs-devel@gnu.org; Thu, 15 May 2008 14:25:57 +0000 Original-Received: from mail.brainbot.com ([217.86.167.205]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 15 May 2008 14:25:57 +0000 Original-Received: from ralf by mail.brainbot.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 15 May 2008 14:25:57 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 21 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: mail.brainbot.com User-Agent: Mozilla-Thunderbird 2.0.0.12 (X11/20080420) 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:97211 Archived-At: Hi all, 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 This is on a 64 bit debian testing. Regards, - Ralf