From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Ulrich Mueller Newsgroups: gmane.emacs.bugs Subject: bug#66125: 29.1; configure --with-small-ja-dic has no effect Date: Sat, 23 Sep 2023 11:15:34 +0200 Message-ID: References: <838r90byil.fsf@gnu.org> <834jjobwx1.fsf@gnu.org> <837coh5no9.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18741"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: 66125@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Sep 23 11:17:36 2023 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qjylb-0004fu-3D for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 23 Sep 2023 11:17:35 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qjyl0-00065v-Bp; Sat, 23 Sep 2023 05:16:58 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qjykt-00065A-Qp for bug-gnu-emacs@gnu.org; Sat, 23 Sep 2023 05:16:54 -0400 Original-Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qjyks-0004Xg-S6 for bug-gnu-emacs@gnu.org; Sat, 23 Sep 2023 05:16:51 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qjyl3-0001oE-U5 for bug-gnu-emacs@gnu.org; Sat, 23 Sep 2023 05:17:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Ulrich Mueller Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 23 Sep 2023 09:17:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66125 X-GNU-PR-Package: emacs Original-Received: via spool by 66125-submit@debbugs.gnu.org id=B66125.16954605646841 (code B ref 66125); Sat, 23 Sep 2023 09:17:01 +0000 Original-Received: (at 66125) by debbugs.gnu.org; 23 Sep 2023 09:16:04 +0000 Original-Received: from localhost ([127.0.0.1]:37772 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qjyk6-0001mB-R9 for submit@debbugs.gnu.org; Sat, 23 Sep 2023 05:16:04 -0400 Original-Received: from woodpecker.gentoo.org ([140.211.166.183]:53638 helo=smtp.gentoo.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qjyk0-0001lS-03 for 66125@debbugs.gnu.org; Sat, 23 Sep 2023 05:16:00 -0400 In-Reply-To: <837coh5no9.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 23 Sep 2023 10:55:18 +0300") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:271149 Archived-At: >>>>> On Sat, 23 Sep 2023, Eli Zaretskii wrote: > Please try the patch below. If it gives good results, I will install > it on the emacs-29 branch. Hm, this creates an empty leim/small-ja-dic-option file after the first round of configure+make: $ ./configure --with-small-ja-dic && make -j8 [...] INFO Collecting OKURI-NASI entries [...] $ ls -ltr leim/small-ja-dic-option lisp/leim/ja-dic/ja-dic.el* -rw-r--r-- 1 ulm users 0 Sep 23 10:43 leim/small-ja-dic-option -rw-r--r-- 1 ulm users 2257189 Sep 23 10:43 lisp/leim/ja-dic/ja-dic.el -rw-r--r-- 1 ulm users 2248443 Sep 23 10:43 lisp/leim/ja-dic/ja-dic.elc Only after running configure+make for a second time the file contains the information (but the dictionary is being rebuilt, although the option hasn't changed): $ ./configure --with-small-ja-dic && make -j8 [...] INFO Collecting OKURI-NASI entries [...] $ ls -ltr leim/small-ja-dic-option lisp/leim/ja-dic/ja-dic.el* -rw-r--r-- 1 ulm users 43 Sep 23 10:45 leim/small-ja-dic-option -rw-r--r-- 1 ulm users 2257189 Sep 23 10:46 lisp/leim/ja-dic/ja-dic.el -rw-r--r-- 1 ulm users 2248443 Sep 23 10:46 lisp/leim/ja-dic/ja-dic.elc $ cat leim/small-ja-dic-option ;; Generated with small ja-dic option: yes Also, shouldn't leim/small-ja-dic-option be added to the release tarball?