emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ucs-tables.el stops bootstrapping


From: Robert J. Chassell
Subject: ucs-tables.el stops bootstrapping
Date: Mon, 9 Dec 2002 10:31:39 -0500 (EST)

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                             address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]