From unknown Fri Jun 20 20:11:43 2025 X-Loop: help-debbugs@gnu.org Subject: bug#62480: Missing "configure" Resent-From: c.buhtz@posteo.jp Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 27 Mar 2023 13:15:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 62480 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 62480@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Reply-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.167992284820505 (code B ref -1); Mon, 27 Mar 2023 13:15:03 +0000 Received: (at submit) by debbugs.gnu.org; 27 Mar 2023 13:14:08 +0000 Received: from localhost ([127.0.0.1]:46768 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pgmfn-0005KY-QB for submit@debbugs.gnu.org; Mon, 27 Mar 2023 09:14:08 -0400 Received: from lists.gnu.org ([209.51.188.17]:39076) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pgiTn-0003b3-Ew for submit@debbugs.gnu.org; Mon, 27 Mar 2023 04:45:27 -0400 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 1pgiTn-0004Bt-1Y for bug-gnu-emacs@gnu.org; Mon, 27 Mar 2023 04:45:27 -0400 Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pgiTl-0000lN-0x for bug-gnu-emacs@gnu.org; Mon, 27 Mar 2023 04:45:26 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 5DA9A24018B for ; Mon, 27 Mar 2023 10:45:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.jp; s=2017; t=1679906723; bh=EAvVR5xdPUCpCoVoeKj2oCf3SEL/12y7vts0LJzq0iI=; h=Date:From:To:Subject:From; b=DS19tLzlnvcbfrsIY3y/ZYbwjQFXpfYXx5Ge66wIKxh5QufbuvzisEeFvaJvd9uKv VHgj5bhSasFu4K2MM8o/Luv2QRFEgKWJW1W5DUcvlSO+Fm8FkUgc01OR4hD1A50o1W iQ6w5faDyVgcdq+enJ/ufCoBvPn+nOeEV7H9DdYdquD679gFnAH2CMasLQLlWQn4mE dg85xhMzlPzlNxDuOS8zSLKSYxH06ZJwGJpgzRczkXKB9GIVGvc1eLwhHdP3EGzEIu gyEYc+3o8h/WR+O3o+dR+Al9dAAMi0vEbMA7yVixNc5jmvruLDh8IKVhMhB2GaJdwO KwL21gAkuQjbg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4PlRGV72YYz9rxM for ; Mon, 27 Mar 2023 10:45:22 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 27 Mar 2023 08:45:22 +0000 From: c.buhtz@posteo.jp Mail-Reply-To: bug-gnu-emacs@gnu.org Message-ID: <90daa5776102179e1cc3cdeca35de6b8@posteo.de> Received-SPF: pass client-ip=185.67.36.65; envelope-from=c.buhtz@posteo.jp; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Mailman-Approved-At: Mon, 27 Mar 2023 09:14:05 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) Hello, it seems that there is no "configure" script in the git repo but it is pointed to from the INSTALL file. The INSTALL file does point to "./configure" script in bullet "2a". But there isn't such a script. I cloned from git git clone https://git.savannah.gnu.org/git/emacs.git No "configure" in the master. I also tried "git checkout emacs-29". No "configure" there also. This is not a support question about how to build. It is a bug report about the documentation. Kind Christian Buhtz From unknown Fri Jun 20 20:11:43 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: bug-gnu-emacs@gnu.org Subject: bug#62480: closed (Re: bug#62480: Missing "configure") Message-ID: References: <728618716bd42b8f35ac@heytings.org> <90daa5776102179e1cc3cdeca35de6b8@posteo.de> X-Gnu-PR-Message: they-closed 62480 X-Gnu-PR-Package: emacs Reply-To: 62480@debbugs.gnu.org Date: Mon, 27 Mar 2023 13:23:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1679923382-21449-1" This is a multi-part message in MIME format... ------------=_1679923382-21449-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #62480: Missing "configure" which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 62480@debbugs.gnu.org. --=20 62480: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D62480 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1679923382-21449-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 62480-done) by debbugs.gnu.org; 27 Mar 2023 13:22:29 +0000 Received: from localhost ([127.0.0.1]:46798 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pgmnr-0005Z3-I4 for submit@debbugs.gnu.org; Mon, 27 Mar 2023 09:22:29 -0400 Received: from heytings.org ([95.142.160.155]:56216) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pgmno-0005Ys-Do for 62480-done@debbugs.gnu.org; Mon, 27 Mar 2023 09:22:25 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heytings.org; s=20220101; t=1679923343; bh=+3CNxHnkwd1D3pianCBrEPvtZEwgTHetGv8155nnA+8=; h=Date:From:To:cc:Subject:In-Reply-To:Message-ID:References:From; b=g1VaNPdB2ohdQyyavZRqqnlgQ4/uZaOofuEcPhBck7tLxHnDzXFxXo9UqXQTeJJf+ z7QIdFbU+/VY5NXADodv206YT6hGbjELCCDw/2jZMNJoz3q/b4xp6RXAgzAMXXhfJV 3how+Y+EzqFJqCEyW/p3gFHQm96C/1RYmkwXApbjBwtvPpUJuKzJUbXwzJN4tt016G IyL57o1EBaVyZneUaDgVxEYIpqTlIMjjVDQvQsorZ7siLGcypT7SAU5TwKWWiIEQll mu0IRjJzkjk+oDMefPkiR3fOmnfKderxM61WZfI+2zZnW9dLUGwyEn9haYxYmx4mc3 BhSu9TmM0qFKg== Date: Mon, 27 Mar 2023 13:22:22 +0000 From: Gregory Heytings To: c.buhtz@posteo.jp Subject: Re: bug#62480: Missing "configure" In-Reply-To: <90daa5776102179e1cc3cdeca35de6b8@posteo.de> Message-ID: <728618716bd42b8f35ac@heytings.org> References: <90daa5776102179e1cc3cdeca35de6b8@posteo.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 62480-done Cc: 62480-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) > > it seems that there is no "configure" script in the git repo but it is > pointed to from the INSTALL file. > > The INSTALL file does point to "./configure" script in bullet "2a". But > there isn't such a script. > > I cloned from git > > git clone https://git.savannah.gnu.org/git/emacs.git > > No "configure" in the master. I also tried "git checkout emacs-29". No > "configure" there also. > Thanks for your bug report. The instructions to build Emacs from a clone of the repository are in INSTALL.REPO, not in INSTALL. This is explained in the second paragraph of the INSTALL file: For information about building from a Git checkout (rather than an Emacs release), read the INSTALL.REPO file first. The main difference is that you should do "./autogen.sh" before "./configure". Closing. ------------=_1679923382-21449-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 27 Mar 2023 13:14:08 +0000 Received: from localhost ([127.0.0.1]:46768 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pgmfn-0005KY-QB for submit@debbugs.gnu.org; Mon, 27 Mar 2023 09:14:08 -0400 Received: from lists.gnu.org ([209.51.188.17]:39076) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pgiTn-0003b3-Ew for submit@debbugs.gnu.org; Mon, 27 Mar 2023 04:45:27 -0400 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 1pgiTn-0004Bt-1Y for bug-gnu-emacs@gnu.org; Mon, 27 Mar 2023 04:45:27 -0400 Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pgiTl-0000lN-0x for bug-gnu-emacs@gnu.org; Mon, 27 Mar 2023 04:45:26 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 5DA9A24018B for ; Mon, 27 Mar 2023 10:45:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.jp; s=2017; t=1679906723; bh=EAvVR5xdPUCpCoVoeKj2oCf3SEL/12y7vts0LJzq0iI=; h=Date:From:To:Subject:From; b=DS19tLzlnvcbfrsIY3y/ZYbwjQFXpfYXx5Ge66wIKxh5QufbuvzisEeFvaJvd9uKv VHgj5bhSasFu4K2MM8o/Luv2QRFEgKWJW1W5DUcvlSO+Fm8FkUgc01OR4hD1A50o1W iQ6w5faDyVgcdq+enJ/ufCoBvPn+nOeEV7H9DdYdquD679gFnAH2CMasLQLlWQn4mE dg85xhMzlPzlNxDuOS8zSLKSYxH06ZJwGJpgzRczkXKB9GIVGvc1eLwhHdP3EGzEIu gyEYc+3o8h/WR+O3o+dR+Al9dAAMi0vEbMA7yVixNc5jmvruLDh8IKVhMhB2GaJdwO KwL21gAkuQjbg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4PlRGV72YYz9rxM for ; Mon, 27 Mar 2023 10:45:22 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 27 Mar 2023 08:45:22 +0000 From: c.buhtz@posteo.jp To: bug-gnu-emacs@gnu.org Subject: Missing "configure" Mail-Reply-To: bug-gnu-emacs@gnu.org Message-ID: <90daa5776102179e1cc3cdeca35de6b8@posteo.de> Received-SPF: pass client-ip=185.67.36.65; envelope-from=c.buhtz@posteo.jp; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Mon, 27 Mar 2023 09:14:05 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: bug-gnu-emacs@gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) Hello, it seems that there is no "configure" script in the git repo but it is pointed to from the INSTALL file. The INSTALL file does point to "./configure" script in bullet "2a". But there isn't such a script. I cloned from git git clone https://git.savannah.gnu.org/git/emacs.git No "configure" in the master. I also tried "git checkout emacs-29". No "configure" there also. This is not a support question about how to build. It is a bug report about the documentation. Kind Christian Buhtz ------------=_1679923382-21449-1-- From unknown Fri Jun 20 20:11:43 2025 X-Loop: help-debbugs@gnu.org Subject: bug#62480: Missing "configure" Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 27 Mar 2023 13:52:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62480 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 62480@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org X-Debbugs-Original-Cc: 62480@debbugs.gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16799251181505 (code B ref -1); Mon, 27 Mar 2023 13:52:01 +0000 Received: (at submit) by debbugs.gnu.org; 27 Mar 2023 13:51:58 +0000 Received: from localhost ([127.0.0.1]:46892 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pgnGP-0000OC-TE for submit@debbugs.gnu.org; Mon, 27 Mar 2023 09:51:58 -0400 Received: from lists.gnu.org ([209.51.188.17]:54672) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pgnGO-0000O5-7g for submit@debbugs.gnu.org; Mon, 27 Mar 2023 09:51:56 -0400 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 1pgnGN-0002b7-QZ for bug-gnu-emacs@gnu.org; Mon, 27 Mar 2023 09:51:55 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pgnGN-0004t0-CM; Mon, 27 Mar 2023 09:51:55 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=NZ4J2lDxAJlFFGACfch8MNu8VtOvRP+8FroyDaz88mY=; b=JdmuNDUxOsmh Y0auu7FxswUnK/RtGKhhpSPu/bUIj58kYcTc0QI85mB0GHQ4xxn2DWYWfu5DR+vWVPrjCfpOftUlz P/I/RWmV/hXzFGJf+vtXBTCrUZwsGBMToGCwydpnoOgkXgx6n1eIohqBN/XVgVCQ/6+tZJfCDuwL+ FvZch3s/cChqHH5SBLdLKJg5hiAMW6EMeeKCZ058bBH3gBY9IXI7sDav+5B5dCUoqx/oj8Vvhw0Ij /AoD7ufSdW9gqwRVXTbRrZbZaSwMMYGe8DoKUljij/JOLXPMFwkFRQT5B9f/y9QA7EjPF5ESJ0iuL Y5DIp89QB0U7C7JRkmmz+Q==; Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pgnGM-00050F-SR; Mon, 27 Mar 2023 09:51:55 -0400 Date: Mon, 27 Mar 2023 16:51:58 +0300 Message-Id: <837cv29u9t.fsf@gnu.org> From: Eli Zaretskii In-Reply-To: <90daa5776102179e1cc3cdeca35de6b8@posteo.de> (c.buhtz@posteo.jp) References: <90daa5776102179e1cc3cdeca35de6b8@posteo.de> X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) tags 62480 notabug thanks > Date: Mon, 27 Mar 2023 08:45:22 +0000 > From: c.buhtz@posteo.jp > > Hello, > > it seems that there is no "configure" script in the git repo but it is > pointed to from the INSTALL file. > > The INSTALL file does point to "./configure" script in bullet "2a". But > there isn't such a script. INSTALL is for building a release tarball. For building from Git, please read INSTALL.REPO instead. From unknown Fri Jun 20 20:11:43 2025 X-Loop: help-debbugs@gnu.org Subject: bug#62480: Acknowledgement (Missing "configure") Resent-From: Jean Louis Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 30 Mar 2023 06:24:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62480 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: notabug To: 62480@debbugs.gnu.org X-Debbugs-Original-Cc: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.168015741918867 (code B ref -1); Thu, 30 Mar 2023 06:24:01 +0000 Received: (at submit) by debbugs.gnu.org; 30 Mar 2023 06:23:39 +0000 Received: from localhost ([127.0.0.1]:55520 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1phlhD-0004uE-1O for submit@debbugs.gnu.org; Thu, 30 Mar 2023 02:23:39 -0400 Received: from lists.gnu.org ([209.51.188.17]:57800) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1phlhB-0004u6-Fs for submit@debbugs.gnu.org; Thu, 30 Mar 2023 02:23:37 -0400 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 1phlhA-0003tz-Pu for bug-gnu-emacs@gnu.org; Thu, 30 Mar 2023 02:23:36 -0400 Received: from stw1.rcdrun.com ([217.170.207.13]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1phlh8-0002Cy-EP for bug-gnu-emacs@gnu.org; Thu, 30 Mar 2023 02:23:36 -0400 Received: from localhost ([::ffff:102.85.210.97]) (AUTH: PLAIN admin, TLS: TLS1.3,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by stw1.rcdrun.com with ESMTPSA id 00000000000F5CB6.0000000064252AC9.00004EAF; Wed, 29 Mar 2023 23:23:04 -0700 Date: Thu, 30 Mar 2023 09:16:09 +0300 From: Jean Louis Message-ID: References: <90daa5776102179e1cc3cdeca35de6b8@posteo.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: User-Agent: Mutt/2.2.9+54 (af2080d) (2022-11-21) Received-SPF: pass client-ip=217.170.207.13; envelope-from=bugs@gnu.support; helo=stw1.rcdrun.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) Just that it was not me to file this bug report, but I get the confirmation message. Maybe somebody used my e-mail address. * GNU bug Tracking System [2023-03-27 17:35]: > Thank you for filing a new bug report with debbugs.gnu.org. -- Jean Take action in Free Software Foundation campaigns: https://www.fsf.org/campaigns In support of Richard M. Stallman https://stallmansupport.org/