From unknown Thu Jun 19 14:07:56 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#36170 <36170@debbugs.gnu.org> To: bug#36170 <36170@debbugs.gnu.org> Subject: Status: configure fails on FreeBSD Reply-To: bug#36170 <36170@debbugs.gnu.org> Date: Thu, 19 Jun 2025 21:07:56 +0000 retitle 36170 configure fails on FreeBSD reassign 36170 guile submitter 36170 Roger Mason severity 36170 normal tag 36170 notabug thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 11 10:14:01 2019 Received: (at submit) by debbugs.gnu.org; 11 Jun 2019 14:14:01 +0000 Received: from localhost ([127.0.0.1]:59889 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hahXE-0003o3-Hr for submit@debbugs.gnu.org; Tue, 11 Jun 2019 10:14:01 -0400 Received: from lists.gnu.org ([209.51.188.17]:43411) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hafC8-0008B6-EN for submit@debbugs.gnu.org; Tue, 11 Jun 2019 07:44:05 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53932) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hafC7-0008Oz-11 for bug-guile@gnu.org; Tue, 11 Jun 2019 07:44:04 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_NONE autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hafC5-0005J3-IE for bug-guile@gnu.org; Tue, 11 Jun 2019 07:44:02 -0400 Received: from esa03.ucs.mun.ca ([134.153.136.23]:5263) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hafC5-0004yH-9W for bug-guile@gnu.org; Tue, 11 Jun 2019 07:44:01 -0400 IronPort-SDR: oAPJTIVX61ixMA3pQpJ6Q2JfiiqKx9Qj42TDiee0Fbik2MKutSdLYwLzXTwn70Tkyw9/i+IF+m gVj0z5khdVbW5mjxQE2ftPLplrNDFfI3opG5Nl9jqmZVOAsJ+2eJrdcoM9636iW0jZmT0rwciC BCRzrtp6Tb2vSaQL9mQBBR5Unu65xXzoCX/Mh6CYt+fIoW1vzFVikhLqh7u1EaI1ghPD+Yw7bd mfqcsrZemukeqO4G8UwcsOYiAStkgknGwuOn6NoTKA9brFbRdo1WAZEGX+pMufm4q1pN8KsaBS vhg= X-IronPort-AV: E=Sophos;i="5.63,579,1557196200"; d="scan'208";a="13040405" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from cpe00fc8db7a323-cm00fc8db7a320.cpe.net.cable.rogers.com (HELO pyrope.local) ([174.117.207.103]) by smtp03.ucs.mun.ca with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Jun 2019 09:13:34 -0330 User-agent: mu4e 1.1.0; emacs 26.1 From: Roger Mason To: bug-guile@gnu.org Subject: configure fails on FreeBSD Date: Tue, 11 Jun 2019 09:13:31 -0230 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: FreeBSD 9.x X-Received-From: 134.153.136.23 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Tue, 11 Jun 2019 10:13:59 -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: -3.3 (---) Hello, I cloned the git repo yesterday (2019-06-10, most recent commit 8d469660525d74734f3184cb9ed01b6f2dcd0445). I ran autogen.sh in the source directory. I had to comment out the call to m4 --version, which failed (I have m4-1.4.18). I created a build directory. When I configure like this: ../guile/configure --with-bdw-gc=bdw-gc-threaded it works: ---snip--- config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands When I configure like this: ../guile/configure --prefix="/home/rmason/32-bit-install" --with-bdw-gc=bdw-gc-threaded it fails to find various libraries & headers unless I list them explicitly in the invocation of configure like this: ../guile/configure --prefix=/home/rmason/32-bit-install \ --with-bdw-gc=bdw-gc-threaded \ --with-libltdl-prefix=/usr/local \ --with-libgmp-prefix=/usr/local \ --with-libunistring-prefix=/usr/local \ --with-libiconv-prefix=/usr/local Is that how it is supposed to work, or is there a bug in the build system? I note also that configure claims my readline library is too old (< 2.1), but I have: pkg info -x readline readline-7.0.5 Cheers, Roger FreeBSD 11.2-RELEASE-p10 (i386) From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 11 18:24:27 2019 Received: (at 36170) by debbugs.gnu.org; 11 Jun 2019 22:24:27 +0000 Received: from localhost ([127.0.0.1]:60334 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hapBq-0002yu-Po for submit@debbugs.gnu.org; Tue, 11 Jun 2019 18:24:27 -0400 Received: from world.peace.net ([64.112.178.59]:32830) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hapBp-0002yh-5P for 36170@debbugs.gnu.org; Tue, 11 Jun 2019 18:24:26 -0400 Received: from mhw by world.peace.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hapBj-0001Dr-5t; Tue, 11 Jun 2019 18:24:19 -0400 From: Mark H Weaver To: Roger Mason Subject: Re: bug#36170: configure fails on FreeBSD References: Date: Tue, 11 Jun 2019 18:22:03 -0400 In-Reply-To: (Roger Mason's message of "Tue, 11 Jun 2019 09:13:31 -0230") Message-ID: <87imtb7oex.fsf@netris.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 36170 Cc: 36170@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 (-) Hi Roger, Roger Mason writes: > I cloned the git repo yesterday (2019-06-10, most recent commit > 8d469660525d74734f3184cb9ed01b6f2dcd0445). I ran autogen.sh in the > source directory. I had to comment out the call to m4 --version, which > failed (I have m4-1.4.18). I created a build directory. When I > configure like this: > > ../guile/configure --with-bdw-gc=bdw-gc-threaded > > it works: > > ---snip--- > config.status: executing depfiles commands > config.status: executing libtool commands > config.status: executing po-directories commands > > When I configure like this: > > ../guile/configure --prefix="/home/rmason/32-bit-install" --with-bdw-gc=bdw-gc-threaded > > it fails to find various libraries & headers unless I list them > explicitly in the invocation of configure like this: > > ../guile/configure --prefix=/home/rmason/32-bit-install \ > --with-bdw-gc=bdw-gc-threaded \ > --with-libltdl-prefix=/usr/local \ > --with-libgmp-prefix=/usr/local \ > --with-libunistring-prefix=/usr/local \ > --with-libiconv-prefix=/usr/local > > Is that how it is supposed to work, or is there a bug in the build > system? I guess what's happening here is that ./configure automatically looks for libraries in the prefix directory as specified by --prefix=DIR. I don't have time right now to verify that guess. > I note also that configure claims my readline library is too old (< > 2.1), but I have: > > pkg info -x readline > readline-7.0.5 Something went wrong here. The relevant check involves compiling a small test program that references 'rl_getc_function', which was apparently added in readline 2.1. Something must have gone wrong compiling that test program. After running ./configure, there should be a file 'config.log' which includes the failed test program, the compile command used to compile it, and the compiler error messages. Can you search for 'readline' in that file and see what went wrong? Thanks, Mark From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 11 18:43:31 2019 Received: (at 36170) by debbugs.gnu.org; 11 Jun 2019 22:43:31 +0000 Received: from localhost ([127.0.0.1]:60344 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hapUJ-0003QD-GP for submit@debbugs.gnu.org; Tue, 11 Jun 2019 18:43:31 -0400 Received: from world.peace.net ([64.112.178.59]:32862) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hapUH-0003Pz-QT for 36170@debbugs.gnu.org; Tue, 11 Jun 2019 18:43:30 -0400 Received: from mhw by world.peace.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hapUB-0001LD-9s; Tue, 11 Jun 2019 18:43:23 -0400 From: Mark H Weaver To: Roger Mason Subject: Re: bug#36170: configure fails on FreeBSD References: Date: Tue, 11 Jun 2019 18:41:09 -0400 In-Reply-To: (Roger Mason's message of "Tue, 11 Jun 2019 09:13:31 -0230") Message-ID: <87ef3z7nj3.fsf@netris.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 36170 Cc: 36170@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 (-) Roger Mason writes: > I cloned the git repo yesterday (2019-06-10, most recent commit > 8d469660525d74734f3184cb9ed01b6f2dcd0445). I ran autogen.sh in the > source directory. I had to comment out the call to m4 --version, which > failed (I have m4-1.4.18). That's the latest stable m4 release, and the same version that I have. It's surprising that "m4 --version" failed. It makes me wonder if autogen.sh is using Bash-specific syntax. Does "bash -x autogen.sh" work, when using the autogen.sh that we provide? Mark From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 12 11:49:58 2019 Received: (at 36170) by debbugs.gnu.org; 12 Jun 2019 15:49:58 +0000 Received: from localhost ([127.0.0.1]:33933 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hb5Vd-0003DN-Qh for submit@debbugs.gnu.org; Wed, 12 Jun 2019 11:49:58 -0400 Received: from esa06.ucs.mun.ca ([134.153.136.26]:40422) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hb4bv-0003fV-N1 for 36170@debbugs.gnu.org; Wed, 12 Jun 2019 10:52:24 -0400 IronPort-SDR: U8wP46qm5RoEPiEtKnhwoifYrKM8lU7Hq6/L9jbfZkKpCPgAN9BNNsID9aY3ruAit83lmttfHt cm2jpLF3lXKFQPm16HhLYyi8M6TDoi7nShi8i0OSejBdZ/XJTraWuq8GKntY/+G/eQR3WFbuRa mVyL3kqXksq6dydQEPN2C0kvNqQW+JMmtInC00cT70p+/UuwG+DG3pS/dUpkg9eXW+NKaGxM0a XfhA+IrgTG344IHloJgjkoj2FOMbuP5CnRUqqyaCjj7GAQTn6YqHcoAqgNpmkWWgk2J/s4Zvjr fOw= X-IronPort-AV: E=Sophos;i="5.63,366,1557196200"; d="scan'208";a="13075295" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from cpe00fc8db7a323-cm00fc8db7a320.cpe.net.cable.rogers.com (HELO pyrope.local) ([174.117.207.103]) by smtp06.ucs.mun.ca with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jun 2019 12:22:17 -0330 References: <87ef3z7nj3.fsf@netris.org> User-agent: mu4e 1.1.0; emacs 26.1 From: Roger Mason To: Mark H Weaver Subject: Re: bug#36170: configure fails on FreeBSD In-reply-to: <87ef3z7nj3.fsf@netris.org> Date: Wed, 12 Jun 2019 12:22:14 -0230 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 36170 X-Mailman-Approved-At: Wed, 12 Jun 2019 11:49:56 -0400 Cc: Roger Mason , 36170@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 (-) Hello Mark, Mark H Weaver writes: > That's the latest stable m4 release, and the same version that I have. > It's surprising that "m4 --version" failed. It makes me wonder if > autogen.sh is using Bash-specific syntax. 'm4 --version' fails on the command-line too: m4: illegal option -- - > Does "bash -x autogen.sh" work, when using the autogen.sh that we > provide? No, it still fails on 'm4 --version'. Cheers, Roger From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 12 11:49:58 2019 Received: (at 36170) by debbugs.gnu.org; 12 Jun 2019 15:49:58 +0000 Received: from localhost ([127.0.0.1]:33935 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hb5Ve-0003DP-AN for submit@debbugs.gnu.org; Wed, 12 Jun 2019 11:49:58 -0400 Received: from esa05.ucs.mun.ca ([134.153.136.25]:41353) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hb4mq-00068v-Ae for 36170@debbugs.gnu.org; Wed, 12 Jun 2019 11:03:40 -0400 IronPort-SDR: IeqCNQH3l8HyM1J+RHIWVAMzseXnzA9jM6P2rqS+LGQP5iKfcMXlfaSK8X/JtQDbs19NIXfBq4 i4Xb4vhr+I6FFEGyJ/WGEyKMYM4VxecStOnylt5DWED/3a8v6JkDX0O8O/xrk4ImbiP56eYA8x 1rpUgGQ20m48RqlK2Yinad/OeGbP/LLJl9Poj9I0Ikv+/QkyoCOtfl4ehXp9xcqPZHsqR9Jiyt mcIGzgxh5YHT7xXw4Puv6oWQXoZxdPEqfvsl4woEbynEXpwpHDIyc+jUXGAGc1iQ+LqgyzeYt4 82g= X-IronPort-AV: E=Sophos;i="5.63,366,1557196200"; d="scan'208";a="13210055" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from cpe00fc8db7a323-cm00fc8db7a320.cpe.net.cable.rogers.com (HELO pyrope.local) ([174.117.207.103]) by smtp05.ucs.mun.ca with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jun 2019 12:33:32 -0330 References: <87imtb7oex.fsf@netris.org> User-agent: mu4e 1.1.0; emacs 26.1 From: Roger Mason To: Mark H Weaver Subject: Re: bug#36170: configure fails on FreeBSD In-reply-to: <87imtb7oex.fsf@netris.org> Date: Wed, 12 Jun 2019 12:33:29 -0230 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 36170 X-Mailman-Approved-At: Wed, 12 Jun 2019 11:49:56 -0400 Cc: Roger Mason , 36170@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 (-) Hello Mark, Mark H Weaver writes: >> I note also that configure claims my readline library is too old (< >> 2.1), but I have: >> >> pkg info -x readline >> readline-7.0.5 > > Something went wrong here. The relevant check involves compiling a > small test program that references 'rl_getc_function', which was > apparently added in readline 2.1. Something must have gone wrong > compiling that test program. > > After running ./configure, there should be a file 'config.log' which > includes the failed test program, the compile command used to compile > it, and the compiler error messages. Can you search for 'readline' in > that file and see what went wrong? > > Thanks, > Mark config.log says: configure:54907: cc -std=gnu11 -o conftest -I/usr/local/include -g -O2 -I/usr/local/include conftest.c -lreadline -lncurses -lcrypt -lm >&5 /usr/bin/ld: cannot find -lreadline So the error message is a bit misleading. Cheers, Roger From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 12 11:49:59 2019 Received: (at 36170) by debbugs.gnu.org; 12 Jun 2019 15:49:59 +0000 Received: from localhost ([127.0.0.1]:33937 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hb5Ve-0003DW-PP for submit@debbugs.gnu.org; Wed, 12 Jun 2019 11:49:59 -0400 Received: from esa07.ucs.mun.ca ([134.153.136.27]:35492) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hb4ue-0006Oj-DT for 36170@debbugs.gnu.org; Wed, 12 Jun 2019 11:11:44 -0400 IronPort-SDR: MFEUzxK/ZUkv9PDTpcJzBUyt4fZRWBdm554fURg1JrOf/IhggbFbWT3npSo9zda93sWeo4UMT9 ubqpWSBbATKKE/H4AQ6bH1scz4T731crGxAC0gLyENCcwIk13rOc78rH4nyQHdrPyKrNGTAm0F nNLCiuHbfiSx+KHHXHicN8UiUartBXgKJCyxC+R0iGkbn0I49lkjM2XPLlcygu/hj0FR7/bhGJ p1N1rSP1gByV7LoyMFYehlgg76ygNOkzTX4Yl8wZvCSEXWE8zraNWJ4JjZ1/gQPOdZELZAf7tg vkQ= X-IronPort-AV: E=Sophos;i="5.63,366,1557196200"; d="scan'208";a="11974586" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from cpe00fc8db7a323-cm00fc8db7a320.cpe.net.cable.rogers.com (HELO pyrope.local) ([174.117.207.103]) by smtp07.ucs.mun.ca with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jun 2019 12:41:37 -0330 References: <87imtb7oex.fsf@netris.org> User-agent: mu4e 1.1.0; emacs 26.1 From: Roger Mason To: Roger Mason Subject: Re: bug#36170: configure fails on FreeBSD In-reply-to: Date: Wed, 12 Jun 2019 12:41:35 -0230 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 36170 X-Mailman-Approved-At: Wed, 12 Jun 2019 11:49:56 -0400 Cc: Mark H Weaver , 36170@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 (-) Hello Again, Roger Mason writes: > config.log says: > > configure:54907: cc -std=gnu11 -o conftest -I/usr/local/include -g -O2 > -I/usr/local/include conftest.c -lreadline -lncurses -lcrypt -lm >&5 > > /usr/bin/ld: cannot find -lreadline > > So the error message is a bit misleading. Adding LDFLAGS="-L/usr/local/lib" to the configure invocation fixed it. Cheers, Roger From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 25 04:35:37 2019 Received: (at control) by debbugs.gnu.org; 25 Jun 2019 08:35:37 +0000 Received: from localhost ([127.0.0.1]:58616 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hfgvQ-0001N8-Lb for submit@debbugs.gnu.org; Tue, 25 Jun 2019 04:35:37 -0400 Received: from eggs.gnu.org ([209.51.188.92]:48634) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hfgvO-0001Mw-Qt for control@debbugs.gnu.org; Tue, 25 Jun 2019 04:35:35 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:53498) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hfgvJ-0004H5-El for control@debbugs.gnu.org; Tue, 25 Jun 2019 04:35:29 -0400 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=52796 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hfgvI-00030N-MT for control@debbugs.gnu.org; Tue, 25 Jun 2019 04:35:29 -0400 Date: Tue, 25 Jun 2019 10:35:27 +0200 Message-Id: <87r27inju8.fsf@gnu.org> To: control@debbugs.gnu.org From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: control message for bug #36170 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control 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 36170 notabug close 36170 quit From unknown Thu Jun 19 14:07:56 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 23 Jul 2019 11:24:11 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator