From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Generating charset map files during bootstrap Date: Fri, 22 May 2015 11:55:41 +0300 Message-ID: <83y4kh3saa.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1432284966 8541 80.91.229.3 (22 May 2015 08:56:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 22 May 2015 08:56:06 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 22 10:55:57 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YvikF-00070r-FP for ged-emacs-devel@m.gmane.org; Fri, 22 May 2015 10:55:55 +0200 Original-Received: from localhost ([::1]:60957 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvikE-0001yl-U4 for ged-emacs-devel@m.gmane.org; Fri, 22 May 2015 04:55:54 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55124) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yvik9-0001xo-5p for emacs-devel@gnu.org; Fri, 22 May 2015 04:55:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yvik5-0001ug-5h for emacs-devel@gnu.org; Fri, 22 May 2015 04:55:49 -0400 Original-Received: from mtaout29.012.net.il ([80.179.55.185]:50384) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yvik4-0001uM-TD; Fri, 22 May 2015 04:55:45 -0400 Original-Received: from conversion-daemon.mtaout29.012.net.il by mtaout29.012.net.il (HyperSendmail v2007.08) id <0NOQ00900TRUGF00@mtaout29.012.net.il>; Fri, 22 May 2015 11:54:56 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout29.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NOQ008UOU3KO010@mtaout29.012.net.il>; Fri, 22 May 2015 11:54:56 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.185 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:186733 Archived-At: > From: Glenn Morris > Date: Fri, 22 May 2015 03:10:29 -0400 > > > I'm interested in removing (at least some of) the etc/charset/*.map > files from the repository, and generating them during bootstrap (the > first time only, as is done eg for the unidata files). To that end: > > 1) Please could Someone(s) check that this works on MS Windows: > > cd admin/charsets > make extraclean > make local It's no-go here: GEN ../../etc/charsets/ALTERNATIVNYJ.map make: *** No rule to make target `/usr/share/i18n/charmaps/GB18030.gz', needed by `../../etc/charsets/GB180302.map'. Stop. If I remove GB180304.map from the value of LOCAL, it goes on, and then fails again: GEN ../../lisp/international/cp51932.el make: *** No rule to make target `/usr/share/i18n/charmaps/EUC-JP-MS.gz', needed by `../../lisp/international/eucjp-ms.el'. Stop. at which point I stopped trying. I assume the same failure will happen on any non-glibc Posix host as well. Maybe we should simply import that glibc directory, and use our own copy? It makes little sense to me to be able to generate only a part of the maps, but not the others.