From unknown Fri Sep 12 09:56:13 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#53572] [PATCH] gnu: libzim: Fix build. Resent-From: Michael Rohleder Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 27 Jan 2022 06:43:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 53572 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 53572@debbugs.gnu.org Cc: Michael Rohleder X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.164326573917627 (code B ref -1); Thu, 27 Jan 2022 06:43:01 +0000 Received: (at submit) by debbugs.gnu.org; 27 Jan 2022 06:42:19 +0000 Received: from localhost ([127.0.0.1]:54110 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nCyU1-0004a9-Gk for submit@debbugs.gnu.org; Thu, 27 Jan 2022 01:42:18 -0500 Received: from lists.gnu.org ([209.51.188.17]:58508) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nCyTw-0004Zw-5p for submit@debbugs.gnu.org; Thu, 27 Jan 2022 01:42:11 -0500 Received: from eggs.gnu.org ([209.51.188.92]:39742) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nCyTv-00071K-3S for guix-patches@gnu.org; Thu, 27 Jan 2022 01:42:07 -0500 Received: from [2a01:488:42:1000:50ed:84e7::] (port=44146 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 1nCyTs-0006wo-AR for guix-patches@gnu.org; Thu, 27 Jan 2022 01:42:06 -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 1nCyTn-0006nl-1S; Thu, 27 Jan 2022 07:41:59 +0100 Received: from [192.168.1.3] (helo=micha.rohleder.de) by www.rohleder.de with esmtp (Exim 4.94) (envelope-from ) id 1nCyTc-0000PU-8f; Thu, 27 Jan 2022 07:41:58 +0100 From: Michael Rohleder Date: Thu, 27 Jan 2022 07:41:56 +0100 Message-Id: <20220127064156.23010-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;1643265724;e3dc0310; X-HE-SMSGID: 1nCyTn-0006nl-1S 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 (libzim)[inputs]: Add python-wrapper. --- gnu/packages/web.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 3ddecb15c4..2db4434935 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -43,7 +43,7 @@ ;;; Copyright © 2020, 2021 Jan (janneke) Nieuwenhuizen ;;; Copyright © 2018, 2019, 2020 Björn Höfling ;;; Copyright © 2020, 2021 Paul Garlick -;;; Copyright © 2020 Michael Rohleder +;;; Copyright © 2020, 2022 Michael Rohleder ;;; Copyright © 2020, 2021 Ryan Prior ;;; Copyright © 2020 Alexandru-Sergiu Marton ;;; Copyright © 2021 Maxim Cournoyer @@ -7888,6 +7888,7 @@ (define-public libzim `(("icu4c" ,icu4c) ("liblzma" ,xz) ("libuuid" ,util-linux "lib") + ("python" ,python-wrapper) ;for libzim-compile-resources ("xapian" ,xapian) ("zstd" ,zstd "lib"))) (native-inputs -- 2.34.0 From unknown Fri Sep 12 09:56:13 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#53572: closed (Re: [bug#53572] [PATCH] gnu: libzim: Fix build.) Message-ID: References: <20220127064156.23010-1-mike@rohleder.de> X-Gnu-PR-Message: they-closed 53572 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 53572@debbugs.gnu.org Date: Thu, 27 Jan 2022 08:50:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1643273402-30040-1" This is a multi-part message in MIME format... ------------=_1643273402-30040-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #53572: [PATCH] gnu: libzim: 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 53572@debbugs.gnu.org. --=20 53572: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D53572 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1643273402-30040-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 53572-done) by debbugs.gnu.org; 27 Jan 2022 08:49:21 +0000 Received: from localhost ([127.0.0.1]:54287 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nD0T3-0007mg-Bq for submit@debbugs.gnu.org; Thu, 27 Jan 2022 03:49:21 -0500 Received: from flashner.co.il ([178.62.234.194]:52154) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nD0T2-0007mT-BZ for 53572-done@debbugs.gnu.org; Thu, 27 Jan 2022 03:49:20 -0500 Received: from localhost (unknown [31.210.177.79]) by flashner.co.il (Postfix) with ESMTPSA id 17FF0406ED; Thu, 27 Jan 2022 08:49:13 +0000 (UTC) Date: Thu, 27 Jan 2022 10:48:41 +0200 From: Efraim Flashner To: Michael Rohleder Subject: Re: [bug#53572] [PATCH] gnu: libzim: Fix build. Message-ID: Mail-Followup-To: Efraim Flashner , Michael Rohleder , 53572-done@debbugs.gnu.org References: <20220127064156.23010-1-mike@rohleder.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="2ujml6oNnw5rDtCk" Content-Disposition: inline In-Reply-To: <20220127064156.23010-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: 53572-done Cc: 53572-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 (-) --2ujml6oNnw5rDtCk Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Thanks. Patch pushed. --=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 --2ujml6oNnw5rDtCk Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmHyXGkACgkQQarn3Mo9 g1HHJQ//T9GMVP6/TUfG58EJc2nizFaUjg2cjqmQ/+Kny1C5/hmees3sslbMLk2p KEbf1fVxRxYpjOLtxMZRjECk0UJ+QDeILb/2aXpPBqNJR2MyY4feoAzancn6F8/E 3IhYw43KYuv6/HySqjpjojvm4RCkhqNQZTStYagOso2zzEaqahJuksXf0ORMWzMY Kxz2VGXPFSQ3O0TDB/roQcb0c6pEM3vUMum0jiEb+o8hUiLQ7nqjTaFhkY9ETlUv 4wXV6dGrlNMmZ1qfsIeTd66T3e8wIqpgQFxLWzo+jPSagXJX+JgmtC7y1tER69wo 8YqIrUTKXqIImaG7V50rVw2E13cGOBN3J1KCZjQgQNHDM/CkeXF66w/MpEwr8kiO Z7ab+kfyGDemy8fAR7I2cbfNdu4VkQUlPAwtsXx4udd2aC+mpYBduQcKR4iAzjFP yfGY4rkfJ8kx6zL35P/1FR0fbIjN8mAc53yZmrLTbHQ18J3ONn9gW4WIOwxLseDH 7Fdcgekb4Y3XAwujsXuFqpKh2yqkp9G7w6X1uv7P7pR4N2BPKki/idkplimcwd5/ Sy7bCxUAJ6C1SyoWnVqHlxQUQwYEcGRzbgld0Zg1SAW3VRruuGCJ0sc2ns+2RQ5e Tl/GM/RwQ4k6yI8/DooVNhKkhbrpt+X+B9XZJvIKWAjSjCxTAg8= =8u6l -----END PGP SIGNATURE----- --2ujml6oNnw5rDtCk-- ------------=_1643273402-30040-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 27 Jan 2022 06:42:19 +0000 Received: from localhost ([127.0.0.1]:54110 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nCyU1-0004a9-Gk for submit@debbugs.gnu.org; Thu, 27 Jan 2022 01:42:18 -0500 Received: from lists.gnu.org ([209.51.188.17]:58508) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nCyTw-0004Zw-5p for submit@debbugs.gnu.org; Thu, 27 Jan 2022 01:42:11 -0500 Received: from eggs.gnu.org ([209.51.188.92]:39742) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nCyTv-00071K-3S for guix-patches@gnu.org; Thu, 27 Jan 2022 01:42:07 -0500 Received: from [2a01:488:42:1000:50ed:84e7::] (port=44146 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 1nCyTs-0006wo-AR for guix-patches@gnu.org; Thu, 27 Jan 2022 01:42:06 -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 1nCyTn-0006nl-1S; Thu, 27 Jan 2022 07:41:59 +0100 Received: from [192.168.1.3] (helo=micha.rohleder.de) by www.rohleder.de with esmtp (Exim 4.94) (envelope-from ) id 1nCyTc-0000PU-8f; Thu, 27 Jan 2022 07:41:58 +0100 From: Michael Rohleder To: guix-patches@gnu.org Subject: [PATCH] gnu: libzim: Fix build. Date: Thu, 27 Jan 2022 07:41:56 +0100 Message-Id: <20220127064156.23010-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;1643265724;e3dc0310; X-HE-SMSGID: 1nCyTn-0006nl-1S 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 (libzim)[inputs]: Add python-wrapper. --- gnu/packages/web.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 3ddecb15c4..2db4434935 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -43,7 +43,7 @@ ;;; Copyright © 2020, 2021 Jan (janneke) Nieuwenhuizen ;;; Copyright © 2018, 2019, 2020 Björn Höfling ;;; Copyright © 2020, 2021 Paul Garlick -;;; Copyright © 2020 Michael Rohleder +;;; Copyright © 2020, 2022 Michael Rohleder ;;; Copyright © 2020, 2021 Ryan Prior ;;; Copyright © 2020 Alexandru-Sergiu Marton ;;; Copyright © 2021 Maxim Cournoyer @@ -7888,6 +7888,7 @@ (define-public libzim `(("icu4c" ,icu4c) ("liblzma" ,xz) ("libuuid" ,util-linux "lib") + ("python" ,python-wrapper) ;for libzim-compile-resources ("xapian" ,xapian) ("zstd" ,zstd "lib"))) (native-inputs -- 2.34.0 ------------=_1643273402-30040-1--