emacs-devel
[Top][All Lists]
Advanced

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

bootstrap errors


From: Kai Großjohann
Subject: bootstrap errors
Date: Mon, 10 Dec 2001 11:14:15 +0100
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1.50 (i686-pc-linux-gnu)

Since Friday or so (not sure about the exact day) I keep getting
errors using my normal Emacs building script:

/----
| ./temacs --batch --load loadup bootstrap
| Loading loadup (source)...
| Using load-path (/home-local/grossjoh/work/gnu/emacs/lisp 
/home-local/grossjoh/work/gnu/emacs/lisp/emacs-lisp 
/home-local/grossjoh/work/gnu/emacs/lisp/international)
| Loading byte-run (source)...
| Loading subr (source)...
| Loading version.el (source)...
| Loading widget (source)...
| Loading custom (source)...
| Loading emacs-lisp/backquote (source)...
| Loading map-ynp (source)...
| Loading env (source)...
| Loading cus-start (source)...
| Loading international/mule (source)...
| Loading international/mule-conf.el (source)...
| Loading format (source)...
| Loading bindings (source)...
| Loading simple (source)...
| Loading files (source)...
| Loading faces (source)...
| Lists of integers (garbage collection statistics) are normal output
| while building Emacs; they do not indicate a problem.
| ((17761 . 22048) (4781 . 20) (493 . 71) 32587 21986 (3 . 3) (16 . 0) (1015 . 
2009))
| Loading loaddefs.el (source)...
| ((29084 . 15118) (6711 . 0) (503 . 61) 49752 21986 (5 . 1) (16 . 0) (2908 . 
2006))
| Loading help (source)...
| Loading international/mule-cmds (source)...
| Loading case-table (source)...
| Loading international/characters (source)...
| Loading international/utf-8 (source)...
| Wrong type argument: listp, safe-chars
| make[1]: *** [bootstrap-emacs] Error 255
| make[1]: Leaving directory `/home-local/grossjoh/work/gnu/emacs/src'
\----

So.  I notice that make-coding-system in utf-8.el does not include a
safe-chars parameter, only a safe-charsets parameter.  But according
to the documentation, the parameter is supposed to be optional anyway.

I'm confused as to what to do.  Help?

(My usual building script starts with "make distclean", then runs
autoconf, then configure, then "make bootstrap".)

kai
-- 
Simplification good!  Oversimplification bad!  (Larry Wall)



reply via email to

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