From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 13 18:01:09 2019 Received: (at submit) by debbugs.gnu.org; 13 Jul 2019 22:01:09 +0000 Received: from localhost ([127.0.0.1]:43483 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hmQ4q-0008BF-St for submit@debbugs.gnu.org; Sat, 13 Jul 2019 18:01:09 -0400 Received: from lists.gnu.org ([209.51.188.17]:37253) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hmQ4o-0008Ax-7R for submit@debbugs.gnu.org; Sat, 13 Jul 2019 18:01:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54497) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hmQ4n-0002gO-7M for guix-patches@gnu.org; Sat, 13 Jul 2019 18:01:06 -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,UNPARSEABLE_RELAY autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hmQ4l-0005mY-W9 for guix-patches@gnu.org; Sat, 13 Jul 2019 18:01:04 -0400 Received: from mira.cbaines.net ([212.71.252.8]:39962) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hmQ4l-0005kS-PG for guix-patches@gnu.org; Sat, 13 Jul 2019 18:01:03 -0400 Received: from localhost (148.185.93.209.dyn.plus.net [209.93.185.148]) by mira.cbaines.net (Postfix) with ESMTPSA id E0CD61721B for ; Sat, 13 Jul 2019 23:00:59 +0100 (BST) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id b66cf543 for ; Sat, 13 Jul 2019 22:00:59 +0000 (UTC) From: Christopher Baines To: guix-patches@gnu.org Subject: [PATCH] gnu: python-gst: Fix build failure. Date: Sat, 13 Jul 2019 23:00:59 +0100 Message-Id: <20190713220059.7336-1-mail@cbaines.net> X-Mailer: git-send-email 2.22.0 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 212.71.252.8 X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit 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 (--) Building python-gst fails with: Unbound variable: python-version Therefore, add python-build-system to #:modules so that it's imported, an= d give it a prefix to avoid clashing with the gnu-build-system. Also, simplify the code by using the site-packages function from the python-build-system module. * gnu/packages/gstreamer.scm (python-gst)[arguments]: Rework to fix build failure. --- gnu/packages/gstreamer.scm | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index b0f0b032b3..efb9a6f796 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -431,17 +431,14 @@ compression formats through the use of the libav li= brary.") "0f1d9rvy2qxlymmfzyknnfr5rz1vx69jv17gp7wnamc5s6p7mp2m"))= )) (build-system gnu-build-system) (arguments - ;; XXX: Factorize python-sitedir with python-build-system. - `(#:imported-modules (,@%gnu-build-system-modules + `(#:modules ((guix build gnu-build-system) + ((guix build python-build-system) #:prefix python:)) + #:imported-modules (,@%gnu-build-system-modules (guix build python-build-system)) #:configure-flags - (let* ((python (assoc-ref %build-inputs "python")) - (python-version (python-version python)) - (python-sitedir (string-append - "lib/python" python-version "/site-packag= es"))) - (list (string-append - "--with-pygi-overrides-dir=3D" %output "/" python-sitedi= r - "/gi/overrides"))))) + (list (string-append + "--with-pygi-overrides-dir=3D" %output "/" + (python:site-packages %build-inputs %outputs) "/gi/overrid= es")))) (native-inputs `(("pkg-config" ,pkg-config) ("python" ,python))) --=20 2.22.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 13 18:17:04 2019 Received: (at 36641) by debbugs.gnu.org; 13 Jul 2019 22:17:04 +0000 Received: from localhost ([127.0.0.1]:43512 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hmQKG-00008m-Dt for submit@debbugs.gnu.org; Sat, 13 Jul 2019 18:17:04 -0400 Received: from mira.cbaines.net ([212.71.252.8]:44124) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hmQKD-00008G-8b; Sat, 13 Jul 2019 18:17:01 -0400 Received: from localhost (148.185.93.209.dyn.plus.net [209.93.185.148]) by mira.cbaines.net (Postfix) with ESMTPSA id D48B117222; Sat, 13 Jul 2019 23:17:00 +0100 (BST) Received: from phact (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 3e497093; Sat, 13 Jul 2019 22:17:00 +0000 (UTC) References: <87blybrqjn.fsf@devup.no> <87lfx4mm5f.fsf@devup.no> User-agent: mu4e 1.2.0; emacs 26.2 From: Christopher Baines To: guix-devel@gnu.org Subject: Re: core-updates frozen! In-reply-to: <87lfx4mm5f.fsf@devup.no> Date: Sat, 13 Jul 2019 23:17:00 +0100 Message-ID: <87pnmdzijn.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 36641 Cc: 36641@debbugs.gnu.org, 36643@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 (-) --=-=-= Content-Type: text/plain I've sent a few patches to fix a couple of build issues on the core-updates branch [1][2]. 1: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=36641 2: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=36643 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEPonu50WOcg2XVOCyXiijOwuE9XcFAl0qWFxfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcACgkQXiijOwuE 9XcgNQ/7BDiCSo+ztV1HqWrjoXJFfNBHn3SDrI+JZHZQoq8A5UdgW/p5NO8B5Xec RyGUj6z1I/auyWSrp3W5mWhaQ9xwvsF6wa8bhh/RP9RyCun/h7U2jgghYHHXXLKZ SAs9CF47eDbYYLJBqvp59HNaLjv5uYIUn0RSkfDV9+KRMwEfedENdgEpnZtg8mtD viYHQoE7j26nDHIdIpnAUI93iu/CTK/s2gO2Vk2AGlBJoqzX5/G4BeWbtdv9QgtO zmJYZYM/84HpHEs2WOttbSnbG9Qvj1vb4eQY0S3TdXJ6c3FDpPGYvlWH74eoFBUX ZjyKS5XbUfFDKXXtA/gTrbECd+bER6UCpbRrOXdZlZlNuwUFMXG5FGO2iFDTALjq WQGdlrNFwcKu3HFyIibDobXby+fsxtrPsLzyIDN9UsAUthFkzB4g9o6AUwrgNJPJ Y+aiFRnbKdeaauyaz4cMtd7Uhiy8muH+aZURCP8xSNjGQWImcglSfgoigWSJDoa2 kCNjnr44Zd+h+kfHALrOU5S9CfEWIHrxob9JlWVQAT8JHM+Dg1FEEhDPBDE1YZgx WFNhaTQPe4OJ0kLaYX3RB/sJ2InjvSAu6TZQZjK0ipRNxC3Z1gNyHF5m4qiLbhhV v54DrBpVsrchIRTPUl8xIeBqZLQ/0EJ1CJEYB/22NaiLPACb0KE= =AIC+ -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 13 18:52:22 2019 Received: (at 36641) by debbugs.gnu.org; 13 Jul 2019 22:52:22 +0000 Received: from localhost ([127.0.0.1]:43564 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hmQsP-00011E-MB for submit@debbugs.gnu.org; Sat, 13 Jul 2019 18:52:21 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:37081) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hmQsM-00010z-Ki for 36641@debbugs.gnu.org; Sat, 13 Jul 2019 18:52:19 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 764C120F20; Sat, 13 Jul 2019 18:52:13 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute5.internal (MEProxy); Sat, 13 Jul 2019 18:52:13 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.com; h= from:to:subject:in-reply-to:references:date:message-id :mime-version:content-type; s=fm3; bh=rC+6mnJuHpf5EuJ4lmMV98nNbD kLG858+FJU4qq6E+0=; b=C8GiF2dIHDoe5u1U3HK280XxPgRYVWvkIzuKdCxbAl egLVFWMA2cUDHOOCDaeDJMHH8ib7QjgwmLUhZP3wHSqfl9hm2xOHGrcI7q9Q1tsm Ot51OX8H6RvTqgbQIwG1qeYDubnmnKgjz6322BohzxSrNfhB4nh62r4RoxO3gHpM Lt0qvV7OpoEMoY9bFY30YAlPvLK6V8Peti8V8zCHdH4TprK51ZJMSvZSFwamtg9c 8yzZZL0LQlKhJ95h4u48LHny9F4KOIyQobcVtioSPo7VbemylbhI4RUxoTOEH7je rZahyCI3bmqT7IxgJcfLyW2HgoF4rTw2gUy/e4/NeCDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=rC+6mn JuHpf5EuJ4lmMV98nNbDkLG858+FJU4qq6E+0=; b=wtfPthQ2vuHF9LyOWOJM7o sq9yJdhiH7xqZOgFe3EqLYE67ePf767i0Puj4ys9zGrjP2wJExFaMKJnnEzFd7N7 rbS1sbToz7wrlba6xAdiK6GVtXa7q3HCiRRBQPjK3qkMVPL/XwwV0742PJyPuChx pCT9pZBnaFmECquTWlCWYgGWzki0OMX18jJlSgfHS+65XyjNjFju9uvfHUFO7Ek/ M37MyRV4gE8twco4d586QIXIN5blk+Mwd3DmrhxIfDR4uWODaGaM4eayiz5rupIT img/AthUqD83e/0tCyGcHHk86OOz+jcTPdcLEwGQoFIe+3+KVNjaZvktWQXNHUtQ == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrheegucetufdoteggodetrfdotffvucfrrh hofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgenuceurghi lhhouhhtmecufedttdenucenucfjughrpefhvffujghffgffkfggtgesghdtreertdertd enucfhrhhomhepofgrrhhiuhhsuceurghkkhgvuceomhgsrghkkhgvsehfrghsthhmrghi lhdrtghomheqnecukfhppeeivddrudeirddvvdeirddugedtnecurfgrrhgrmhepmhgrih hlfhhrohhmpehmsggrkhhkvgesfhgrshhtmhgrihhlrdgtohhmnecuvehluhhsthgvrhfu ihiivgeptd X-ME-Proxy: Received: from localhost (140.226.16.62.customer.cdi.no [62.16.226.140]) by mail.messagingengine.com (Postfix) with ESMTPA id B67638005C; Sat, 13 Jul 2019 18:52:12 -0400 (EDT) From: Marius Bakke To: Christopher Baines , 36641@debbugs.gnu.org Subject: Re: [bug#36641] [PATCH] gnu: python-gst: Fix build failure. In-Reply-To: <20190713220059.7336-1-mail@cbaines.net> References: <20190713220059.7336-1-mail@cbaines.net> User-Agent: Notmuch/0.29.1 (https://notmuchmail.org) Emacs/26.2 (x86_64-pc-linux-gnu) Date: Sun, 14 Jul 2019 00:52:11 +0200 Message-ID: <87muhhlf8k.fsf@devup.no> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 36641 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.7 (-) --=-=-= Content-Type: text/plain Christopher Baines writes: > Building python-gst fails with: > > Unbound variable: python-version > > Therefore, add python-build-system to #:modules so that it's imported, and > give it a prefix to avoid clashing with the gnu-build-system. > > Also, simplify the code by using the site-packages function from the > python-build-system module. > > * gnu/packages/gstreamer.scm (python-gst)[arguments]: Rework to fix build > failure. > --- > gnu/packages/gstreamer.scm | 15 ++++++--------- > 1 file changed, 6 insertions(+), 9 deletions(-) > > diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm > index b0f0b032b3..efb9a6f796 100644 > --- a/gnu/packages/gstreamer.scm > +++ b/gnu/packages/gstreamer.scm > @@ -431,17 +431,14 @@ compression formats through the use of the libav library.") > "0f1d9rvy2qxlymmfzyknnfr5rz1vx69jv17gp7wnamc5s6p7mp2m")))) > (build-system gnu-build-system) > (arguments > - ;; XXX: Factorize python-sitedir with python-build-system. > - `(#:imported-modules (,@%gnu-build-system-modules > + `(#:modules ((guix build gnu-build-system) > + ((guix build python-build-system) #:prefix python:)) > + #:imported-modules (,@%gnu-build-system-modules > (guix build python-build-system)) > #:configure-flags > - (let* ((python (assoc-ref %build-inputs "python")) > - (python-version (python-version python)) > - (python-sitedir (string-append > - "lib/python" python-version "/site-packages"))) > - (list (string-append > - "--with-pygi-overrides-dir=" %output "/" python-sitedir > - "/gi/overrides"))))) > + (list (string-append > + "--with-pygi-overrides-dir=" %output "/" Nitpicking, but since we're refactoring, could you also change %output to the less magical (assoc-ref %outputs "out")? > + (python:site-packages %build-inputs %outputs) "/gi/overrides")))) Neat! LGTM. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl0qYJsACgkQoqBt8qM6 VPrqQwf/Z64VaysnLZ67cVwId0q0q5OrBC/K+7HUvo+RRiJ8+qIbsk02hm/7WAQP M3/7Qz8A2IhFeAPtJr5IVzk5QuE9aAXvwyvT9x4u7Su4tYUJQpQYtjFnNinFMqag zIXL4PtXkvkVwrPsnGVNWWFwti+b8x3xXRITFP8CeSDbgoZDfLpigxffP2ukxO/R kHLxyJNSfgvVBUcCZN6XmRrQxfIguSK58wBki6spMmGbZsu9IB+P3VsuPs7d7HeG hJ0IWtsDUqNwjkNq98BWoxqpP+rIPdlyZhovDYcueIzouAo10yHipPqymQdCtEss Z7vp8AMCkVOd5r8bkSPMq6FLLCcMYA== =izMN -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 14 04:11:41 2019 Received: (at 36641-done) by debbugs.gnu.org; 14 Jul 2019 08:11:41 +0000 Received: from localhost ([127.0.0.1]:43781 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hmZbh-0007e9-8o for submit@debbugs.gnu.org; Sun, 14 Jul 2019 04:11:41 -0400 Received: from mira.cbaines.net ([212.71.252.8]:44282) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hmZbd-0007dy-Ia for 36641-done@debbugs.gnu.org; Sun, 14 Jul 2019 04:11:39 -0400 Received: from localhost (148.185.93.209.dyn.plus.net [209.93.185.148]) by mira.cbaines.net (Postfix) with ESMTPSA id 213681722A; Sun, 14 Jul 2019 09:11:37 +0100 (BST) Received: from phact (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 079721e1; Sun, 14 Jul 2019 08:11:36 +0000 (UTC) References: <20190713220059.7336-1-mail@cbaines.net> <87muhhlf8k.fsf@devup.no> User-agent: mu4e 1.2.0; emacs 26.2 From: Christopher Baines To: Marius Bakke Subject: Re: [bug#36641] [PATCH] gnu: python-gst: Fix build failure. In-reply-to: <87muhhlf8k.fsf@devup.no> Date: Sun, 14 Jul 2019 09:11:36 +0100 Message-ID: <87tvbp3uiv.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 36641-done Cc: 36641-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 (-) --=-=-= Content-Type: text/plain Marius Bakke writes: > Christopher Baines writes: > >> Building python-gst fails with: >> >> Unbound variable: python-version >> >> Therefore, add python-build-system to #:modules so that it's imported, and >> give it a prefix to avoid clashing with the gnu-build-system. >> >> Also, simplify the code by using the site-packages function from the >> python-build-system module. >> >> * gnu/packages/gstreamer.scm (python-gst)[arguments]: Rework to fix build >> failure. >> --- >> gnu/packages/gstreamer.scm | 15 ++++++--------- >> 1 file changed, 6 insertions(+), 9 deletions(-) >> >> diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm >> index b0f0b032b3..efb9a6f796 100644 >> --- a/gnu/packages/gstreamer.scm >> +++ b/gnu/packages/gstreamer.scm >> @@ -431,17 +431,14 @@ compression formats through the use of the libav library.") >> "0f1d9rvy2qxlymmfzyknnfr5rz1vx69jv17gp7wnamc5s6p7mp2m")))) >> (build-system gnu-build-system) >> (arguments >> - ;; XXX: Factorize python-sitedir with python-build-system. >> - `(#:imported-modules (,@%gnu-build-system-modules >> + `(#:modules ((guix build gnu-build-system) >> + ((guix build python-build-system) #:prefix python:)) >> + #:imported-modules (,@%gnu-build-system-modules >> (guix build python-build-system)) >> #:configure-flags >> - (let* ((python (assoc-ref %build-inputs "python")) >> - (python-version (python-version python)) >> - (python-sitedir (string-append >> - "lib/python" python-version "/site-packages"))) >> - (list (string-append >> - "--with-pygi-overrides-dir=" %output "/" python-sitedir >> - "/gi/overrides"))))) >> + (list (string-append >> + "--with-pygi-overrides-dir=" %output "/" > > Nitpicking, but since we're refactoring, could you also change %output > to the less magical (assoc-ref %outputs "out")? Actually, turns out that most of the stuff there was redundant. python:site-packages did more than I was expecting, so I've removed the use of %output entirely. >> + (python:site-packages %build-inputs %outputs) "/gi/overrides")))) > > Neat! LGTM. Great, I've pushed this now. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEPonu50WOcg2XVOCyXiijOwuE9XcFAl0q47hfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcACgkQXiijOwuE 9XfVjg/+KNDFFdZurDTj1Vr7Kt568V/YZ0lIgVQIHIwjlSTYbRDi1iIyP4rfd4zo JLkIktwihoLkPvAFlGNqck+F7G+KnXKfw4zomsQnqFif9QM+PkdJak3rjBMOxcRu KPhGHZmWPmzytok9dccxrS4ilPE4bPlNfnWXTP4mBQpGFv2hwfvo8sYSHnCI2H2a K7+L26GzzFB5a5Mj6jj+0cJzukh9JC3GEGfC7aIVnSc5RaF2D6J4w6BVBvVYv1Za cS1DXSzlInODFN0bvZD+82y/G++s35SWsEnI31jncQGyriZ1A+ih8qPwXoyWUBJl R0aeMCNJilVTzMry6jCNmjibLXQHBd5452tggsAwa2nB+Lqu9q10ZrhTUBzuP6qR V/7cY67ftcy9v+XfakzQq4mfBWGRLsurztgHD9Fox4tlnk6xlUrHZZfKJmyTc/7K 2OBaPDM189rEonEBc301ULyKznKmeUfzHz3D6W6lbPb2UD4tGcVSbm8VmrYLk/yf nD+Otu9jZm0tHj2eY6Dmf/byNyqOOGGDYOGI4AoDV7m/PDkKTokaez+1StIzeLZU ooqJrJeG4kTBcnpC5Y0ju0qfCrvLpfEOKgNuPOolmN+PK4Ie7YAg9FgumdsFI1U+ 0NMImrKubw6fPcDH4XHuUBhFWIgPwN7XmO/EhpWqi12yrtl7yn4= =3GLL -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Sep 19 16:07:20 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 11 Aug 2019 11:24:08 +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