From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 19 05:19:15 2020 Received: (at submit) by debbugs.gnu.org; 19 Feb 2020 10:19:15 +0000 Received: from localhost ([127.0.0.1]:41658 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j4MRn-0007Dh-1P for submit@debbugs.gnu.org; Wed, 19 Feb 2020 05:19:15 -0500 Received: from lists.gnu.org ([209.51.188.17]:52299) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j4MRl-0007DZ-CV for submit@debbugs.gnu.org; Wed, 19 Feb 2020 05:19:13 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:54051) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j4MRj-0006iz-R0 for guix-patches@gnu.org; Wed, 19 Feb 2020 05:19:13 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=BAYES_40,RCVD_IN_DNSWL_LOW, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j4MRi-0007Vv-Ib for guix-patches@gnu.org; Wed, 19 Feb 2020 05:19:11 -0500 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:45833) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j4MRi-0007S0-9F for guix-patches@gnu.org; Wed, 19 Feb 2020 05:19:10 -0500 X-Originating-IP: 176.159.32.89 Received: from rafflesia.easter-eggs.fr (176-159-32-89.abo.bbox.fr [176.159.32.89]) (Authenticated sender: tanguy@bioneland.org) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id B9D872000E; Wed, 19 Feb 2020 10:19:03 +0000 (UTC) From: Tanguy Le Carrour To: guix-patches@gnu.org Subject: [PATCH 1/2] gnu: gnunet: Update to 0.12.2. Date: Wed, 19 Feb 2020 11:18:53 +0100 Message-Id: <20200219101853.7452-1-tanguy@bioneland.org> X-Mailer: git-send-email 2.25.0 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] [fuzzy] X-Received-From: 217.70.183.200 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: submit Cc: Tanguy Le Carrour 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 (-) * gnu/packages/gnunet.scm (gnunet): Update to 0.12.2. [inputs]: Add libjpeg. [arguments]: Deactivate more tests, set LANG env variable. --- gnu/packages/gnunet.scm | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index f9b71a2f3a..1bcff1bf66 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -9,6 +9,7 @@ ;;; Copyright © 2016, 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice ;;; Copyright © 2018 Alex Vong ;;; Copyright © 2019 Brett Gilio +;;; Copyright © 2020 Tanguy Le Carrour ;;; ;;; This file is part of GNU Guix. ;;; @@ -249,7 +250,7 @@ supports HTTP, HTTPS and GnuTLS.") (define-public gnunet (package (name "gnunet") - (version "0.11.8") + (version "0.12.2") (source (origin (method url-fetch) @@ -257,7 +258,7 @@ supports HTTP, HTTPS and GnuTLS.") ".tar.gz")) (sha256 (base32 - "1zkmcq75sfr3iyg8rgxp9dbl7fwsvc1a71rc0vgisghcbrx1n7yj")))) + "1mwcy7fj1rpd39w7j7k3jdwlil5s889b2qlhfdggqmhigl28na5c")))) (build-system gnu-build-system) (inputs `(("bluez" ,bluez) @@ -269,6 +270,7 @@ supports HTTP, HTTPS and GnuTLS.") ("libextractor" ,libextractor) ("libidn" ,libidn2) ("libgcrypt" ,libgcrypt) + ("libjpeg" ,libjpeg) ("libltdl" ,libltdl) ("libmicrohttpd" ,libmicrohttpd) ("libogg" ,libogg) @@ -289,11 +291,30 @@ supports HTTP, HTTPS and GnuTLS.") #:phases (modify-phases %standard-phases (add-after 'configure 'remove-failing-tests - ;; These tests fail in Guix's building envrionment. + ;; These tests fail in Guix's building environment. (lambda _ + (substitute* "src/cadet/Makefile" + (("test_cadet_2_reopen\\$\\(EXEEXT\\) \\\\\n") "test_cadet_2_reopen$(EXEEXT)") + (("test_cadet_5_forward\\$\\(EXEEXT\\) \\\\\n") "") + (("test_cadet_5_signal\\$\\(EXEEXT\\) \\\\\n") "") + (("test_cadet_5_keepalive\\$\\(EXEEXT\\) \\\\\n") "") + (("test_cadet_5_speed\\$\\(EXEEXT\\) \\\\\n") "") + (("test_cadet_5_speed_ack\\$\\(EXEEXT\\) \\\\\n") "") + (("test_cadet_5_speed_reliable\\$\\(EXEEXT\\) \\\\\n") "") + (("test_cadet_5_speed_reliable_backwards\\$\\(EXEEXT\\) \\\\\n") "") + (("test_cadet_5_speed_backwards\\$\\(EXEEXT\\) \\\\\n") "") + (("test_cadet_5_reopen\\$\\(EXEEXT\\)") "")) (substitute* "src/transport/Makefile" + (("\\$\\(am__EXEEXT_15\\)") "") ; test_transport_api_https + (("test_transport_api_manipulation_cfg\\$\\(EXEEXT\\) \\\\\n") "") (("test_transport_api_udp_nat\\$\\(EXEEXT\\) \\\\\n") "") - (("test_transport_api_manipulation_cfg\\$\\(EXEEXT\\) \\\\\n") "")) + (("test_transport_blacklisting_multiple_plugins\\$\\(EXEEXT\\) \\\\\n") "")) + (substitute* "src/testbed/Makefile" + (("test_testbed_api_2peers_1controller\\$\\(EXEEXT\\) \\\\\n") "") + (("test_testbed_api_test\\$\\(EXEEXT\\) \\\\\n") "") + (("test_testbed_api_statistics\\$\\(EXEEXT\\) \\\\\n") "") + (("test_testbed_api_topology\\$\\(EXEEXT\\) \\\\\n") "") + (("test_testbed_api_topology_clique\\$\\(EXEEXT\\) \\\\\n") "")) (substitute* "src/topology/Makefile" (("^check_PROGRAMS.*") "\n") (("test_gnunet_daemon_topology\\$\\(EXEEXT\\)\n") "")) @@ -308,6 +329,9 @@ supports HTTP, HTTPS and GnuTLS.") "src/transport/gnunet-transport-certificate-creation.in") (("gnutls-certtool") "certtool")) #t)) + (add-before 'check 'set-env-var-for-tests + (lambda _ + (setenv "LANG" "en_US.UTF-8"))) ;; Swap 'check and 'install phases and add installed binaries to $PATH. (add-before 'check 'set-path-for-check (lambda* (#:key outputs #:allow-other-keys) -- 2.25.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 19 05:29:41 2020 Received: (at 39673) by debbugs.gnu.org; 19 Feb 2020 10:29:41 +0000 Received: from localhost ([127.0.0.1]:41664 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j4Mbt-0007Sy-5P for submit@debbugs.gnu.org; Wed, 19 Feb 2020 05:29:41 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:55005) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j4Mbr-0007Sq-SZ for 39673@debbugs.gnu.org; Wed, 19 Feb 2020 05:29:40 -0500 X-Originating-IP: 176.159.32.89 Received: from rafflesia.easter-eggs.fr (176-159-32-89.abo.bbox.fr [176.159.32.89]) (Authenticated sender: tanguy@bioneland.org) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id D4E84E0019; Wed, 19 Feb 2020 10:29:37 +0000 (UTC) From: Tanguy Le Carrour To: 39673@debbugs.gnu.org Subject: [PATCH 2/2] gnu: gnunet-gtk: Update to 0.12.0. Date: Wed, 19 Feb 2020 11:29:32 +0100 Message-Id: <20200219102932.8578-1-tanguy@bioneland.org> X-Mailer: git-send-email 2.25.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 39673 Cc: Tanguy Le Carrour 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 (-) * gnu/packages/gnunet.scm (gnunet-gtk): Update to 0.12.0. --- gnu/packages/gnunet.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index 1bcff1bf66..8ad2576bd2 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -388,14 +388,14 @@ services.") (define-public gnunet-gtk (package (inherit gnunet) (name "gnunet-gtk") - (version "0.11.7") + (version "0.12.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/gnunet/gnunet-gtk-" version ".tar.gz")) (sha256 (base32 - "061ifhqk6q9kx71z5404fm4d60yj2dihlwwmdqmhkn5nn4bvcwb5")))) + "08a43ayv1rhajdklfcv78w2h76jfaz64kgp5krqgj1w1sq8xm6fb")))) (arguments `(#:configure-flags (list "--with-libunique" -- 2.25.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 18 06:50:25 2020 Received: (at 39673-done) by debbugs.gnu.org; 18 Mar 2020 10:50:26 +0000 Received: from localhost ([127.0.0.1]:39850 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jEWHJ-0000O9-Nr for submit@debbugs.gnu.org; Wed, 18 Mar 2020 06:50:25 -0400 Received: from eggs.gnu.org ([209.51.188.92]:38902) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jEWHI-0000Nx-PF for 39673-done@debbugs.gnu.org; Wed, 18 Mar 2020 06:50:25 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:50794) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1jEWHB-0003ty-8F; Wed, 18 Mar 2020 06:50:17 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=33694 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jEWH9-0005uW-Ok; Wed, 18 Mar 2020 06:50:16 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Tanguy Le Carrour Subject: Re: [bug#39673] [PATCH 1/2] gnu: gnunet: Update to 0.12.2. References: <20200219101853.7452-1-tanguy@bioneland.org> Date: Wed, 18 Mar 2020 11:50:13 +0100 In-Reply-To: <20200219101853.7452-1-tanguy@bioneland.org> (Tanguy Le Carrour's message of "Wed, 19 Feb 2020 11:18:53 +0100") Message-ID: <87eetq9btm.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (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-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 39673-done Cc: 39673-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.7 (-) Hi Tanguy, Tanguy Le Carrour skribis: > * gnu/packages/gnunet.scm (gnunet): Update to 0.12.2. > [inputs]: Add libjpeg. [arguments]: Deactivate more tests, set LANG env > variable. [...] > * gnu/packages/gnunet.scm (gnunet-gtk): Update to 0.12.0. Applied both. Thank you, and sorry for the delay! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 18 13:10:12 2020 Received: (at 39673-done) by debbugs.gnu.org; 18 Mar 2020 17:10:13 +0000 Received: from localhost ([127.0.0.1]:41281 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jEcCq-0007RC-Nq for submit@debbugs.gnu.org; Wed, 18 Mar 2020 13:10:12 -0400 Received: from relay12.mail.gandi.net ([217.70.178.232]:50103) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jEcCo-0007Qr-Tx for 39673-done@debbugs.gnu.org; Wed, 18 Mar 2020 13:10:11 -0400 Received: from localhost (static-176-185-184-238.ftth.abo.bbox.fr [176.185.184.238]) (Authenticated sender: tanguy@bioneland.org) by relay12.mail.gandi.net (Postfix) with ESMTPSA id BB62D200005; Wed, 18 Mar 2020 17:10:03 +0000 (UTC) Date: Wed, 18 Mar 2020 18:10:02 +0100 From: Tanguy Le Carrour To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: [bug#39673] [PATCH 1/2] gnu: gnunet: Update to 0.12.2. Message-ID: <20200318171002.kfolqmxvby46ujaw@melmoth> References: <20200219101853.7452-1-tanguy@bioneland.org> <87eetq9btm.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87eetq9btm.fsf@gnu.org> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 39673-done Cc: 39673-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.7 (-) Hi Ludo, Le 03/18, Ludovic Courtès a écrit : > Tanguy Le Carrour skribis: > > * gnu/packages/gnunet.scm (gnunet): Update to 0.12.2. > > [inputs]: Add libjpeg. [arguments]: Deactivate more tests, set LANG env > > variable. > > [...] > > > * gnu/packages/gnunet.scm (gnunet-gtk): Update to 0.12.0. > > Applied both. Thank you, and sorry for the delay! No problem! Actually, I'm in the process of validating all the components and fix the disabled tests with the guys from GNUnet and this might take A LITTLE more time! ^_^' Kind regards -- Tanguy From unknown Tue Jun 17 01:44:23 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 16 Apr 2020 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