From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Vinicius Jose Latorre Newsgroups: gmane.emacs.devel Subject: Error in make bootstrap Date: Thu, 01 May 2003 12:18:36 -0300 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <3EB13ACC.6080705@ig.com.br> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1051802418 7370 80.91.224.249 (1 May 2003 15:20:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 1 May 2003 15:20:18 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu May 01 17:20:06 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 19BFqw-0001u3-00 for ; Thu, 01 May 2003 17:20:06 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19BG0c-0006qN-00 for ; Thu, 01 May 2003 17:30:06 +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 19BFpp-0001FM-04 for emacs-devel@quimby.gnus.org; Thu, 01 May 2003 11:18:57 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19BFpX-0001Ev-00 for emacs-devel@gnu.org; Thu, 01 May 2003 11:18:39 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19BFpV-0001E8-00 for emacs-devel@gnu.org; Thu, 01 May 2003 11:18:37 -0400 Original-Received: from ginsberg.uol.com.br ([200.221.29.48]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19BFmI-0008R0-00 for emacs-devel@gnu.org; Thu, 01 May 2003 11:15:19 -0400 Original-Received: from ig.com.br ([200.98.103.11]) by ginsberg.uol.com.br (8.9.1/8.9.1) with ESMTP id MAA28455 for ; Thu, 1 May 2003 12:15:12 -0300 (BRT) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4a) Gecko/20030401 X-Accept-Language: en-us, en Original-To: emacs-devel@gnu.org 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:13594 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:13594 I've just updated Emacs sources today (2003-05-01) using: cvs -z3 updated -dPA And I got the following error (make bootstrap): ...... ./temacs --batch --load loadup bootstrap Loading loadup.el (source)... Using load-path (/home/vinicius/work/emacs/lisp /home/vinicius/work/emacs/lisp/emacs-lisp /home/vinicius/work/emacs/lisp/language /home/vinicius/work/emacs/lisp/international /home/vinicius/work/emacs/lisp/textmodes) Loading byte-run (source)... Loading emacs-lisp/backquote (source)... Loading subr (source)... Loading version.el (source)... Loading widget (source)... Loading custom (source)... Loading map-ynp (source)... Loading env (source)... Loading cus-start (source)... Wrong type argument: integerp, (0 4 3 4) make[1]: *** [bootstrap-emacs] Error 255 make[1]: Leaving directory `/home/vinicius/work/emacs/src' make: *** [bootstrap] Error 2