From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: Problem with cvs version of emacs Date: Mon, 2 Feb 2004 09:06:11 +0900 (JST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200402020006.JAA24948@etlken.m17n.org> References: <16413.7102.161518.571990@Ordesa.local> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1075680555 7291 80.91.224.253 (2 Feb 2004 00:09:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 2 Feb 2004 00:09:15 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Feb 02 01:09:07 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AnReF-0004WL-00 for ; Mon, 02 Feb 2004 01:09:07 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AnReE-0006du-00 for ; Mon, 02 Feb 2004 01:09:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AnRd0-0003nv-03 for emacs-devel@quimby.gnus.org; Sun, 01 Feb 2004 19:07:50 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AnRcD-0003jr-UX for emacs-devel@gnu.org; Sun, 01 Feb 2004 19:07:01 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AnRbe-0003MU-VZ for emacs-devel@gnu.org; Sun, 01 Feb 2004 19:06:58 -0500 Original-Received: from [192.47.44.130] (helo=tsukuba.m17n.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AnRbX-0003L3-FI for emacs-devel@gnu.org; Sun, 01 Feb 2004 19:06:19 -0500 Original-Received: from fs.m17n.org (fs.m17n.org [192.47.44.2]) by tsukuba.m17n.org (8.11.6p2/3.7W-20010518204228) with ESMTP id i1206Bh29343; Mon, 2 Feb 2004 09:06:11 +0900 (JST) (envelope-from handa@m17n.org) Original-Received: from etlken.m17n.org (etlken.m17n.org [192.47.44.125]) by fs.m17n.org (8.11.6p2/3.7W-20010823150639) with ESMTP id i1206Bc17805; Mon, 2 Feb 2004 09:06:11 +0900 (JST) Original-Received: (from handa@localhost) by etlken.m17n.org (8.8.8+Sun/3.7W-2001040620) id JAA24948; Mon, 2 Feb 2004 09:06:11 +0900 (JST) Original-To: piet@cs.uu.nl In-reply-to: <16413.7102.161518.571990@Ordesa.local> (piet@cs.uu.nl) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.3 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:19632 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19632 In article <16413.7102.161518.571990@Ordesa.local>, "Piet van Oostrum" writes: > The current cvs emacs 'make bootstrap' fails: > ./temacs --batch --load loadup bootstrap > Loading loadup.el (source)... > [stuff deleted] > Loading language/chinese (source)... > Loading language/cyrillic (source)... > Symbol's value as variable is void: non-iso-charset-alist > As you see, non-iso-charset-alist is not defined while loading > language/cyrillic.el > The same would be true with language/european.el. > I could continue by temporarily adding > (load "international/code-pages") to loadup.el, but I don't know if > that is a good solution. That's strange. As non-iso-charset-alist is defined in mule-diag with autoload cookie, it should also be defined in loaddefs.el. It seems that building of loaddefs.el somehow failed in you case. Could you check it? --- Ken'ichi HANDA handa@m17n.org