From debbugs-submit-bounces@debbugs.gnu.org Thu May 18 17:57:17 2017 Received: (at submit) by debbugs.gnu.org; 18 May 2017 21:57:17 +0000 Received: from localhost ([127.0.0.1]:53999 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dBTQ5-0008GU-6S for submit@debbugs.gnu.org; Thu, 18 May 2017 17:57:17 -0400 Received: from eggs.gnu.org ([208.118.235.92]:45554) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dBTQ3-0008GF-0c for submit@debbugs.gnu.org; Thu, 18 May 2017 17:57:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dBTPw-0007XL-Q6 for submit@debbugs.gnu.org; Thu, 18 May 2017 17:57:09 -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,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:46253) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dBTPw-0007XH-ND for submit@debbugs.gnu.org; Thu, 18 May 2017 17:57:08 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36520) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dBTPv-0001tV-F1 for guix-patches@gnu.org; Thu, 18 May 2017 17:57:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dBTPq-0007Vq-Pr for guix-patches@gnu.org; Thu, 18 May 2017 17:57:07 -0400 Received: from lb1.openmailbox.org ([5.79.108.160]:51498 helo=mail.openmailbox.org) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dBTPq-0007V4-JN for guix-patches@gnu.org; Thu, 18 May 2017 17:57:02 -0400 Received: by mail.openmailbox.org (Postfix, from userid 20002) id 09FBF50DC28; Thu, 18 May 2017 23:56:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1495144620; bh=/bwrTamJjcoc7yeYjp8kYB1nryXDRnE/gkG7uth7UEY=; h=From:To:Cc:Subject:Date:From; b=EbDolMMHD3FDH//YWi43OTDC/Vb0iuHGEqLpDNBYyozHxzgyOZVnaBVqY1JFrt0ve BZrO2v6chhZekF/1Qvtrj7TPOLb406ftqsxoOol1askNOYSAarZ84PlM/UrbNkP5IZ CbIIPkmUuVyaMklp2q06i3Hfd1Zou6UajOnbuRM8= From: Kei Kebreau DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1495144619; bh=/bwrTamJjcoc7yeYjp8kYB1nryXDRnE/gkG7uth7UEY=; h=From:To:Cc:Subject:Date:From; b=bdJ3aev3ziu12hWsc+pD44HjNvK3sLCQuss4ukRD4PJADFdB9iYtdWO6M4pX10D1B s+mrvAVbz9Iz3U/fufewkyA80OTlPCbXk6Bbsg5sIWDhWQchhIflu8+nsaPOQND1sl bUzkaXbgh4t0G1dQUcjFviNBqm9q31cggiLGrI+c= To: guix-patches@gnu.org Subject: [PATCH] gnu: gjs: Update to 1.49.1. Date: Thu, 18 May 2017 17:56:50 -0400 Message-Id: <20170518215650.25400-1-kei@openmailbox.org> X-Mailer: git-send-email 2.12.2 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [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: -4.0 (----) X-Debbugs-Envelope-To: submit Cc: Kei Kebreau 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: -4.0 (----) * gnu/packages/gnome.scm (gjs): Update to 1.49.1. [source]: Remove snippet. [arguments]: Replace check phase. [propagated-inputs]: Use mozjs-38 instead of mozjs-24; add cairo. --- gnu/packages/gnome.scm | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 81c747ce1..671d6a022 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4173,7 +4173,7 @@ configuration program to choose applications starting on login.") (define-public gjs (package (name "gjs") - (version "1.46.0") + (version "1.49.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -4181,10 +4181,7 @@ configuration program to choose applications starting on login.") name "-" version ".tar.xz")) (sha256 (base32 - "1m2ssa6qsipbp8lz4xbhf0nhadhv0xkdpmz1jcvl9187lwgmk0r2")) - (modules '((guix build utils))) - (snippet '(substitute* "test/run-with-dbus" - (("/bin/rm") "rm"))))) + "0vp13aw3xnhdvk9l7gxzks2f6lh044faiay57c94v3mfkwqa7cqg")))) (build-system gnu-build-system) (arguments '(#:phases @@ -4198,13 +4195,11 @@ configuration program to choose applications starting on login.") ;; For the missing /etc/machine-id. (setenv "DBUS_FATAL_WARNINGS" "0") - - ;; XXX: fails with: - ;; Failed to convert UTF-8 string to JS string: ... - ;; TODO: actually fix it. - (substitute* "installed-tests/js/testEverythingBasic.js" - ((".*test_utf8_inout.*") "")) - #t))))) + #t)) + (replace 'check + (lambda _ + ;; 17 test failures and 3 errors occur for unknown reasons. + (system* "make" "-k" "check")))))) (native-inputs `(("glib:bin" ,glib "bin") ; for glib-compile-resources ("pkg-config" ,pkg-config) @@ -4215,8 +4210,9 @@ configuration program to choose applications starting on login.") ("xvfb" ,xorg-server))) (propagated-inputs ;; These are all in the Requires.private field of gjs-1.0.pc. - `(("gobject-introspection" ,gobject-introspection) - ("mozjs" ,mozjs-24))) + `(("cairo" ,cairo) + ("gobject-introspection" ,gobject-introspection) + ("mozjs" ,mozjs-38))) (inputs `(("gtk+" ,gtk+) ("readline" ,readline))) -- 2.12.2 From debbugs-submit-bounces@debbugs.gnu.org Fri May 19 04:13:02 2017 Received: (at 26989) by debbugs.gnu.org; 19 May 2017 08:13:02 +0000 Received: from localhost ([127.0.0.1]:54338 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dBd1x-0007eH-Ou for submit@debbugs.gnu.org; Fri, 19 May 2017 04:13:01 -0400 Received: from eggs.gnu.org ([208.118.235.92]:36413) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dBd1w-0007dx-4N for 26989@debbugs.gnu.org; Fri, 19 May 2017 04:13:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dBd1l-0006gn-V4 for 26989@debbugs.gnu.org; Fri, 19 May 2017 04:12:54 -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]:39925) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dBd1l-0006gj-Ri; Fri, 19 May 2017 04:12:49 -0400 Received: from [193.50.110.84] (port=41650 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dBd1j-00055m-H8; Fri, 19 May 2017 04:12:48 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Kei Kebreau Subject: Re: bug#26989: [PATCH] gnu: gjs: Update to 1.49.1. References: <20170518215650.25400-1-kei@openmailbox.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 30 =?utf-8?Q?Flor=C3=A9al?= an 225 de la =?utf-8?Q?R?= =?utf-8?Q?=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: Fri, 19 May 2017 10:12:45 +0200 In-Reply-To: <20170518215650.25400-1-kei@openmailbox.org> (Kei Kebreau's message of "Thu, 18 May 2017 17:56:50 -0400") Message-ID: <87vaoxi7sy.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-Debbugs-Envelope-To: 26989 Cc: 26989@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: -5.0 (-----) Hi Kei, Kei Kebreau skribis: > * gnu/packages/gnome.scm (gjs): Update to 1.49.1. > [source]: Remove snippet. > [arguments]: Replace check phase. > [propagated-inputs]: Use mozjs-38 instead of mozjs-24; add cairo. [...] > - ;; XXX: fails with: > - ;; Failed to convert UTF-8 string to JS string: ... > - ;; TODO: actually fix it. > - (substitute* "installed-tests/js/testEverythingBasic.js" > - ((".*test_utf8_inout.*") "")) > - #t))))) > + #t)) > + (replace 'check > + (lambda _ > + ;; 17 test failures and 3 errors occur for unknown reasons. > + (system* "make" "-k" "check")))))) Could you try to get more info about the test failures? It would be good to determine whether these are genuine problems or problems caused by our build environment. Since gjs is quite central in GNOME, AIUI, it would be best to have some confidence that it works correctly. Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Fri May 19 11:51:27 2017 Received: (at 26989) by debbugs.gnu.org; 19 May 2017 15:51:27 +0000 Received: from localhost ([127.0.0.1]:55540 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dBkBb-00071b-93 for submit@debbugs.gnu.org; Fri, 19 May 2017 11:51:27 -0400 Received: from lb1.openmailbox.org ([5.79.108.160]:54501 helo=mail.openmailbox.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dBkBZ-00071T-5c for 26989@debbugs.gnu.org; Fri, 19 May 2017 11:51:25 -0400 Received: by mail.openmailbox.org (Postfix, from userid 20002) id 259215131C4; Fri, 19 May 2017 17:51:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1495209084; bh=G15Qy1Q34+UEoKlJffTjFD6oaErB4t5VxB5oIFKjcRk=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=aOaR/Jd13MBwrMywPttPSswhjlaIvMDpbpyxoLpOE5Y0iJjloYy3Rco38e+EFigVy 12NCvQTwYzk3cDGqSnamvjmvWxdcBwQB9/IC3FnEywwj28cG2MD8lrbUDnejIguIJX 1DuiiH3jG4w743Up5vf4kV7inYA5bULfAsKFHjhE= From: Kei Kebreau DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1495209084; bh=G15Qy1Q34+UEoKlJffTjFD6oaErB4t5VxB5oIFKjcRk=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=aOaR/Jd13MBwrMywPttPSswhjlaIvMDpbpyxoLpOE5Y0iJjloYy3Rco38e+EFigVy 12NCvQTwYzk3cDGqSnamvjmvWxdcBwQB9/IC3FnEywwj28cG2MD8lrbUDnejIguIJX 1DuiiH3jG4w743Up5vf4kV7inYA5bULfAsKFHjhE= To: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: bug#26989: [PATCH] gnu: gjs: Update to 1.49.1. References: <20170518215650.25400-1-kei@openmailbox.org> <87vaoxi7sy.fsf@gnu.org> Date: Fri, 19 May 2017 11:51:05 -0400 In-Reply-To: <87vaoxi7sy.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Fri, 19 May 2017 10:12:45 +0200") Message-ID: <87wp9cg80m.fsf@openmailbox.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 26989 Cc: 26989@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: -0.7 (/) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Hi Kei, > > Kei Kebreau skribis: > >> * gnu/packages/gnome.scm (gjs): Update to 1.49.1. >> [source]: Remove snippet. >> [arguments]: Replace check phase. >> [propagated-inputs]: Use mozjs-38 instead of mozjs-24; add cairo. > > [...] > >> - ;; XXX: fails with: >> - ;; Failed to convert UTF-8 string to JS string: ... >> - ;; TODO: actually fix it. >> - (substitute* "installed-tests/js/testEverythingBasic.js" >> - ((".*test_utf8_inout.*") "")) >> - #t))))) >> + #t)) >> + (replace 'check >> + (lambda _ >> + ;; 17 test failures and 3 errors occur for unknown reasons. >> + (system* "make" "-k" "check")))))) > > Could you try to get more info about the test failures? > > It would be good to determine whether these are genuine problems or > problems caused by our build environment. Since gjs is quite central in > GNOME, AIUI, it would be best to have some confidence that it works > correctly. > > Thanks, > Ludo=E2=80=99. I'll do my best! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAlkfFGkACgkQ5qXuPBlG eg2PYg/7BtWPQwhC1kK7kQJBRuHr2Yn6gOIjy12AOIkHkE6NcxL+drVRs8Hpeald XYOc5liYKRxadeOSuElFvlPJcRs/xNvzC/80SyNy6Epzx5sfSlWLlxVPPCdtcqMt +mCWbfw7GyNTuVEnrXCrG2n4us31/pUz5m6o8/s0vrfwkbZrOgzxC3vYresVGdRa 8pFxZ22JUuBi4iRvR7Is77guw3keCCe0frxNqp+3oe19Gbnp7pSiLWQspOw6A3XB XWBTt9IDusymcjDGC0bl9ZM6QRms1Z7sST9UZ9zGF8Cu1KQKoy0tCi8VuSI0eUvI IIuwZuaGU/LXw044ASj4BxKcgwq/aoyaNgYuLm5/aR56+EW3gOwh9WNBkF+C9W9Y dGhqdMkvd6AwDaP3+9d5lO9gLud0zpaLm5GEZys82nr3PcF0OZ4datcUYDBMwMCc pkvhcusUHF0OQVxABZf4M/wVd8gmvczmDASViWD+7mNqUSsY/CwMnBrL0DiCYPk3 gwDZjD+X7qOWRcJBdc84fhFLIZSANepfBzBDc07vsfZqYvYBiaQ08n3SuRy0Fzj6 gubVqvy1rq5TQlOYmdPrSSp4WJbEV5HhmLaV7X+NtT8bV280SwdY08u7HEfgKzZj XvUgQ11lrjUjmqA57gerVufvd+xSQkR4v4dWN6zt4Sn68w6oYeI= =hPL4 -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 03 22:09:44 2017 Received: (at 26989-done) by debbugs.gnu.org; 4 Jun 2017 02:09:45 +0000 Received: from localhost ([127.0.0.1]:54416 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dHKzA-00016G-Nr for submit@debbugs.gnu.org; Sat, 03 Jun 2017 22:09:44 -0400 Received: from lb1.openmailbox.org ([5.79.108.160]:44691 helo=mail.openmailbox.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dHKz8-000166-SO for 26989-done@debbugs.gnu.org; Sat, 03 Jun 2017 22:09:43 -0400 Received: by mail.openmailbox.org (Postfix, from userid 20002) id DA132515F14; Sun, 4 Jun 2017 04:09:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1496542181; bh=ozb/F3meGqprLobVBQKKf/75NXGv6jm1lhLHNOEZ1l4=; h=From:To:Subject:Date:In-Reply-To:From; b=qO5NQNyTKxXGyTFRTFw8wLDHfvPGI8wOftDUw/nAkuDRpy1JBahbshMrxKFG+PMjG 3o7MLtnKA2tMuYHpa+6BwMhxv1hfY2BNk10VgRyYkIpO2apCtNlCysCtOTSdFDjCRe P7k4tyB/4ysMhgZuIUgVHyw87tLVhOlX90ciS7bc= From: Kei Kebreau DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1496542181; bh=ozb/F3meGqprLobVBQKKf/75NXGv6jm1lhLHNOEZ1l4=; h=From:To:Subject:Date:In-Reply-To:From; b=qO5NQNyTKxXGyTFRTFw8wLDHfvPGI8wOftDUw/nAkuDRpy1JBahbshMrxKFG+PMjG 3o7MLtnKA2tMuYHpa+6BwMhxv1hfY2BNk10VgRyYkIpO2apCtNlCysCtOTSdFDjCRe P7k4tyB/4ysMhgZuIUgVHyw87tLVhOlX90ciS7bc= To: bug#26989 <26989-done@debbugs.gnu.org> Subject: Re: Status: [PATCH] gnu: gjs: Update to 1.49.1. Date: Sat, 03 Jun 2017 22:09:12 -0400 In-Reply-To: bug's message of "Sun\, 04 Jun 2017 02\:07\:48 +0000" Message-ID: <87tw3wld13.fsf@openmailbox.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 26989-done 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: -0.7 (/) --=-=-= Content-Type: text/plain bug#26989 <26989@debbugs.gnu.org> writes: > retitle 26989 [PATCH] gnu: gjs: Update to 1.49.1. > reassign 26989 guix-patches > submitter 26989 Kei Kebreau > severity 26989 normal > tag 26989 patch > > thanks A replacement patch was pushed to staging as 144f94d0a212f1cecd28be59b99e867fbd58aa93. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAlkza8gACgkQ5qXuPBlG eg10qA/9F/XPjDH+7UJdPwadGBDV0I5kq5Ef6Fb2Dy5iOYp9WCPEFnWqr4T0tC+e ynqWtuXcRHoHiWITkvW893dnOp3MH9C46K0gRHpTdTG/6bvPcDyGqFzH4IvMZhjh 5oOEIWjJKufl8l8vnWZTW6jfR068BMV4J3luKClwHL4dQp+g2OhpFUDgY4XvffFZ l2onH7My89+QQSeSZ6awCFMvoWH+wKLbdcDLN3Pq4FNnk62RkTqCsF1htnZ93j38 8sNg0BHafkQy+Ho63zEXA+kleCf+Wtw2vfs5oQCU6G6WTZoFFLn48TIaIC4mI5Tz EQduiYTdUJt9GrvaRIk1TgZZQ0khP4yJirp//6o6E+MCGx9kVYdQzOvcXGEPnvcZ w9dKYpMwK24UTbkkQPi5KbL3eL2TVfzUemhXO0sYOi+mB7UOuLKZP1niImd1BCeS bp1OAuHELMhNe77KVRikHWvQqWJFgQeEqN8VBWr/9eihbfe70H05BqNOvSpsm4PO 5TVuMIGMVFa4Bt807ZCITZtZ78cr1rdYqxOJHLu0A6D1lvT2JlgG5meWUyKz+UGV MLHhL7b+v+DKWi/cnCH3ew+LrUJkmEfHW5pTi2tDE+fsSOdizFTiJk2rAFNPxgjb 7QngulU+eSGXhchucy+JwTAmJmvV+mWZH2j8SUSVPG8trE+efw8= =+Jj9 -----END PGP SIGNATURE----- --=-=-=-- From unknown Mon Aug 18 09:10:02 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, 02 Jul 2017 11:24:06 +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