From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Robert J. Chassell" Newsgroups: gmane.emacs.devel Subject: ucs-tables.el stops bootstrapping Date: Mon, 9 Dec 2002 10:31:39 -0500 (EST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: Reply-To: bob@rattlesnake.com NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1039450234 24210 80.91.224.249 (9 Dec 2002 16:10:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 9 Dec 2002 16:10:34 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18LQUI-0006IB-00 for ; Mon, 09 Dec 2002 17:10:30 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18LQeR-0005lR-00 for ; Mon, 09 Dec 2002 17:20:59 +0100 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 18LPtt-0002JI-07 for emacs-devel@quimby.gnus.org; Mon, 09 Dec 2002 10:32:53 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18LPtc-0002J3-00 for emacs-devel@gnu.org; Mon, 09 Dec 2002 10:32:36 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18LPta-0002Io-00 for emacs-devel@gnu.org; Mon, 09 Dec 2002 10:32:35 -0500 Original-Received: from megalith.rattlesnake.com ([140.186.114.245] helo=localhost) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18LPtX-0002HF-00 for emacs-devel@gnu.org; Mon, 09 Dec 2002 10:32:33 -0500 Original-Received: by rattlesnake.com via sendmail from stdin id (Debian Smail3.2.0.114) Mon, 9 Dec 2002 10:31:39 -0500 (EST) 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:9995 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9995 Today's GNU Emacs 21.3 CVS snapshot, Tue, 2002 Dec 9 15:22 UTC fails to bootstrap with the command: (progn (cd "/usr/local/src/emacs/") (compile "gcc=gcc-3.2 ./configure --with-type1 \ --prefix=/usr/local --with-sound=yes \ && gcc=gcc-3.2 time make bootstrap")) The *compilation* buffer says Loading international/ucs-tables (source)... `let' bindings can have only one value-form: lao, (quote ((7073 . 336417) (7074 . 336418) (7076 . 336420) (7079 . 336423) (7080 . 336424) (7082 . 336426) (7085 . 336429) (7092 . 336436) (7093 . 336437) (7094 . 336438) ...)), (other (3420 . 2213) (3454 . 342462)) make[1]: *** [bootstrap-emacs] Error 255 make[1]: Leaving directory `/usr/local/src/emacs/src' make: *** [bootstrap] Error 2 Command exited with non-zero status 2 114.06user 3.84system 2:00.17elapsed 98%CPU (0avgtext+0avgdata 0maxresident)k 0inputs+0outputs (78953major+140134minor)pagefaults 0swaps Compilation exited abnormally with code 2 at Mon Dec 9 15:29:58 I looked into ucs-tables.el but could not figure out how to make changes that enabled me to bootstrap without error. In particular, I am stumped by the expression that starts (let ((ucs-8859-2-alist and which contains 4 other `let' expressions and a `let*' expression. I tried doing a bootstrap build both using GCC 3.2 and GCC 2.95. -- Robert J. Chassell Rattlesnake Enterprises http://www.rattlesnake.com GnuPG Key ID: 004B4AC8 http://www.teak.cc bob@rattlesnake.com