From unknown Fri Jun 20 07:28:14 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#27848] guix: build-system: gnu: Avoid warnings from "libtool finish" Resent-From: Dave Love Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 27 Jul 2017 14:41:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 27848 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 27848@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.150116645217963 (code B ref -1); Thu, 27 Jul 2017 14:41:02 +0000 Received: (at submit) by debbugs.gnu.org; 27 Jul 2017 14:40:52 +0000 Received: from localhost ([127.0.0.1]:58766 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dajy7-0004fe-Qx for submit@debbugs.gnu.org; Thu, 27 Jul 2017 10:40:52 -0400 Received: from eggs.gnu.org ([208.118.235.92]:45348) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dajy6-0004fR-HP for submit@debbugs.gnu.org; Thu, 27 Jul 2017 10:40:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dajy0-0005FW-IS for submit@debbugs.gnu.org; Thu, 27 Jul 2017 10:40:45 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:36431) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dajy0-0005FA-BX for submit@debbugs.gnu.org; Thu, 27 Jul 2017 10:40:44 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36300) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dajxz-0007Td-6n for guix-patches@gnu.org; Thu, 27 Jul 2017 10:40:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dajxu-0005BV-8K for guix-patches@gnu.org; Thu, 27 Jul 2017 10:40:43 -0400 Received: from tranquility.mcc.ac.uk ([130.88.200.145]:11465) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dajxt-0005AZ-PW for guix-patches@gnu.org; Thu, 27 Jul 2017 10:40:38 -0400 Received: from asmtp1.its.manchester.ac.uk ([130.88.13.149]) by tranquility.mcc.ac.uk with esmtps (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.85 (FreeBSD)) (envelope-from ) id 1dajxq-000LzT-PD for guix-patches@gnu.org; Thu, 27 Jul 2017 15:40:34 +0100 Received: from i-ulialbion.it.manchester.ac.uk ([130.88.138.79]:54586) by asmtp1.its.manchester.ac.uk with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89) (envelope-from ) id 1dajxq-0000Tu-GC for guix-patches@gnu.org; Thu, 27 Jul 2017 15:40:34 +0100 From: Dave Love Date: Thu, 27 Jul 2017 15:40:33 +0100 Message-ID: <874ltyhrj2.fsf@i-ulialbion.it.manchester.ac.uk> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="Ansar-al-Islam-Trafficking-STARLAN-radar-Tsunami-Warning-Center" X-Authenticated-Sender: David Love from i-ulialbion.it.manchester.ac.uk [130.88.138.79]:54586 X-Authenticated-From: Dave.Love@manchester.ac.uk X-SA-Exim-Connect-IP: 130.88.13.149 X-SA-Exim-Mail-From: fx@gnu.org X-SA-Exim-Scanned: No (on tranquility.mcc.ac.uk); SAEximRunCond expanded to false X-detected-operating-system: by eggs.gnu.org: FreeBSD 9.x [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) 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: -5.0 (-----) --Ansar-al-Islam-Trafficking-STARLAN-radar-Tsunami-Warning-Center Content-Type: text/plain The "ldconfig not found" warnings confused me, and caused a bug report previously. --Ansar-al-Islam-Trafficking-STARLAN-radar-Tsunami-Warning-Center Content-Type: text/x-diff Content-Disposition: attachment; filename=0001-guix-build-system-gnu-Avoid-warnings-from-libtool-fi.patch >From d6f42badc39679dd36ea8f582140a7d63316d101 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 27 Jul 2017 15:35:53 +0100 Subject: [PATCH] guix: build-system: gnu: Avoid warnings from "libtool finish". * guix/build/gnu-build-system.scm (configure): Avoid warnings from libtool invoking ldconfig. --- guix/build/gnu-build-system.scm | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/guix/build/gnu-build-system.scm b/guix/build/gnu-build-system.scm index 1786e2e3c..508699497 100644 --- a/guix/build/gnu-build-system.scm +++ b/guix/build/gnu-build-system.scm @@ -271,9 +271,15 @@ makefiles." ;; Call `configure' with a relative path. Otherwise, GCC's build system ;; (for instance) records absolute source file names, which typically ;; contain the hash part of the `.drv' file, leading to a reference leak. - (zero? (apply system* bash - (string-append srcdir "/configure") - flags)))) + (and (zero? (apply system* bash + (string-append srcdir "/configure") + flags)) + ;; Avoid warnings about from "libtool finish" about not finding + ;; ldconfig. + (if (file-exists? "libtool") + (begin (substitute* "libtool" (("ldconfig") ":")) + #t) + #t)))) (define* (build #:key (make-flags '()) (parallel-build? #t) #:allow-other-keys) -- 2.11.0 --Ansar-al-Islam-Trafficking-STARLAN-radar-Tsunami-Warning-Center-- From unknown Fri Jun 20 07:28:14 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#27848] guix: build-system: gnu: Avoid warnings from "libtool finish" Resent-From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 31 Jul 2017 15:30:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 27848 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: Dave Love Cc: 27848@debbugs.gnu.org Received: via spool by 27848-submit@debbugs.gnu.org id=B27848.150151495018599 (code B ref 27848); Mon, 31 Jul 2017 15:30:04 +0000 Received: (at 27848) by debbugs.gnu.org; 31 Jul 2017 15:29:10 +0000 Received: from localhost ([127.0.0.1]:35532 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dcCd4-0004pv-Ik for submit@debbugs.gnu.org; Mon, 31 Jul 2017 11:29:10 -0400 Received: from eggs.gnu.org ([208.118.235.92]:33199) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dcCd2-0004pj-P3 for 27848@debbugs.gnu.org; Mon, 31 Jul 2017 11:29:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dcCcw-0004Nw-Q4 for 27848@debbugs.gnu.org; Mon, 31 Jul 2017 11:29:03 -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.5 required=5.0 tests=BAYES_05,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:55211) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dcCcr-0004K3-8z; Mon, 31 Jul 2017 11:28:57 -0400 Received: from [193.50.110.251] (port=37092 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dcCcq-000508-NG; Mon, 31 Jul 2017 11:28:57 -0400 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <874ltyhrj2.fsf@i-ulialbion.it.manchester.ac.uk> Date: Mon, 31 Jul 2017 17:28:55 +0200 In-Reply-To: <874ltyhrj2.fsf@i-ulialbion.it.manchester.ac.uk> (Dave Love's message of "Thu, 27 Jul 2017 15:40:33 +0100") Message-ID: <87k22o39s8.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) 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: -5.0 (-----) Dave Love skribis: > --- a/guix/build/gnu-build-system.scm > +++ b/guix/build/gnu-build-system.scm > @@ -271,9 +271,15 @@ makefiles." > ;; Call `configure' with a relative path. Otherwise, GCC's build sy= stem > ;; (for instance) records absolute source file names, which typically > ;; contain the hash part of the `.drv' file, leading to a reference = leak. > - (zero? (apply system* bash > - (string-append srcdir "/configure") > - flags)))) > + (and (zero? (apply system* bash > + (string-append srcdir "/configure") > + flags)) > + ;; Avoid warnings about from "libtool finish" about not finding > + ;; ldconfig. > + (if (file-exists? "libtool") > + (begin (substitute* "libtool" (("ldconfig") ":")) > + #t) > + #t)))) >=20=20 I=E2=80=99m not too keen on this approach, in large part because I=E2=80=99= ve got used to the =E2=80=9Cldconfig not found=E2=80=9D messages, but also because a si= mple change like this can create more problems than what it solves: packages where the =E2=80=9Clibtool=E2=80=9D script lives in a different directory, packag= es where =E2=80=9Clibtool=E2=80=9D is a different thing, packages where it=E2=80=99s= read-only or where it=E2=80=99s a directory, etc. Since this is a rebuild-the-world change, we have to make sure it=E2=80=99s really worth it. WDYT? Thanks, Ludo=E2=80=99. From unknown Fri Jun 20 07:28:14 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#27848] guix: build-system: gnu: Avoid warnings from "libtool finish" Resent-From: Dave Love Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 31 Jul 2017 18:18:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 27848 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 27848@debbugs.gnu.org Received: via spool by 27848-submit@debbugs.gnu.org id=B27848.15015250728278 (code B ref 27848); Mon, 31 Jul 2017 18:18:01 +0000 Received: (at 27848) by debbugs.gnu.org; 31 Jul 2017 18:17:52 +0000 Received: from localhost ([127.0.0.1]:35625 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dcFGK-00029R-II for submit@debbugs.gnu.org; Mon, 31 Jul 2017 14:17:52 -0400 Received: from clarity.mcc.ac.uk ([130.88.200.144]:20645) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dcFGI-00029J-HN for 27848@debbugs.gnu.org; Mon, 31 Jul 2017 14:17:51 -0400 Received: from asmtp1.its.manchester.ac.uk ([130.88.13.149]) by clarity.mcc.ac.uk with esmtps (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.85 (FreeBSD)) (envelope-from ) id 1dcFGH-000OJG-H7; Mon, 31 Jul 2017 19:17:49 +0100 Received: from [130.88.138.79] (port=48064 helo=i-ulialbion.it.manchester.ac.uk) by asmtp1.its.manchester.ac.uk with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89) (envelope-from ) id 1dcFGH-00058q-8N; Mon, 31 Jul 2017 19:17:49 +0100 From: Dave Love References: <874ltyhrj2.fsf@i-ulialbion.it.manchester.ac.uk> <87k22o39s8.fsf@gnu.org> X-Draft-From: ("Misc" 2380) Date: Mon, 31 Jul 2017 19:17:48 +0100 In-Reply-To: <87k22o39s8.fsf@gnu.org> ("Ludovic \=\?iso-8859-1\?Q\?Court\=E8s\?\= \=\?iso-8859-1\?Q\?\=22's\?\= message of "Mon, 31 Jul 2017 17:28:55 +0200") Message-ID: <87k22obhdf.fsf@i-ulialbion.it.manchester.ac.uk> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Authenticated-Sender: David Love from (i-ulialbion.it.manchester.ac.uk) [130.88.138.79]:48064 X-Authenticated-From: Dave.Love@manchester.ac.uk X-SA-Exim-Connect-IP: 130.88.13.149 X-SA-Exim-Mail-From: fx@gnu.org X-SA-Exim-Scanned: No (on clarity.mcc.ac.uk); SAEximRunCond expanded to false X-Spam-Score: -5.0(?) X-Spam-Flag: NO X-Spam-Score: -1.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: -1.3 (-) Ludovic Court=C3=A8s writes: > I=E2=80=99m not too keen on this approach, in large part because I=E2=80= =99ve got used > to the =E2=80=9Cldconfig not found=E2=80=9D messages, It's OK if you know, but I assume it's common for newbies to see it and waste time, as at least two of us did. > but also because a simple change > like this can create more problems than what it solves: packages where > the =E2=80=9Clibtool=E2=80=9D script lives in a different directory, pack= ages where > =E2=80=9Clibtool=E2=80=9D is a different thing, packages where it=E2=80= =99s read-only or where > it=E2=80=99s a directory, etc. OK, but I thought the common case of it at top level was worth fixing. I guess you could check it's really a libtool script before editing it. However, is there a good reason not to provide a dummy ldconfig which does nothing, or prints a message about not doing anything? From unknown Fri Jun 20 07:28:14 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#27848] guix: build-system: gnu: Avoid warnings from "libtool finish" Resent-From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 31 Jul 2017 19:27:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 27848 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: Dave Love Cc: 27848@debbugs.gnu.org Received: via spool by 27848-submit@debbugs.gnu.org id=B27848.150152918414383 (code B ref 27848); Mon, 31 Jul 2017 19:27:02 +0000 Received: (at 27848) by debbugs.gnu.org; 31 Jul 2017 19:26:24 +0000 Received: from localhost ([127.0.0.1]:35650 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dcGKe-0003jv-9B for submit@debbugs.gnu.org; Mon, 31 Jul 2017 15:26:24 -0400 Received: from eggs.gnu.org ([208.118.235.92]:54649) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dcGKc-0003ji-6m for 27848@debbugs.gnu.org; Mon, 31 Jul 2017 15:26:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dcGKW-0000gS-24 for 27848@debbugs.gnu.org; Mon, 31 Jul 2017 15:26:16 -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.0 required=5.0 tests=BAYES_40,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:60456) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dcGKP-0000c8-Pl; Mon, 31 Jul 2017 15:26:09 -0400 Received: from reverse-83.fdn.fr ([80.67.176.83]:58360 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dcGKP-0004yF-6b; Mon, 31 Jul 2017 15:26:09 -0400 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <874ltyhrj2.fsf@i-ulialbion.it.manchester.ac.uk> <87k22o39s8.fsf@gnu.org> <87k22obhdf.fsf@i-ulialbion.it.manchester.ac.uk> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 13 Thermidor an 225 de la =?UTF-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-unknown-linux-gnu Date: Mon, 31 Jul 2017 21:26:06 +0200 In-Reply-To: <87k22obhdf.fsf@i-ulialbion.it.manchester.ac.uk> (Dave Love's message of "Mon, 31 Jul 2017 19:17:48 +0100") Message-ID: <87k22ol86p.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) 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: -5.0 (-----) Dave Love skribis: > Ludovic Court=C3=A8s writes: > >> I=E2=80=99m not too keen on this approach, in large part because I=E2=80= =99ve got used >> to the =E2=80=9Cldconfig not found=E2=80=9D messages, > > It's OK if you know, but I assume it's common for newbies to see it and > waste time, as at least two of us did. Yeah, I see. >> but also because a simple change >> like this can create more problems than what it solves: packages where >> the =E2=80=9Clibtool=E2=80=9D script lives in a different directory, pac= kages where >> =E2=80=9Clibtool=E2=80=9D is a different thing, packages where it=E2=80= =99s read-only or where >> it=E2=80=99s a directory, etc. > > OK, but I thought the common case of it at top level was worth fixing. > I guess you could check it's really a libtool script before editing it. > > However, is there a good reason not to provide a dummy ldconfig which > does nothing, or prints a message about not doing anything? I=E2=80=99d think it=E2=80=99s safer to just not provide it at all. Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 04 09:27:26 2017 Received: (at control) by debbugs.gnu.org; 4 Sep 2017 13:27:26 +0000 Received: from localhost ([127.0.0.1]:48036 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dorPS-0000jS-0G for submit@debbugs.gnu.org; Mon, 04 Sep 2017 09:27:26 -0400 Received: from eggs.gnu.org ([208.118.235.92]:54189) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dorPQ-0000jF-Fj for control@debbugs.gnu.org; Mon, 04 Sep 2017 09:27:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dorOa-0007bN-SH for control@debbugs.gnu.org; Mon, 04 Sep 2017 09:27:19 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:57377) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dorOa-0007b0-Ow for control@debbugs.gnu.org; Mon, 04 Sep 2017 09:26:32 -0400 Received: from [193.50.110.184] (port=33264 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dorOa-0001EL-8i for control@debbugs.gnu.org; Mon, 04 Sep 2017 09:26:32 -0400 Date: Mon, 04 Sep 2017 15:26:30 +0200 Message-Id: <87k21e1to9.fsf@gnu.org> To: control@debbugs.gnu.org From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: control message for bug #27848 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-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) 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: -5.0 (-----) tags 27848 wontfix close 27848