From unknown Fri Sep 12 04:34:07 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#53573] [PATCH] gnu: gnome-mines: Fix build. Resent-From: Michael Rohleder Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 27 Jan 2022 06:58:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 53573 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 53573@debbugs.gnu.org Cc: Michael Rohleder X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.164326663319088 (code B ref -1); Thu, 27 Jan 2022 06:58:02 +0000 Received: (at submit) by debbugs.gnu.org; 27 Jan 2022 06:57:13 +0000 Received: from localhost ([127.0.0.1]:54120 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nCyiQ-0004xh-9k for submit@debbugs.gnu.org; Thu, 27 Jan 2022 01:57:13 -0500 Received: from lists.gnu.org ([209.51.188.17]:33434) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nCyiP-0004xa-4M for submit@debbugs.gnu.org; Thu, 27 Jan 2022 01:57:05 -0500 Received: from eggs.gnu.org ([209.51.188.92]:41312) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nCyiL-0002Fi-CH for guix-patches@gnu.org; Thu, 27 Jan 2022 01:57:03 -0500 Received: from [2a01:488:42:1000:50ed:84e7::] (port=54346 helo=wp224.webpack.hosteurope.de) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nCyhl-0000VF-9i for guix-patches@gnu.org; Thu, 27 Jan 2022 01:56:27 -0500 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1nCyhi-00012b-1M; Thu, 27 Jan 2022 07:56:22 +0100 Received: from [192.168.1.3] (helo=micha.rohleder.de) by www.rohleder.de with esmtp (Exim 4.94) (envelope-from ) id 1nCyhX-0000Rt-L6; Thu, 27 Jan 2022 07:56:21 +0100 From: Michael Rohleder Date: Thu, 27 Jan 2022 07:56:20 +0100 Message-Id: <20220127065620.29473-1-mike@rohleder.de> X-Mailer: git-send-email 2.34.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1643266585;e21266ed; X-HE-SMSGID: 1nCyhi-00012b-1M X-Host-Lookup-Failed: Reverse DNS lookup failed for 2a01:488:42:1000:50ed:84e7:: (failed) Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de X-Spam_score_int: -10 X-Spam_score: -1.1 X-Spam_bar: - X-Spam_report: (-1.1 / 5.0 requ) BAYES_00=-1.9, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, T_SPF_PERMERROR=0.01 autolearn=no autolearn_force=no X-Spam_action: no action 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: -1.0 (-) * gnu/packages/web.scm (gnome-mines)[native-inputs]: Add python-wrapper. --- gnu/packages/gnome.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 2fe1f4de39..e3fac534c4 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -54,7 +54,7 @@ ;;; Copyright © 2020, 2021 Vinicius Monego ;;; Copyright © 2020, 2021 Brice Waegeneire ;;; Copyright © 2020 Arun Isaac -;;; Copyright © 2020 Michael Rohleder +;;; Copyright © 2020, 2022 Michael Rohleder ;;; Copyright © 2020 Tim Gesthuizen ;;; Copyright © 2020, 2021 Andy Tai ;;; Copyright © 2020, 2021 Sébastien Lerique @@ -5106,6 +5106,7 @@ (define-public gnome-mines ("desktop-file-utils" ,desktop-file-utils) ("intltool" ,intltool) ("itstool" ,itstool) + ("python" ,python-wrapper) ; for meson_post_install.py ("vala" ,vala) ("yelp" ,yelp) ("appstream-glib" ,appstream-glib))) -- 2.34.0 From unknown Fri Sep 12 04:34:07 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: Michael Rohleder Subject: bug#53573: closed (Re: [bug#53573] [PATCH] gnu: gnome-mines: Fix build.) Message-ID: References: <20220127065620.29473-1-mike@rohleder.de> X-Gnu-PR-Message: they-closed 53573 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 53573@debbugs.gnu.org Date: Thu, 27 Jan 2022 08:50:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1643273403-30060-1" This is a multi-part message in MIME format... ------------=_1643273403-30060-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #53573: [PATCH] gnu: gnome-mines: Fix build. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 53573@debbugs.gnu.org. --=20 53573: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D53573 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1643273403-30060-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 53573-done) by debbugs.gnu.org; 27 Jan 2022 08:49:53 +0000 Received: from localhost ([127.0.0.1]:54290 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nD0TZ-0007nr-JC for submit@debbugs.gnu.org; Thu, 27 Jan 2022 03:49:53 -0500 Received: from flashner.co.il ([178.62.234.194]:52162) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nD0TY-0007nS-MA for 53573-done@debbugs.gnu.org; Thu, 27 Jan 2022 03:49:52 -0500 Received: from localhost (unknown [31.210.177.79]) by flashner.co.il (Postfix) with ESMTPSA id CF912406ED; Thu, 27 Jan 2022 08:49:46 +0000 (UTC) Date: Thu, 27 Jan 2022 10:48:47 +0200 From: Efraim Flashner To: Michael Rohleder Subject: Re: [bug#53573] [PATCH] gnu: gnome-mines: Fix build. Message-ID: Mail-Followup-To: Efraim Flashner , Michael Rohleder , 53573-done@debbugs.gnu.org References: <20220127065620.29473-1-mike@rohleder.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="orDuojqXp9+/b1gk" Content-Disposition: inline In-Reply-To: <20220127065620.29473-1-mike@rohleder.de> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 53573-done Cc: 53573-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 (-) --orDuojqXp9+/b1gk Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Thanks. Patch applied! --=20 Efraim Flashner =D7=A8=D7=A0=D7=A9=D7=9C=D7=A4 = =D7=9D=D7=99=D7=A8=D7=A4=D7=90 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --orDuojqXp9+/b1gk Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmHyXG8ACgkQQarn3Mo9 g1G/8w//UNg1268a0v+pqeIAlzm6Xl8qTZ0MSaDHgPiKtZs97FY+xvAmtiNvZsbK yLshcdstYrUQLMSTv1ldzuDHcmd1rLKdGnd47VXy3WtHqAzY62GI1Hn455N9EEtu LtHWFemBE3KBKC5GE6l5jDaRGvcBt7KrHpxpudH9zCMUyL2NMYBPT6lSyudXnC1A pPrTu2g/tQ1z2K7vyuPHCRt4JlGpCM6YmUAkGNCcchS8hOrQuiPhMQlpIwI6b0Yo udZGx+GsZSQ+kDnzK5nxJfDlCDm2ABCWJ5sD3YnZlKrsHVskiYS4HZpVuTeqPiLs OgobEieiM27ugXTEnS0gV69q4gq9R/y8nfJTD1sIMKtbJYVoPjQLxHNeT5efntEA khCd+Dkn+SOTem7NkGmABw1sDP2+CDnAKB8B+rTNvM9DuhVSWe9NuFfnQMb0RwpV luTVI96nc7LQqD8Xv4SO50HZL6qvvYiR4/oLoo6PgEetZis95bS6F1L7kAbveJN7 hCx9DSju1GFp5GrrGLXfzHsQvl5z53HA6tss1F1zkwXRDm9aYG0NJ7FJZAhvTkD6 haXll9jzVATpocS9MW/cEPGnW0UFTFL0DcSmw4O2qjrHSsTjEMyAkyow65dDTK9l +sl5Vfb8KQSNEtHC6gYaHVLb8Lo45nFkF1yi+r/fWZFYCdmo9Ao= =TLkM -----END PGP SIGNATURE----- --orDuojqXp9+/b1gk-- ------------=_1643273403-30060-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 27 Jan 2022 06:57:13 +0000 Received: from localhost ([127.0.0.1]:54120 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nCyiQ-0004xh-9k for submit@debbugs.gnu.org; Thu, 27 Jan 2022 01:57:13 -0500 Received: from lists.gnu.org ([209.51.188.17]:33434) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nCyiP-0004xa-4M for submit@debbugs.gnu.org; Thu, 27 Jan 2022 01:57:05 -0500 Received: from eggs.gnu.org ([209.51.188.92]:41312) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nCyiL-0002Fi-CH for guix-patches@gnu.org; Thu, 27 Jan 2022 01:57:03 -0500 Received: from [2a01:488:42:1000:50ed:84e7::] (port=54346 helo=wp224.webpack.hosteurope.de) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nCyhl-0000VF-9i for guix-patches@gnu.org; Thu, 27 Jan 2022 01:56:27 -0500 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1nCyhi-00012b-1M; Thu, 27 Jan 2022 07:56:22 +0100 Received: from [192.168.1.3] (helo=micha.rohleder.de) by www.rohleder.de with esmtp (Exim 4.94) (envelope-from ) id 1nCyhX-0000Rt-L6; Thu, 27 Jan 2022 07:56:21 +0100 From: Michael Rohleder To: guix-patches@gnu.org Subject: [PATCH] gnu: gnome-mines: Fix build. Date: Thu, 27 Jan 2022 07:56:20 +0100 Message-Id: <20220127065620.29473-1-mike@rohleder.de> X-Mailer: git-send-email 2.34.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1643266585;e21266ed; X-HE-SMSGID: 1nCyhi-00012b-1M X-Host-Lookup-Failed: Reverse DNS lookup failed for 2a01:488:42:1000:50ed:84e7:: (failed) Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de X-Spam_score_int: -10 X-Spam_score: -1.1 X-Spam_bar: - X-Spam_report: (-1.1 / 5.0 requ) BAYES_00=-1.9, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, T_SPF_PERMERROR=0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: Michael Rohleder 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 (-) * gnu/packages/web.scm (gnome-mines)[native-inputs]: Add python-wrapper. --- gnu/packages/gnome.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 2fe1f4de39..e3fac534c4 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -54,7 +54,7 @@ ;;; Copyright © 2020, 2021 Vinicius Monego ;;; Copyright © 2020, 2021 Brice Waegeneire ;;; Copyright © 2020 Arun Isaac -;;; Copyright © 2020 Michael Rohleder +;;; Copyright © 2020, 2022 Michael Rohleder ;;; Copyright © 2020 Tim Gesthuizen ;;; Copyright © 2020, 2021 Andy Tai ;;; Copyright © 2020, 2021 Sébastien Lerique @@ -5106,6 +5106,7 @@ (define-public gnome-mines ("desktop-file-utils" ,desktop-file-utils) ("intltool" ,intltool) ("itstool" ,itstool) + ("python" ,python-wrapper) ; for meson_post_install.py ("vala" ,vala) ("yelp" ,yelp) ("appstream-glib" ,appstream-glib))) -- 2.34.0 ------------=_1643273403-30060-1--