From unknown Thu Aug 14 21:49:50 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#54036 <54036@debbugs.gnu.org> To: bug#54036 <54036@debbugs.gnu.org> Subject: Status: [PATCH] gnu: gnunet: Update to 0.15.3. Reply-To: bug#54036 <54036@debbugs.gnu.org> Date: Fri, 15 Aug 2025 04:49:50 +0000 retitle 54036 [PATCH] gnu: gnunet: Update to 0.15.3. reassign 54036 guix-patches submitter 54036 Tanguy Le Carrour severity 54036 normal tag 54036 moreinfo patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 17 03:04:22 2022 Received: (at submit) by debbugs.gnu.org; 17 Feb 2022 08:04:22 +0000 Received: from localhost ([127.0.0.1]:50021 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nKbm1-0007vN-Na for submit@debbugs.gnu.org; Thu, 17 Feb 2022 03:04:22 -0500 Received: from lists.gnu.org ([209.51.188.17]:55666) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nKbm0-0007vG-LH for submit@debbugs.gnu.org; Thu, 17 Feb 2022 03:04:20 -0500 Received: from eggs.gnu.org ([209.51.188.92]:45534) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nKbln-0001yc-Cv for guix-patches@gnu.org; Thu, 17 Feb 2022 03:04:15 -0500 Received: from relay12.mail.gandi.net ([217.70.178.232]:58015) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nKblk-0006bw-L2 for guix-patches@gnu.org; Thu, 17 Feb 2022 03:04:06 -0500 Received: (Authenticated sender: tanguy@bioneland.org) by mail.gandi.net (Postfix) with ESMTPSA id 12A66200005; Thu, 17 Feb 2022 08:03:59 +0000 (UTC) From: Tanguy Le Carrour To: guix-patches@gnu.org Subject: [PATCH] gnu: gnunet: Update to 0.15.3. Date: Thu, 17 Feb 2022 09:03:34 +0100 Message-Id: <20220217080334.12044-1-tanguy@bioneland.org> X-Mailer: git-send-email 2.34.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: none client-ip=217.70.178.232; envelope-from=tanguy@bioneland.org; helo=relay12.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) 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: -3.3 (---) Hi Guix, The lint command reports problems that I don't know how and if I have to fix: ``` […]/gnu/packages/gnunet.scm:268:4: gnunet@0.15.3: label 'gnutls' does not match package name 'gnutls-dane' […]/gnu/packages/gnunet.scm:268:4: gnunet@0.15.3: label 'libidn' does not match package name 'libidn2' […]/gnu/packages/gnunet.scm:268:4: gnunet@0.15.3: label 'libjpeg' does not match package name 'libjpeg-turbo' […]/gnu/packages/gnunet.scm:360:14: gnunet@0.15.3: permanent redirect from https://gnunet.org/ to https://www.gnunet.org/en/ ``` Any help welcome! Tanguy * gnu/packages/gnunet.scm (gnunet): Update to 0.15.3. [arguments] Disable failing tests. --- gnu/packages/gnunet.scm | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index 1c09c9047b..34c6efddcb 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -254,7 +254,7 @@ (define-public gnurl (define-public gnunet (package (name "gnunet") - (version "0.13.1") + (version "0.15.3") (source (origin (method url-fetch) @@ -262,7 +262,7 @@ (define-public gnunet ".tar.gz")) (sha256 (base32 - "15jnca5zxng7r6m3qzq9lr73xxq0v6mvcp0lny3zrlkz5s2nmmq3")))) + "1iafi1rzx62lf26awmwk17ih3y7kyhr7mrqc4am8w1qyyjl6j9nn")))) (build-system gnu-build-system) (inputs `(("bluez" ,bluez) @@ -301,6 +301,8 @@ (define-public gnunet (("test_transport_api_manipulation_cfg\\$\\(EXEEXT\\) \\\\\n") "") (("test_transport_api_udp_nat\\$\\(EXEEXT\\) \\\\\n") "") (("test_transport_blacklisting_multiple_plugins\\$\\(EXEEXT\\) \\\\\n") "")) + (substitute* "src/cadet/Makefile" + (("test_cadet_2_speed_reliable\\$\\(EXEEXT\\) \\\\\n") "")) (substitute* "src/testbed/Makefile" (("test_testbed_api_2peers_1controller\\$\\(EXEEXT\\) \\\\\n") "") (("test_testbed_api_statistics\\$\\(EXEEXT\\) \\\\\n") "") @@ -308,13 +310,24 @@ (define-public gnunet (("test_testbed_api_test_timeout\\$\\(EXEEXT\\) \\\\\n") "") (("test_testbed_api_topology\\$\\(EXEEXT\\) \\\\\n") "") (("test_testbed_api_topology_clique\\$\\(EXEEXT\\) \\\\\n") "")) + (substitute* "src/testing/Makefile" + (("test_testing_api_cmd_netjail\\$\\(EXEEXT\\) \\\\\n") "") + (("test_testing_peerstartup\\$\\(EXEEXT\\) \\\\\n") "") + (("test_testing_peerstartup2\\$\\(EXEEXT\\) \\\\\n") "")) (substitute* "src/topology/Makefile" (("^check_PROGRAMS.*") "\n") (("test_gnunet_daemon_topology\\$\\(EXEEXT\\)\n") "")) (substitute* "src/namestore/Makefile" - (("\\$\\(am__append_2\\)") "")) + (("\\$\\(am__append_2\\)") "") + ((" test_namestore_lookup\\.sh ") " ")) + (substitute* "src/fs/Makefile" + (("test_fs_search_with_and\\$\\(EXEEXT\\) \\\\\n") "")) (substitute* "src/gns/Makefile" - (("\\$\\(am__append_4\\)") "")) + (("\\$\\(am__append_4\\)") "") + (("test_gns_caa_lookup.sh test_gns_mx_lookup.sh") "test_gns_caa_lookup.sh")) + (substitute* "src/revocation/Makefile" + (("^check_SCRIPTS.*") "") + ((" test_local_revocation.py\n") "")) (substitute* "contrib/Makefile" (("^check_PROGRAMS.*") "\n")) ;; 'test' from coreutils doesn't behave as the test expects. -- 2.34.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 21 16:23:38 2022 Received: (at 54036) by debbugs.gnu.org; 21 Feb 2022 21:23:38 +0000 Received: from localhost ([127.0.0.1]:39330 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nMG9h-0000Lj-Pg for submit@debbugs.gnu.org; Mon, 21 Feb 2022 16:23:38 -0500 Received: from mail-qk1-f181.google.com ([209.85.222.181]:42650) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nMG9f-0000LN-7F; Mon, 21 Feb 2022 16:23:35 -0500 Received: by mail-qk1-f181.google.com with SMTP id f10so14279407qkg.9; Mon, 21 Feb 2022 13:23:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-transfer-encoding; bh=tv6FaTvn4cc3/D/1MprBjnGyVwRZNAbgiKmcjfLGghI=; b=YzhVe0y3sBo+ocSfo0eBn12XnWP40EwM4iGalhSZz/7j7A4gYxyvWrVMHGZhgkKfcJ lql3+9PWfy3hQDY49lQwUMBdF51fT/jLCWankk0ajAQ97M9LwtFQ0Jdc3aX2p1FvkELg XQS704R4ka3xrFaMFsbHRI7IgMeeYt90G5ytoqr/RdZr3rpL6cJf/hEnbck2QJ2caRSf +9sk8IBeoRNE7howv3K85567i1MUn1oQe2MQS1/Wzt/aUDkWwaI+NKZYSKsauy6zF1kt 0p8cFLT2ZaEFc2xQVILh5FCupbMWrRpLHMfw4gkuaYmrCfwDTrILR5xkhBFt7kKDbtBX 2BKQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=tv6FaTvn4cc3/D/1MprBjnGyVwRZNAbgiKmcjfLGghI=; b=6RGMAEfSSzU4gYtsvJ1GPGramnh7qI0b0bTDE9zbdq6bICggK7nzjTcagJh66m9x3J q9G5971nK4L3qtgnHBrCn87oRZaNFQ9GTY7tFPJO5CEHrEpAiq2l9l5NdZRSfE68BNvQ qchVAxlcit/nK6SOFb/6l+uJsqLF2sXMwb8+13mZSCBk10Ar4RE048Dx5CruMsaUx0Ss bFy55bBpFhdEg9PoFXsQ7pPy1ZXl3eoV5LXySXx2nfe2FJRZX+pXI7ZDKSUqBuHMZUPF 3JCE+p0YFZFOo7OojC+vat7oKBDBV5xMryXEtrm3ydZgc8UGmoUciaGZFA3Yv1xpOehG fHzw== X-Gm-Message-State: AOAM531jnn2DRJ5Q4aaV++ZlyMWRtAmnw0evlahgvV1Onw5WsOG8hW+R 4C+GcyP/R/cdEt7ff3gpupCn3rNfHp8= X-Google-Smtp-Source: ABdhPJwwa0ZuG+8xo9axyiuQ1MdyCRO3mNYb/4Xe804HE9bS80lcSI7/C9ubq+jBbWjgBK0Jt0MXQg== X-Received: by 2002:a37:311:0:b0:648:c4dc:f9f2 with SMTP id 17-20020a370311000000b00648c4dcf9f2mr6360448qkd.500.1645478609313; Mon, 21 Feb 2022 13:23:29 -0800 (PST) Received: from hurd (dsl-10-149-208.b2b2c.ca. [72.10.149.208]) by smtp.gmail.com with ESMTPSA id t15sm22861762qkp.48.2022.02.21.13.23.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 21 Feb 2022 13:23:28 -0800 (PST) From: Maxim Cournoyer To: Tanguy Le Carrour Subject: Re: bug#54036: [PATCH] gnu: gnunet: Update to 0.15.3. References: <20220217080334.12044-1-tanguy@bioneland.org> Date: Mon, 21 Feb 2022 16:23:28 -0500 In-Reply-To: <20220217080334.12044-1-tanguy@bioneland.org> (Tanguy Le Carrour's message of "Thu, 17 Feb 2022 09:03:34 +0100") Message-ID: <87mtijoqwf.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 54036 Cc: 54036@debbugs.gnu.org, GNU Debbugs 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 (-) tags 54036 moreinfo thanks Hi Tanguy, Tanguy Le Carrour writes: > Hi Guix, > > The lint command reports problems that I don't know how and if I have to = fix: > > ``` > [=E2=80=A6]/gnu/packages/gnunet.scm:268:4: gnunet@0.15.3: label 'gnutls' = does not match package name 'gnutls-dane' > [=E2=80=A6]/gnu/packages/gnunet.scm:268:4: gnunet@0.15.3: label 'libidn' = does not match package name 'libidn2' > [=E2=80=A6]/gnu/packages/gnunet.scm:268:4: gnunet@0.15.3: label 'libjpeg'= does not match package name 'libjpeg-turbo' > [=E2=80=A6]/gnu/packages/gnunet.scm:360:14: gnunet@0.15.3: permanent redi= rect from https://gnunet.org/ to https://www.gnunet.org/en/ > ``` Running './pre-inst-env guix style gnunet' should take care of the first 3. For the last one, I'd use the new suggested URL. > Any help welcome! > > Tanguy > > * gnu/packages/gnunet.scm (gnunet): Update to 0.15.3. > [arguments] Disable failing tests. > --- > gnu/packages/gnunet.scm | 21 +++++++++++++++++---- > 1 file changed, 17 insertions(+), 4 deletions(-) > > diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm > index 1c09c9047b..34c6efddcb 100644 > --- a/gnu/packages/gnunet.scm > +++ b/gnu/packages/gnunet.scm > @@ -254,7 +254,7 @@ (define-public gnurl > (define-public gnunet > (package > (name "gnunet") > - (version "0.13.1") > + (version "0.15.3") > (source > (origin > (method url-fetch) > @@ -262,7 +262,7 @@ (define-public gnunet > ".tar.gz")) > (sha256 > (base32 > - "15jnca5zxng7r6m3qzq9lr73xxq0v6mvcp0lny3zrlkz5s2nmmq3")))) > + "1iafi1rzx62lf26awmwk17ih3y7kyhr7mrqc4am8w1qyyjl6j9nn")))) > (build-system gnu-build-system) > (inputs > `(("bluez" ,bluez) > @@ -301,6 +301,8 @@ (define-public gnunet > (("test_transport_api_manipulation_cfg\\$\\(EXEEXT\\) \\\\= \n") "") > (("test_transport_api_udp_nat\\$\\(EXEEXT\\) \\\\\n") "") > (("test_transport_blacklisting_multiple_plugins\\$\\(EXEEX= T\\) \\\\\n") "")) > + (substitute* "src/cadet/Makefile" > + (("test_cadet_2_speed_reliable\\$\\(EXEEXT\\) \\\\\n") "")) > (substitute* "src/testbed/Makefile" > (("test_testbed_api_2peers_1controller\\$\\(EXEEXT\\) \\\\= \n") "") > (("test_testbed_api_statistics\\$\\(EXEEXT\\) \\\\\n") "") > @@ -308,13 +310,24 @@ (define-public gnunet > (("test_testbed_api_test_timeout\\$\\(EXEEXT\\) \\\\\n") "= ") > (("test_testbed_api_topology\\$\\(EXEEXT\\) \\\\\n") "") > (("test_testbed_api_topology_clique\\$\\(EXEEXT\\) \\\\\n"= ) "")) > + (substitute* "src/testing/Makefile" > + (("test_testing_api_cmd_netjail\\$\\(EXEEXT\\) \\\\\n") "") > + (("test_testing_peerstartup\\$\\(EXEEXT\\) \\\\\n") "") > + (("test_testing_peerstartup2\\$\\(EXEEXT\\) \\\\\n") "")) > (substitute* "src/topology/Makefile" > (("^check_PROGRAMS.*") "\n") > (("test_gnunet_daemon_topology\\$\\(EXEEXT\\)\n") "")) > (substitute* "src/namestore/Makefile" > - (("\\$\\(am__append_2\\)") "")) > + (("\\$\\(am__append_2\\)") "") > + ((" test_namestore_lookup\\.sh ") " ")) > + (substitute* "src/fs/Makefile" > + (("test_fs_search_with_and\\$\\(EXEEXT\\) \\\\\n") "")) > (substitute* "src/gns/Makefile" > - (("\\$\\(am__append_4\\)") "")) > + (("\\$\\(am__append_4\\)") "") > + (("test_gns_caa_lookup.sh test_gns_mx_lookup.sh") "test_gn= s_caa_lookup.sh")) > + (substitute* "src/revocation/Makefile" > + (("^check_SCRIPTS.*") "") > + ((" test_local_revocation.py\n") "")) > (substitute* "contrib/Makefile" > (("^check_PROGRAMS.*") "\n")) > ;; 'test' from coreutils doesn't behave as the test expects. These needs to be commented to show that we understand why they fail and why it's OK/expected in our build environment. If we don't understand why we need to investigate more/seek support from the GNUnet authors so that they can help us figure it out or fix real problems on their end. Thank you, Maxim From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 22 06:43:54 2022 Received: (at 54036) by debbugs.gnu.org; 22 Feb 2022 11:43:54 +0000 Received: from localhost ([127.0.0.1]:40208 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nMTaD-0006DV-U1 for submit@debbugs.gnu.org; Tue, 22 Feb 2022 06:43:54 -0500 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:48515) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nMTaC-0006DF-RX; Tue, 22 Feb 2022 06:43:53 -0500 Received: (Authenticated sender: tanguy@bioneland.org) by mail.gandi.net (Postfix) with ESMTPSA id 3D34B1C0009; Tue, 22 Feb 2022 11:43:44 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable References: <20220217080334.12044-1-tanguy@bioneland.org> <87mtijoqwf.fsf@gmail.com> Subject: Re: bug#54036: [PATCH] gnu: gnunet: Update to 0.15.3. From: Tanguy LE CARROUR To: Maxim Cournoyer In-Reply-To: <87mtijoqwf.fsf@gmail.com> Date: Tue, 22 Feb 2022 12:43:44 +0100 Message-ID: <164553022414.20167.8025650442220259702@localhost> User-Agent: alot/0.10 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 54036 Cc: 54036@debbugs.gnu.org, GNU Debbugs 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 Maxim, Thanks for taking some time to review! Quoting Maxim Cournoyer (2022-02-21 22:23:28) > tags 54036 moreinfo "moreinfo" indeed!=C2=A0^_^' > Tanguy Le Carrour writes: > > The lint command reports problems that I don't know how and if I have t= o fix: > > > > ``` > > [=E2=80=A6]/gnu/packages/gnunet.scm:268:4: gnunet@0.15.3: label 'gnutls= ' does not match package name 'gnutls-dane' > > [=E2=80=A6]/gnu/packages/gnunet.scm:268:4: gnunet@0.15.3: label 'libidn= ' does not match package name 'libidn2' > > [=E2=80=A6]/gnu/packages/gnunet.scm:268:4: gnunet@0.15.3: label 'libjpe= g' does not match package name 'libjpeg-turbo' > > [=E2=80=A6]/gnu/packages/gnunet.scm:360:14: gnunet@0.15.3: permanent re= direct from https://gnunet.org/ to https://www.gnunet.org/en/ > > ``` >=20 > Running './pre-inst-env guix style gnunet' should take care of the first = 3. It didn't scream `style` to me, but OK. I'll do that. > For the last one, I'd use the new suggested URL. Oh, this one was an easy one I was supposed to fix myself! Sorry for the no= ise! > > * gnu/packages/gnunet.scm (gnunet): Update to 0.15.3. > > [arguments] Disable failing tests. > > --- > > gnu/packages/gnunet.scm | 21 +++++++++++++++++---- > > 1 file changed, 17 insertions(+), 4 deletions(-) > > > > diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm > > index 1c09c9047b..34c6efddcb 100644 > > --- a/gnu/packages/gnunet.scm > > +++ b/gnu/packages/gnunet.scm > > @@ -254,7 +254,7 @@ (define-public gnurl > > (define-public gnunet > > (package > > (name "gnunet") > > - (version "0.13.1") > > + (version "0.15.3") > > (source > > (origin > > (method url-fetch) > > @@ -262,7 +262,7 @@ (define-public gnunet > > ".tar.gz")) > > (sha256 > > (base32 > > - "15jnca5zxng7r6m3qzq9lr73xxq0v6mvcp0lny3zrlkz5s2nmmq3")))) > > + "1iafi1rzx62lf26awmwk17ih3y7kyhr7mrqc4am8w1qyyjl6j9nn")))) > > (build-system gnu-build-system) > > (inputs > > `(("bluez" ,bluez) > > @@ -301,6 +301,8 @@ (define-public gnunet > > (("test_transport_api_manipulation_cfg\\$\\(EXEEXT\\) \\= \\\n") "") > > (("test_transport_api_udp_nat\\$\\(EXEEXT\\) \\\\\n") "") > > (("test_transport_blacklisting_multiple_plugins\\$\\(EXE= EXT\\) \\\\\n") "")) > > + (substitute* "src/cadet/Makefile" > > + (("test_cadet_2_speed_reliable\\$\\(EXEEXT\\) \\\\\n") "= ")) > > (substitute* "src/testbed/Makefile" > > (("test_testbed_api_2peers_1controller\\$\\(EXEEXT\\) \\= \\\n") "") > > (("test_testbed_api_statistics\\$\\(EXEEXT\\) \\\\\n") "= ") > > @@ -308,13 +310,24 @@ (define-public gnunet > > (("test_testbed_api_test_timeout\\$\\(EXEEXT\\) \\\\\n")= "") > > (("test_testbed_api_topology\\$\\(EXEEXT\\) \\\\\n") "") > > (("test_testbed_api_topology_clique\\$\\(EXEEXT\\) \\\\\= n") "")) > > + (substitute* "src/testing/Makefile" > > + (("test_testing_api_cmd_netjail\\$\\(EXEEXT\\) \\\\\n") = "") > > + (("test_testing_peerstartup\\$\\(EXEEXT\\) \\\\\n") "") > > + (("test_testing_peerstartup2\\$\\(EXEEXT\\) \\\\\n") "")) > > (substitute* "src/topology/Makefile" > > (("^check_PROGRAMS.*") "\n") > > (("test_gnunet_daemon_topology\\$\\(EXEEXT\\)\n") "")) > > (substitute* "src/namestore/Makefile" > > - (("\\$\\(am__append_2\\)") "")) > > + (("\\$\\(am__append_2\\)") "") > > + ((" test_namestore_lookup\\.sh ") " ")) > > + (substitute* "src/fs/Makefile" > > + (("test_fs_search_with_and\\$\\(EXEEXT\\) \\\\\n") "")) > > (substitute* "src/gns/Makefile" > > - (("\\$\\(am__append_4\\)") "")) > > + (("\\$\\(am__append_4\\)") "") > > + (("test_gns_caa_lookup.sh test_gns_mx_lookup.sh") "test_= gns_caa_lookup.sh")) > > + (substitute* "src/revocation/Makefile" > > + (("^check_SCRIPTS.*") "") > > + ((" test_local_revocation.py\n") "")) > > (substitute* "contrib/Makefile" > > (("^check_PROGRAMS.*") "\n")) > > ;; 'test' from coreutils doesn't behave as the test expect= s. >=20 > These needs to be commented to show that we understand why they fail and > why it's OK/expected in our build environment. If we don't understand > why we need to investigate more/seek support from the GNUnet authors so > that they can help us figure it out or fix real problems on their end. Actually, I had a ticket [1] open for the upgrade to 0.12.2 a year ago. [1]: https://bugs.gnunet.org/view.php?id=3D6114 I'll have to update it and mention it in our package definition. Actually, I should try to enable the previously disabled tests see if they now pass, but=E2=80=A6 running GNUnet's tests is sooooo long!!! I'll keep you posted when I send the new patch! Regards, --=20 Tanguy From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 22 13:31:03 2022 Received: (at 54036) by debbugs.gnu.org; 22 Feb 2022 18:31:04 +0000 Received: from localhost ([127.0.0.1]:42621 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nMZwB-0000OJ-CL for submit@debbugs.gnu.org; Tue, 22 Feb 2022 13:31:03 -0500 Received: from mail-qk1-f178.google.com ([209.85.222.178]:43704) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nMZw8-0000GL-Vm for 54036@debbugs.gnu.org; Tue, 22 Feb 2022 13:30:57 -0500 Received: by mail-qk1-f178.google.com with SMTP id z66so762941qke.10 for <54036@debbugs.gnu.org>; Tue, 22 Feb 2022 10:30:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-transfer-encoding; bh=+vv5/ZRm3K/6Cyv0GCHrgyyETNKvMdf5HyNajzqe2qE=; b=UgUUnSybuDnXu/jduw/IrlwVCdUy0g4bUpc7/LnoNEQoj9shNI6uysLKQAtaiQsNAv eyenhVHneDyTE3BoV5b0VOAjTQk8PIB7A7EGeltdWkvIhOpVAvdsGA2K00TjLF5fffSo 3Arvk2b+YwJo3hqv9B8deXeNQwzdT9oFEom4vLxu7CakWPV5OL79OlFgSa79VHbFs5US uZXoVXtEmUgnAS5MW+sXHyZXmrpirdPP8n/A17JLrOgFENj4/TbA04UBKda9YBLecQ9e 9ha5Tq3tIfNj6+vdN9l+GZDRfL4OzEimSGcGMxRumQ2G7Wko+wQnBJX9sM1Rn8JGvsu5 xzrA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=+vv5/ZRm3K/6Cyv0GCHrgyyETNKvMdf5HyNajzqe2qE=; b=jeBo2bMOFvFMuTbhqFRwCF2fg3+Q6Im8Z5o77+DtWgign0OjnuFML8M4Nv5fBLTuDn shzxuJ2Qew5vS9VMpggEZt+T4H9ijoy5lWSpxFrcO6JdT3Tpx6t7zYu7pOwkjW5P60m9 I/GRNG7w8uOPYTRumIyOH5wp1qVrymO1cYeUBaCzZJPh6UH3N+X6jY0hQiuScL44+eZA AfEz0jp5qyYbelrtlw3LZmpSkJzDicFVq6etbajqUyVxtvXn6H7qFr0LW6wsh6Y9bi1y jfMdbiBM1sqYG2jedmipLmKmEMj8YzKUmhP17mGoO8c3TYV6CKchw96buqbRjSMdq5vq ymYw== X-Gm-Message-State: AOAM533jPsBO/eSR223pql0DWw08iJCPSBvFx+96Ftyq0OEFqlBcEUz6 E+mvjEPJM8DKXNjL2NTbqbi5RrFzTGc= X-Google-Smtp-Source: ABdhPJzbe9WGdicdUx4b7CpC6u9herZub2Nl8kTsWroUCqAnv3fYjxGCK55/19FIWrOJ6gMsjYXhAA== X-Received: by 2002:a05:620a:2893:b0:62c:e5a2:67e0 with SMTP id j19-20020a05620a289300b0062ce5a267e0mr12814260qkp.317.1645554651067; Tue, 22 Feb 2022 10:30:51 -0800 (PST) Received: from hurd (dsl-10-149-208.b2b2c.ca. [72.10.149.208]) by smtp.gmail.com with ESMTPSA id g16sm204712qka.11.2022.02.22.10.30.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 22 Feb 2022 10:30:50 -0800 (PST) From: Maxim Cournoyer To: Tanguy LE CARROUR Subject: Re: bug#54036: [PATCH] gnu: gnunet: Update to 0.15.3. References: <20220217080334.12044-1-tanguy@bioneland.org> <87mtijoqwf.fsf@gmail.com> <164553022414.20167.8025650442220259702@localhost> Date: Tue, 22 Feb 2022 13:30:49 -0500 In-Reply-To: <164553022414.20167.8025650442220259702@localhost> (Tanguy LE CARROUR's message of "Tue, 22 Feb 2022 12:43:44 +0100") Message-ID: <87a6eioism.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 54036 Cc: 54036@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 (-) Hi Tanguy, Tanguy LE CARROUR writes: > Hi Maxim, > > Thanks for taking some time to review! > > > Quoting Maxim Cournoyer (2022-02-21 22:23:28) >> tags 54036 moreinfo > > "moreinfo" indeed!=C2=A0^_^' > > >> Tanguy Le Carrour writes: >> > The lint command reports problems that I don't know how and if I have = to fix: >> > >> > ``` >> > [=E2=80=A6]/gnu/packages/gnunet.scm:268:4: gnunet@0.15.3: label 'gnutl= s' does not match package name 'gnutls-dane' >> > [=E2=80=A6]/gnu/packages/gnunet.scm:268:4: gnunet@0.15.3: label 'libid= n' does not match package name 'libidn2' >> > [=E2=80=A6]/gnu/packages/gnunet.scm:268:4: gnunet@0.15.3: label 'libjp= eg' does not match package name 'libjpeg-turbo' >> > [=E2=80=A6]/gnu/packages/gnunet.scm:360:14: gnunet@0.15.3: permanent r= edirect from https://gnunet.org/ to https://www.gnunet.org/en/ >> > ``` >>=20 >> Running './pre-inst-env guix style gnunet' should take care of the first= 3. > > It didn't scream `style` to me, but OK. I'll do that. You'll find out that it doesn't rewrite the inputs as I'd hope, but you could do so by hand (see: https://guix.gnu.org/en/blog/2021/the-big-change/), which would take care of the lint warnings. [...] >> > @@ -301,6 +301,8 @@ (define-public gnunet >> > (("test_transport_api_manipulation_cfg\\$\\(EXEEXT\\) \= \\\\n") "") >> > (("test_transport_api_udp_nat\\$\\(EXEEXT\\) \\\\\n") "= ") >> > (("test_transport_blacklisting_multiple_plugins\\$\\(EX= EEXT\\) \\\\\n") "")) >> > + (substitute* "src/cadet/Makefile" >> > + (("test_cadet_2_speed_reliable\\$\\(EXEEXT\\) \\\\\n") = "")) >> > (substitute* "src/testbed/Makefile" >> > (("test_testbed_api_2peers_1controller\\$\\(EXEEXT\\) \= \\\\n") "") >> > (("test_testbed_api_statistics\\$\\(EXEEXT\\) \\\\\n") = "") >> > @@ -308,13 +310,24 @@ (define-public gnunet >> > (("test_testbed_api_test_timeout\\$\\(EXEEXT\\) \\\\\n"= ) "") >> > (("test_testbed_api_topology\\$\\(EXEEXT\\) \\\\\n") "") >> > (("test_testbed_api_topology_clique\\$\\(EXEEXT\\) \\\\= \n") "")) >> > + (substitute* "src/testing/Makefile" >> > + (("test_testing_api_cmd_netjail\\$\\(EXEEXT\\) \\\\\n")= "") >> > + (("test_testing_peerstartup\\$\\(EXEEXT\\) \\\\\n") "") >> > + (("test_testing_peerstartup2\\$\\(EXEEXT\\) \\\\\n") ""= )) >> > (substitute* "src/topology/Makefile" >> > (("^check_PROGRAMS.*") "\n") >> > (("test_gnunet_daemon_topology\\$\\(EXEEXT\\)\n") "")) >> > (substitute* "src/namestore/Makefile" >> > - (("\\$\\(am__append_2\\)") "")) >> > + (("\\$\\(am__append_2\\)") "") >> > + ((" test_namestore_lookup\\.sh ") " ")) >> > + (substitute* "src/fs/Makefile" >> > + (("test_fs_search_with_and\\$\\(EXEEXT\\) \\\\\n") "")) >> > (substitute* "src/gns/Makefile" >> > - (("\\$\\(am__append_4\\)") "")) >> > + (("\\$\\(am__append_4\\)") "") >> > + (("test_gns_caa_lookup.sh test_gns_mx_lookup.sh") "test= _gns_caa_lookup.sh")) >> > + (substitute* "src/revocation/Makefile" >> > + (("^check_SCRIPTS.*") "") >> > + ((" test_local_revocation.py\n") "")) >> > (substitute* "contrib/Makefile" >> > (("^check_PROGRAMS.*") "\n")) >> > ;; 'test' from coreutils doesn't behave as the test expec= ts. >>=20 >> These needs to be commented to show that we understand why they fail and >> why it's OK/expected in our build environment. If we don't understand >> why we need to investigate more/seek support from the GNUnet authors so >> that they can help us figure it out or fix real problems on their end. > > Actually, I had a ticket [1] open for the upgrade to 0.12.2 a year ago. > > [1]: https://bugs.gnunet.org/view.php?id=3D6114 > > I'll have to update it and mention it in our package definition. > > Actually, I should try to enable the previously disabled tests see if > they now pass, but=E2=80=A6 running GNUnet's tests is sooooo long!!! > > I'll keep you posted when I send the new patch! *If* the reason these tests fail is because they rely on network, it'd be best if upstream (the GNUnet team) could provide an easy way to opt out of network-relying tests; we could open a ticket with them for that. Thanks, Maxim From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 28 10:36:17 2022 Received: (at 54036) by debbugs.gnu.org; 28 Feb 2022 15:36:17 +0000 Received: from localhost ([127.0.0.1]:34578 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nOi4P-0003Bl-9Q for submit@debbugs.gnu.org; Mon, 28 Feb 2022 10:36:17 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:47009) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nOi4N-0003BW-O7 for 54036@debbugs.gnu.org; Mon, 28 Feb 2022 10:36:16 -0500 Received: (Authenticated sender: tanguy@bioneland.org) by mail.gandi.net (Postfix) with ESMTPSA id 84C1460006; Mon, 28 Feb 2022 15:36:08 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable References: <20220217080334.12044-1-tanguy@bioneland.org> <87mtijoqwf.fsf@gmail.com> <164553022414.20167.8025650442220259702@localhost> <87a6eioism.fsf@gmail.com> Subject: Re: bug#54036: [PATCH] gnu: gnunet: Update to 0.15.3. From: Tanguy LE CARROUR To: Maxim Cournoyer In-Reply-To: <87a6eioism.fsf@gmail.com> Date: Mon, 28 Feb 2022 16:36:07 +0100 Message-ID: <164606256792.30879.5346064647814960085@localhost> User-Agent: alot/0.10 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 54036 Cc: 54036@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 Maxim, A **lot** has changed since I submitted this patch: version 0.16.0 is out! So I decided to remove the `substitute` for all the failing tests and give = it a try, and=E2=80=A6 a lot of them seem to have been fixed! But, even though I have no failing tests in the log, the check phase fails with the following error message: ``` error: in phase 'check': uncaught exception: %exception #<&invoke-error program: "make" arguments: ("check") exit-status= : 2 term-signal: #f stop-signal: #f> phase `check' failed after 4846.7 seconds command "make" "check" failed with status 2 ``` I don't know on which side is the problem, Guix or GNUnet? My only guess is that `make` is supposed to return 0, but it actually returns 2, which could mean "some tests have been skipped." But it's just a random guess. Any idea what could be wrong?! I'm anyway submitting the latest version of my patch. The last failing test that is disabled, `test_transport_api_https`, I can probably fix. The good news is, if I `guix package --without-tests=3Dgnunet gnunet` I get a for-what-I-can-tell working GNUnet! \o/ Best regards, --=20 Tanguy From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 01 03:05:48 2022 Received: (at 54036) by debbugs.gnu.org; 1 Mar 2022 08:05:48 +0000 Received: from localhost ([127.0.0.1]:35343 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nOxVz-0008TY-MD for submit@debbugs.gnu.org; Tue, 01 Mar 2022 03:05:47 -0500 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:57479) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nOxVx-0008TH-Qp for 54036@debbugs.gnu.org; Tue, 01 Mar 2022 03:05:46 -0500 Received: (Authenticated sender: tanguy@bioneland.org) by mail.gandi.net (Postfix) with ESMTPSA id 15B461BF211; Tue, 1 Mar 2022 08:05:37 +0000 (UTC) From: Tanguy Le Carrour To: 54036@debbugs.gnu.org Subject: [PATCH v2] gnu: gnunet: Update to 0.16.0. Date: Tue, 1 Mar 2022 09:05:16 +0100 Message-Id: <20220301080516.5758-1-tanguy@bioneland.org> X-Mailer: git-send-email 2.34.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 54036 Cc: Tanguy Le Carrour , maxim.cournoyer@gmail.com 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.16.0. [arguments] Disable failing tests. [inputs] Use new style. [home-page] Update URL. --- gnu/packages/gnunet.scm | 75 +++++++++++++++-------------------------- 1 file changed, 27 insertions(+), 48 deletions(-) diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index 1c09c9047b..2fd3301897 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -254,7 +254,7 @@ (define-public gnurl (define-public gnunet (package (name "gnunet") - (version "0.13.1") + (version "0.16.0") (source (origin (method url-fetch) @@ -262,30 +262,30 @@ (define-public gnunet ".tar.gz")) (sha256 (base32 - "15jnca5zxng7r6m3qzq9lr73xxq0v6mvcp0lny3zrlkz5s2nmmq3")))) + "0s006sdcczx7w1h9h1pnwwnnvxz9g47yl6apa9q8dkgi7zqscbfk")))) (build-system gnu-build-system) (inputs - `(("bluez" ,bluez) - ("glpk" ,glpk) - ("gnurl" ,gnurl) - ("gnutls" ,gnutls/dane) - ("gstreamer" ,gstreamer) - ("jansson" ,jansson) - ("libextractor" ,libextractor) - ("libidn" ,libidn2) - ("libgcrypt" ,libgcrypt) - ("libjpeg" ,libjpeg-turbo) - ("libltdl" ,libltdl) - ("libmicrohttpd" ,libmicrohttpd) - ("libogg" ,libogg) - ("libsodium" ,libsodium) - ("libunistring" ,libunistring) - ("miniupnpc" ,miniupnpc) - ("opus" ,opus) - ("pulseaudio" ,pulseaudio) - ("sqlite" ,sqlite) - ("zbar" ,zbar) - ("zlib" ,zlib))) + (list bluez + glpk + gnurl + gnutls/dane + gstreamer + jansson + libextractor + libidn2 + libgcrypt + libjpeg-turbo + libltdl + libmicrohttpd + libogg + libsodium + libunistring + miniupnpc + opus + pulseaudio + sqlite + zbar + zlib)) (native-inputs (list curl pkg-config python xxd (@ (gnu packages base) which))) @@ -297,30 +297,9 @@ (define-public gnunet ;; These tests fail in Guix's building environment. (lambda _ (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_blacklisting_multiple_plugins\\$\\(EXEEXT\\) \\\\\n") "")) - (substitute* "src/testbed/Makefile" - (("test_testbed_api_2peers_1controller\\$\\(EXEEXT\\) \\\\\n") "") - (("test_testbed_api_statistics\\$\\(EXEEXT\\) \\\\\n") "") - (("test_testbed_api_test\\$\\(EXEEXT\\) \\\\\n") "") - (("test_testbed_api_test_timeout\\$\\(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") "")) - (substitute* "src/namestore/Makefile" - (("\\$\\(am__append_2\\)") "")) - (substitute* "src/gns/Makefile" - (("\\$\\(am__append_4\\)") "")) - (substitute* "contrib/Makefile" - (("^check_PROGRAMS.*") "\n")) - ;; 'test' from coreutils doesn't behave as the test expects. - (substitute* '("src/gns/gnunet-gns-proxy-setup-ca.in" - "src/transport/gnunet-transport-certificate-creation.in") - (("gnutls-certtool") "certtool")) + (("\\$\\(am__EXEEXT_15\\)") "")) ; test_transport_api_https + (substitute* "src/dht/test_dht_tools.py" + (("/usr/bin/python") (which "python3"))) #t)) (add-before 'check 'set-env-var-for-tests (lambda _ @@ -344,7 +323,7 @@ (define-public gnunet an application for secure publication of files, it has grown to include all kinds of basic applications for the foundation of a GNU internet.") (license license:agpl3+) - (home-page "https://gnunet.org/"))) + (home-page "https://gnunet.org/en/"))) (define-public guile-gnunet ;GSoC 2015! (let ((commit "d12167ab3c8d7d6caffd9c606e389ef043760602") -- 2.34.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 01 14:30:33 2022 Received: (at 54036) by debbugs.gnu.org; 1 Mar 2022 19:30:33 +0000 Received: from localhost ([127.0.0.1]:38326 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nP8Ce-0006O4-Jt for submit@debbugs.gnu.org; Tue, 01 Mar 2022 14:30:33 -0500 Received: from mail-qk1-f180.google.com ([209.85.222.180]:42511) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nP8CV-0006Nd-Mj for 54036@debbugs.gnu.org; Tue, 01 Mar 2022 14:30:31 -0500 Received: by mail-qk1-f180.google.com with SMTP id b20so6392124qkn.9 for <54036@debbugs.gnu.org>; Tue, 01 Mar 2022 11:30:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=O6QoWJ/Ynn6SUBwaTPbwCXzt6lGvMlQvqsyVoPCBTxU=; b=hZwtejhxm/Ukm+VujazD73DI3ntTKouf32vSscxONZBSDNcOHWByVOL/3OTEGm4NHD YztJnTyGWMHMGBIeYT2n8tW2BIU5PLNZ1nHMFxPxwCcem7J1s5m5LIJI7mxD4Gmlrd7D FMf/HgmuKFgMtx3U6SuZqkUEl0A7QFti5OECeKU+jTe46fyp+WMI9O+USc7r+WgxURhM rYdkBLSmgFeKqZzbY+ZB2+a6Qw2QBwfYvtUHLvDxNtRLlDfMZ5aei2MjqHltEbHj8qVr xHSD2ElQBz1RSiUI+lk30ggMs4TZ2tmk5Cau57AmF1tJ4SydlB50vGhrF2mMgrDNUshP XMwA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=O6QoWJ/Ynn6SUBwaTPbwCXzt6lGvMlQvqsyVoPCBTxU=; b=hJFR72vOj+9TI60IP3WdgM6OqMimWr3BejQyHd8OLi41FJQEGr7ZrTe5hvQQTpuGPw fgi0dfDnurnpTAzG/iPHSBazgV5W3QHP8alPxVN/vL1ikGpBGdQUGfrOA1QGyVYiJTCR UIg6aj2SuzV2bJC6gGfefd8pdshTrxDSBAZU+E8T6YVhyysFpGKHU5I3asDAxvlkumdm xJGG9ZbtLYaoaCqKxMJdu6Ap55Ldv0cehfeOamP3vBJbOCr98rQ5FseLvXAybqt9XOfl /q30Bys/VAY4oQn1HB38g9UMMjBz4LoZbDLi3TSBHPpLl8Y35uXK6xTaVj4ocqtyilkr eK6A== X-Gm-Message-State: AOAM531GVzfpT4aRubGg1dzbl+NPjT4pc1DbJfZwytqBZXtZ7iVUJMU4 /25Yqk9ALM3yh8oLYgm0hcm5d/w8jp0Ecg== X-Google-Smtp-Source: ABdhPJy4iMw4eVvObqC3jm7ovA4FoGihn6tkplQs+K2tvIYzpkRRCoJ7ICcNFxZX5xJz4OalVbQHOg== X-Received: by 2002:a37:9c4b:0:b0:508:8f3a:97ac with SMTP id f72-20020a379c4b000000b005088f3a97acmr14133389qke.75.1646163017962; Tue, 01 Mar 2022 11:30:17 -0800 (PST) Received: from hurd (dsl-155-199.b2b2c.ca. [66.158.155.199]) by smtp.gmail.com with ESMTPSA id d15-20020a05622a15cf00b002de711a190bsm9881636qty.71.2022.03.01.11.30.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 01 Mar 2022 11:30:17 -0800 (PST) From: Maxim Cournoyer To: Tanguy Le Carrour Subject: Re: [PATCH v2] gnu: gnunet: Update to 0.16.0. References: <20220301080516.5758-1-tanguy@bioneland.org> Date: Tue, 01 Mar 2022 14:30:10 -0500 In-Reply-To: <20220301080516.5758-1-tanguy@bioneland.org> (Tanguy Le Carrour's message of "Tue, 1 Mar 2022 09:05:16 +0100") Message-ID: <87zgm9jwsd.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 54036 Cc: 54036@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 (-) Hello! Tanguy Le Carrour writes: > * gnu/packages/gnunet.scm (gnunet): Update to 0.16.0. > [arguments] Disable failing tests. > [inputs] Use new style. [home-page] Update URL. Could you update this changelog, please? :-). E.g., mention whether the removed substitutions are reinstating tests or simply no longer exist. > --- > gnu/packages/gnunet.scm | 75 +++++++++++++++-------------------------- > 1 file changed, 27 insertions(+), 48 deletions(-) > > diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm > index 1c09c9047b..2fd3301897 100644 > --- a/gnu/packages/gnunet.scm > +++ b/gnu/packages/gnunet.scm > @@ -254,7 +254,7 @@ (define-public gnurl > (define-public gnunet > (package > (name "gnunet") > - (version "0.13.1") > + (version "0.16.0") > (source > (origin > (method url-fetch) > @@ -262,30 +262,30 @@ (define-public gnunet > ".tar.gz")) > (sha256 > (base32 > - "15jnca5zxng7r6m3qzq9lr73xxq0v6mvcp0lny3zrlkz5s2nmmq3")))) > + "0s006sdcczx7w1h9h1pnwwnnvxz9g47yl6apa9q8dkgi7zqscbfk")))) > (build-system gnu-build-system) > (inputs > - `(("bluez" ,bluez) > - ("glpk" ,glpk) > - ("gnurl" ,gnurl) > - ("gnutls" ,gnutls/dane) > - ("gstreamer" ,gstreamer) > - ("jansson" ,jansson) > - ("libextractor" ,libextractor) > - ("libidn" ,libidn2) > - ("libgcrypt" ,libgcrypt) > - ("libjpeg" ,libjpeg-turbo) > - ("libltdl" ,libltdl) > - ("libmicrohttpd" ,libmicrohttpd) > - ("libogg" ,libogg) > - ("libsodium" ,libsodium) > - ("libunistring" ,libunistring) > - ("miniupnpc" ,miniupnpc) > - ("opus" ,opus) > - ("pulseaudio" ,pulseaudio) > - ("sqlite" ,sqlite) > - ("zbar" ,zbar) > - ("zlib" ,zlib))) > + (list bluez > + glpk > + gnurl > + gnutls/dane > + gstreamer > + jansson > + libextractor > + libidn2 > + libgcrypt > + libjpeg-turbo > + libltdl > + libmicrohttpd > + libogg > + libsodium > + libunistring > + miniupnpc > + opus > + pulseaudio > + sqlite > + zbar > + zlib)) > (native-inputs > (list curl pkg-config python xxd > (@ (gnu packages base) which))) > @@ -297,30 +297,9 @@ (define-public gnunet > ;; These tests fail in Guix's building environment. > (lambda _ > (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_blacklisting_multiple_plugins\\$\\(EXEEXT\\) \\\\\n") "")) > - (substitute* "src/testbed/Makefile" > - (("test_testbed_api_2peers_1controller\\$\\(EXEEXT\\) \\\\\n") "") > - (("test_testbed_api_statistics\\$\\(EXEEXT\\) \\\\\n") "") > - (("test_testbed_api_test\\$\\(EXEEXT\\) \\\\\n") "") > - (("test_testbed_api_test_timeout\\$\\(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") "")) > - (substitute* "src/namestore/Makefile" > - (("\\$\\(am__append_2\\)") "")) > - (substitute* "src/gns/Makefile" > - (("\\$\\(am__append_4\\)") "")) > - (substitute* "contrib/Makefile" > - (("^check_PROGRAMS.*") "\n")) > - ;; 'test' from coreutils doesn't behave as the test expects. > - (substitute* '("src/gns/gnunet-gns-proxy-setup-ca.in" > - "src/transport/gnunet-transport-certificate-creation.in") > - (("gnutls-certtool") "certtool")) > + (("\\$\\(am__EXEEXT_15\\)") "")) ; test_transport_api_https > + (substitute* "src/dht/test_dht_tools.py" > + (("/usr/bin/python") (which "python3"))) > #t)) > (add-before 'check 'set-env-var-for-tests > (lambda _ > @@ -344,7 +323,7 @@ (define-public gnunet > an application for secure publication of files, it has grown to include all > kinds of basic applications for the foundation of a GNU internet.") > (license license:agpl3+) > - (home-page "https://gnunet.org/"))) > + (home-page "https://gnunet.org/en/"))) > > (define-public guile-gnunet ;GSoC 2015! > (let ((commit "d12167ab3c8d7d6caffd9c606e389ef043760602") That's a very welcome cleanup of the disabled tests! Thank you! With the updated changelog, it'll be good to push. Thanks, Maxim From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 02 11:35:46 2022 Received: (at 54036) by debbugs.gnu.org; 2 Mar 2022 16:35:46 +0000 Received: from localhost ([127.0.0.1]:40644 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nPRx3-0007gE-SW for submit@debbugs.gnu.org; Wed, 02 Mar 2022 11:35:46 -0500 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:60789) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nPRx2-0007fz-Et for 54036@debbugs.gnu.org; Wed, 02 Mar 2022 11:35:45 -0500 Received: from rafflesia.easter-eggs.fr (176-159-32-89.abo.bbox.fr [176.159.32.89]) (Authenticated sender: tanguy@bioneland.org) by mail.gandi.net (Postfix) with ESMTPA id 6FC6E2000F; Wed, 2 Mar 2022 16:35:37 +0000 (UTC) From: Tanguy Le Carrour To: 54036@debbugs.gnu.org, maxim.cournoyer@gmail.com Subject: [PATCH v3] gnu: gnunet: Update to 0.16.0. Date: Wed, 2 Mar 2022 17:35:03 +0100 Message-Id: <20220302163503.5467-1-tanguy@bioneland.org> X-Mailer: git-send-email 2.34.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 54036 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 (-) Hi Maxim, Unfortunately, this is still a WIP. I've reported the make-status-code problem upstream [1]. If it's a problem on GNUnet's side, I'll try to fix it. If returning 2 is the expected behaviour, I'll probably need some help to figure out what has to be done on our side. [1]: https://bugs.gnunet.org/view.php?id=7182 Regards, * gnu/packages/gnunet.scm (gnunet): Update to 0.16.0. [arguments] Enable all the tests that were disabled. [inputs] Use new style. [home-page] Update URL. --- gnu/packages/gnunet.scm | 78 ++++++++++++++--------------------------- 1 file changed, 27 insertions(+), 51 deletions(-) diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index 1c09c9047b..9454407bfc 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -254,7 +254,7 @@ (define-public gnurl (define-public gnunet (package (name "gnunet") - (version "0.13.1") + (version "0.16.0") (source (origin (method url-fetch) @@ -262,32 +262,32 @@ (define-public gnunet ".tar.gz")) (sha256 (base32 - "15jnca5zxng7r6m3qzq9lr73xxq0v6mvcp0lny3zrlkz5s2nmmq3")))) + "0s006sdcczx7w1h9h1pnwwnnvxz9g47yl6apa9q8dkgi7zqscbfk")))) (build-system gnu-build-system) (inputs - `(("bluez" ,bluez) - ("glpk" ,glpk) - ("gnurl" ,gnurl) - ("gnutls" ,gnutls/dane) - ("gstreamer" ,gstreamer) - ("jansson" ,jansson) - ("libextractor" ,libextractor) - ("libidn" ,libidn2) - ("libgcrypt" ,libgcrypt) - ("libjpeg" ,libjpeg-turbo) - ("libltdl" ,libltdl) - ("libmicrohttpd" ,libmicrohttpd) - ("libogg" ,libogg) - ("libsodium" ,libsodium) - ("libunistring" ,libunistring) - ("miniupnpc" ,miniupnpc) - ("opus" ,opus) - ("pulseaudio" ,pulseaudio) - ("sqlite" ,sqlite) - ("zbar" ,zbar) - ("zlib" ,zlib))) + (list bluez + glpk + gnurl + gnutls/dane + gstreamer + jansson + libextractor + libidn2 + libgcrypt + libjpeg-turbo + libltdl + libmicrohttpd + libogg + libsodium + libunistring + miniupnpc + opus + pulseaudio + sqlite + zbar + zlib)) (native-inputs - (list curl pkg-config python xxd + (list curl openssl pkg-config python xxd (@ (gnu packages base) which))) (arguments '(#:parallel-tests? #f ; Parallel tests aren't supported. @@ -296,32 +296,8 @@ (define-public gnunet (add-after 'configure 'remove-failing-tests ;; These tests fail in Guix's building environment. (lambda _ - (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_blacklisting_multiple_plugins\\$\\(EXEEXT\\) \\\\\n") "")) - (substitute* "src/testbed/Makefile" - (("test_testbed_api_2peers_1controller\\$\\(EXEEXT\\) \\\\\n") "") - (("test_testbed_api_statistics\\$\\(EXEEXT\\) \\\\\n") "") - (("test_testbed_api_test\\$\\(EXEEXT\\) \\\\\n") "") - (("test_testbed_api_test_timeout\\$\\(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") "")) - (substitute* "src/namestore/Makefile" - (("\\$\\(am__append_2\\)") "")) - (substitute* "src/gns/Makefile" - (("\\$\\(am__append_4\\)") "")) - (substitute* "contrib/Makefile" - (("^check_PROGRAMS.*") "\n")) - ;; 'test' from coreutils doesn't behave as the test expects. - (substitute* '("src/gns/gnunet-gns-proxy-setup-ca.in" - "src/transport/gnunet-transport-certificate-creation.in") - (("gnutls-certtool") "certtool")) - #t)) + (substitute* "src/dht/test_dht_tools.py" + (("/usr/bin/python") (which "python3"))))) (add-before 'check 'set-env-var-for-tests (lambda _ (setenv "LANG" "en_US.UTF-8"))) @@ -344,7 +320,7 @@ (define-public gnunet an application for secure publication of files, it has grown to include all kinds of basic applications for the foundation of a GNU internet.") (license license:agpl3+) - (home-page "https://gnunet.org/"))) + (home-page "https://gnunet.org/en/"))) (define-public guile-gnunet ;GSoC 2015! (let ((commit "d12167ab3c8d7d6caffd9c606e389ef043760602") -- 2.34.0 From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 06 16:21:27 2022 Received: (at 54036) by debbugs.gnu.org; 6 Mar 2022 21:21:27 +0000 Received: from localhost ([127.0.0.1]:51843 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nQyJj-0000pB-Em for submit@debbugs.gnu.org; Sun, 06 Mar 2022 16:21:27 -0500 Received: from eggs.gnu.org ([209.51.188.92]:54920) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nQyJh-0000oz-UK for 54036@debbugs.gnu.org; Sun, 06 Mar 2022 16:21:26 -0500 Received: from [2001:470:142:3::e] (port=57656 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nQyJc-0007Vt-5m; Sun, 06 Mar 2022 16:21:20 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=+l9Ti+YJ0MxwHzs2KPyGGub+FQ6gFamqzc/kav7MffY=; b=evgSN+q8YCTGWaPHMCi3 9zvMwlklH93yKqr28MHzjy4RCp/jeFYo6R+lnzO3U0+H6xpn1PiZRqJ1IWyH/pLCcfPweu5vAnEfL m17ZQIX1KkW1+oeT9MP1JH93hhthFviL5mdcILN6DP3wXn24No/gCUziYRd+rfJ2234E8otbtalKw PR208Be5m7SBq4FmQDObCbFvgAXXgUwnnTlDmcgD2ASmXP5ShwDv72EYpSuNrRTTCPm/TfPMADJRO S2qgrMTSmHZHR19GvN0KP6E2/SaFTb6bYfidm7RDdzn7SdD6ajSpxIn5JO/skrq/a6Ug82EtrIVl5 xrwfzRqQVWXPOw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:50148 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nQyJW-0007p0-Hz; Sun, 06 Mar 2022 16:21:19 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Tanguy Le Carrour Subject: Re: bug#54036: [PATCH] gnu: gnunet: Update to 0.15.3. References: <20220217080334.12044-1-tanguy@bioneland.org> <20220302163503.5467-1-tanguy@bioneland.org> Date: Sun, 06 Mar 2022 22:21:13 +0100 In-Reply-To: <20220302163503.5467-1-tanguy@bioneland.org> (Tanguy Le Carrour's message of "Wed, 2 Mar 2022 17:35:03 +0100") Message-ID: <87ee3ekcae.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 54036 Cc: 54036@debbugs.gnu.org, maxim.cournoyer@gmail.com 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: -3.3 (---) Hi, Tanguy Le Carrour skribis: > Unfortunately, this is still a WIP. > > I've reported the make-status-code problem upstream [1]. If it's a > problem on GNUnet's side, I'll try to fix it. If returning 2 is the > expected behaviour, I'll probably need some help to figure out what has > to be done on our side. I think 0.16.1 was released; does it help? Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 07 08:28:37 2022 Received: (at 54036) by debbugs.gnu.org; 7 Mar 2022 13:28:37 +0000 Received: from localhost ([127.0.0.1]:52736 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nRDPh-0000EO-AI for submit@debbugs.gnu.org; Mon, 07 Mar 2022 08:28:37 -0500 Received: from relay11.mail.gandi.net ([217.70.178.231]:59505) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nRDPe-0000EA-UQ for 54036@debbugs.gnu.org; Mon, 07 Mar 2022 08:28:35 -0500 Received: (Authenticated sender: tanguy@bioneland.org) by mail.gandi.net (Postfix) with ESMTPSA id 1F4CE10000F; Mon, 7 Mar 2022 13:28:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable References: <20220217080334.12044-1-tanguy@bioneland.org> <20220302163503.5467-1-tanguy@bioneland.org> <87ee3ekcae.fsf_-_@gnu.org> Subject: Re: bug#54036: [PATCH] gnu: gnunet: Update to 0.15.3. From: Tanguy LE CARROUR To: Ludovic =?utf-8?q?Court=C3=A8s?= In-Reply-To: <87ee3ekcae.fsf_-_@gnu.org> Date: Mon, 07 Mar 2022 14:28:27 +0100 Message-ID: <164665970750.6428.4707042791074208453@localhost> User-Agent: alot/0.10 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 54036 Cc: 54036@debbugs.gnu.org, maxim.cournoyer@gmail.com 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, Quoting Ludovic Court=C3=A8s (2022-03-06 22:21:13) > Tanguy Le Carrour skribis: >=20 > > Unfortunately, this is still a WIP. > > > > I've reported the make-status-code problem upstream [1]. If it's a > > problem on GNUnet's side, I'll try to fix it. If returning 2 is the > > expected behaviour, I'll probably need some help to figure out what has > > to be done on our side. >=20 > I think 0.16.1 was released; does it help? Nope! Unfortunately, a file is missing from the archive. :-( Upstream provided me with a not-officially-published-version-0.16.1-3-g1f24= 0bd13 to try out. It's building=E2=80=A6 As I know which file is missing, I can write a package definition for 0.16.1 and create the file on the fly before running the checks, or=E2=80=A6 We could also decide to wait for the 0.16.2 that will fix the problem. --=20 Tanguy From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 21 05:47:03 2022 Received: (at 54036) by debbugs.gnu.org; 21 Mar 2022 09:47:03 +0000 Received: from localhost ([127.0.0.1]:35924 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nWEcx-0001Ap-E8 for submit@debbugs.gnu.org; Mon, 21 Mar 2022 05:47:03 -0400 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:49259) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nWEcv-0001AB-Cf for 54036@debbugs.gnu.org; Mon, 21 Mar 2022 05:47:02 -0400 Received: from rafflesia.easter-eggs.fr (176-159-32-89.abo.bbox.fr [176.159.32.89]) (Authenticated sender: tanguy@bioneland.org) by mail.gandi.net (Postfix) with ESMTPA id B5DF1C000A; Mon, 21 Mar 2022 09:46:54 +0000 (UTC) From: Tanguy Le Carrour To: 54036@debbugs.gnu.org Subject: [PATCH v4] [WIP] gnu: gnunet: Update to 0.16.2. Date: Mon, 21 Mar 2022 10:46:46 +0100 Message-Id: <20220321094646.9361-1-tanguy@bioneland.org> X-Mailer: git-send-email 2.34.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 54036 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 (-) Hi Guix, I've updated the package definition following the release of version 0.16.2. Unfortunately, build still fails! :-( I reported the problem upstream: . I'll keep you posted. -- Tanguy * gnu/packages/gnunet.scm (gnunet): Update to 0.16.2. [arguments]: Enable all the tests that were disabled. [inputs]: Use new style. [native-inputs]: Add openssl. [home-page]: Update URL. --- gnu/packages/gnunet.scm | 79 +++++++++++++---------------------------- 1 file changed, 25 insertions(+), 54 deletions(-) diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index 1c09c9047b..afd95998e1 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -254,7 +254,7 @@ (define-public gnurl (define-public gnunet (package (name "gnunet") - (version "0.13.1") + (version "0.16.2") (source (origin (method url-fetch) @@ -262,66 +262,37 @@ (define-public gnunet ".tar.gz")) (sha256 (base32 - "15jnca5zxng7r6m3qzq9lr73xxq0v6mvcp0lny3zrlkz5s2nmmq3")))) + "16plw09ls6jqjfylpgkmbaxfmvhvzl8xr6qdbhfvf2b5hcrqi1dm")))) (build-system gnu-build-system) (inputs - `(("bluez" ,bluez) - ("glpk" ,glpk) - ("gnurl" ,gnurl) - ("gnutls" ,gnutls/dane) - ("gstreamer" ,gstreamer) - ("jansson" ,jansson) - ("libextractor" ,libextractor) - ("libidn" ,libidn2) - ("libgcrypt" ,libgcrypt) - ("libjpeg" ,libjpeg-turbo) - ("libltdl" ,libltdl) - ("libmicrohttpd" ,libmicrohttpd) - ("libogg" ,libogg) - ("libsodium" ,libsodium) - ("libunistring" ,libunistring) - ("miniupnpc" ,miniupnpc) - ("opus" ,opus) - ("pulseaudio" ,pulseaudio) - ("sqlite" ,sqlite) - ("zbar" ,zbar) - ("zlib" ,zlib))) + (list bluez + glpk + gnurl + gnutls/dane + gstreamer + jansson + libextractor + libidn2 + libgcrypt + libjpeg-turbo + libltdl + libmicrohttpd + libogg + libsodium + libunistring + miniupnpc + opus + pulseaudio + sqlite + zbar + zlib)) (native-inputs - (list curl pkg-config python xxd + (list curl openssl pkg-config python xxd (@ (gnu packages base) which))) (arguments '(#:parallel-tests? #f ; Parallel tests aren't supported. #:phases (modify-phases %standard-phases - (add-after 'configure 'remove-failing-tests - ;; These tests fail in Guix's building environment. - (lambda _ - (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_blacklisting_multiple_plugins\\$\\(EXEEXT\\) \\\\\n") "")) - (substitute* "src/testbed/Makefile" - (("test_testbed_api_2peers_1controller\\$\\(EXEEXT\\) \\\\\n") "") - (("test_testbed_api_statistics\\$\\(EXEEXT\\) \\\\\n") "") - (("test_testbed_api_test\\$\\(EXEEXT\\) \\\\\n") "") - (("test_testbed_api_test_timeout\\$\\(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") "")) - (substitute* "src/namestore/Makefile" - (("\\$\\(am__append_2\\)") "")) - (substitute* "src/gns/Makefile" - (("\\$\\(am__append_4\\)") "")) - (substitute* "contrib/Makefile" - (("^check_PROGRAMS.*") "\n")) - ;; 'test' from coreutils doesn't behave as the test expects. - (substitute* '("src/gns/gnunet-gns-proxy-setup-ca.in" - "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"))) @@ -344,7 +315,7 @@ (define-public gnunet an application for secure publication of files, it has grown to include all kinds of basic applications for the foundation of a GNU internet.") (license license:agpl3+) - (home-page "https://gnunet.org/"))) + (home-page "https://gnunet.org/en/"))) (define-public guile-gnunet ;GSoC 2015! (let ((commit "d12167ab3c8d7d6caffd9c606e389ef043760602") -- 2.34.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 30 04:37:35 2022 Received: (at 54036) by debbugs.gnu.org; 30 Mar 2022 08:37:35 +0000 Received: from localhost ([127.0.0.1]:34444 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nZTpY-0008HI-Ey for submit@debbugs.gnu.org; Wed, 30 Mar 2022 04:37:35 -0400 Received: from relay12.mail.gandi.net ([217.70.178.232]:33897) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nZTpW-0008H4-Gz for 54036@debbugs.gnu.org; Wed, 30 Mar 2022 04:37:27 -0400 Received: from rafflesia.easter-eggs.fr (176-159-32-89.abo.bbox.fr [176.159.32.89]) (Authenticated sender: tanguy@bioneland.org) by mail.gandi.net (Postfix) with ESMTPA id 624A920000B; Wed, 30 Mar 2022 08:37:17 +0000 (UTC) From: Tanguy Le Carrour To: 54036@debbugs.gnu.org Subject: [PATCH v5] gnu: gnunet: Update to 0.16.3. Date: Wed, 30 Mar 2022 10:36:50 +0200 Message-Id: <20220330083650.17446-1-tanguy@bioneland.org> X-Mailer: git-send-email 2.34.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 54036 Cc: ludo@gnu.org, Tanguy Le Carrour , maxim.cournoyer@gmail.com 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 Guix, It's alive!! Upstream released a new patch version. It builds! Regards, -- Tanguy * gnu/packages/gnunet.scm (gnunet): Update to 0.16.3. [arguments]: Enable all the tests that were disabled. [inputs]: Use new style. [native-inputs]: Add openssl. [home-page]: Update URL. --- gnu/packages/gnunet.scm | 79 +++++++++++++---------------------------- 1 file changed, 25 insertions(+), 54 deletions(-) diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index 1c09c9047b..41e8f3b80f 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -254,7 +254,7 @@ (define-public gnurl (define-public gnunet (package (name "gnunet") - (version "0.13.1") + (version "0.16.3") (source (origin (method url-fetch) @@ -262,66 +262,37 @@ (define-public gnunet ".tar.gz")) (sha256 (base32 - "15jnca5zxng7r6m3qzq9lr73xxq0v6mvcp0lny3zrlkz5s2nmmq3")))) + "12n33r9nnkl5xwx8pwf571l2zvnvfllc8vm6mamrlyjk2cphaf9j")))) (build-system gnu-build-system) (inputs - `(("bluez" ,bluez) - ("glpk" ,glpk) - ("gnurl" ,gnurl) - ("gnutls" ,gnutls/dane) - ("gstreamer" ,gstreamer) - ("jansson" ,jansson) - ("libextractor" ,libextractor) - ("libidn" ,libidn2) - ("libgcrypt" ,libgcrypt) - ("libjpeg" ,libjpeg-turbo) - ("libltdl" ,libltdl) - ("libmicrohttpd" ,libmicrohttpd) - ("libogg" ,libogg) - ("libsodium" ,libsodium) - ("libunistring" ,libunistring) - ("miniupnpc" ,miniupnpc) - ("opus" ,opus) - ("pulseaudio" ,pulseaudio) - ("sqlite" ,sqlite) - ("zbar" ,zbar) - ("zlib" ,zlib))) + (list bluez + glpk + gnurl + gnutls/dane + gstreamer + jansson + libextractor + libidn2 + libgcrypt + libjpeg-turbo + libltdl + libmicrohttpd + libogg + libsodium + libunistring + miniupnpc + opus + pulseaudio + sqlite + zbar + zlib)) (native-inputs - (list curl pkg-config python xxd + (list curl openssl pkg-config python xxd (@ (gnu packages base) which))) (arguments '(#:parallel-tests? #f ; Parallel tests aren't supported. #:phases (modify-phases %standard-phases - (add-after 'configure 'remove-failing-tests - ;; These tests fail in Guix's building environment. - (lambda _ - (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_blacklisting_multiple_plugins\\$\\(EXEEXT\\) \\\\\n") "")) - (substitute* "src/testbed/Makefile" - (("test_testbed_api_2peers_1controller\\$\\(EXEEXT\\) \\\\\n") "") - (("test_testbed_api_statistics\\$\\(EXEEXT\\) \\\\\n") "") - (("test_testbed_api_test\\$\\(EXEEXT\\) \\\\\n") "") - (("test_testbed_api_test_timeout\\$\\(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") "")) - (substitute* "src/namestore/Makefile" - (("\\$\\(am__append_2\\)") "")) - (substitute* "src/gns/Makefile" - (("\\$\\(am__append_4\\)") "")) - (substitute* "contrib/Makefile" - (("^check_PROGRAMS.*") "\n")) - ;; 'test' from coreutils doesn't behave as the test expects. - (substitute* '("src/gns/gnunet-gns-proxy-setup-ca.in" - "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"))) @@ -344,7 +315,7 @@ (define-public gnunet an application for secure publication of files, it has grown to include all kinds of basic applications for the foundation of a GNU internet.") (license license:agpl3+) - (home-page "https://gnunet.org/"))) + (home-page "https://gnunet.org/en/"))) (define-public guile-gnunet ;GSoC 2015! (let ((commit "d12167ab3c8d7d6caffd9c606e389ef043760602") -- 2.34.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 01 12:02:22 2022 Received: (at 54036-done) by debbugs.gnu.org; 1 Apr 2022 16:02:22 +0000 Received: from localhost ([127.0.0.1]:43216 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1naJjB-0004Sk-PW for submit@debbugs.gnu.org; Fri, 01 Apr 2022 12:02:21 -0400 Received: from eggs.gnu.org ([209.51.188.92]:43392) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1naJj9-0004SX-WD for 54036-done@debbugs.gnu.org; Fri, 01 Apr 2022 12:02:20 -0400 Received: from [2001:470:142:3::e] (port=56142 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1naJj4-0007KU-4n; Fri, 01 Apr 2022 12:02:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=l0cOs39fAsr8neTVmU2+As4F8Y+UeD9hEv0D6sILblE=; b=oBi8Cxei3Zhvc8WXHOfk PmSfW2wOV1tG3Y0HHQrcU6LgH45DNOyc8G0W9Bdsjh62wr7mMN80QqEuCGQswNM9Qpn8tZkhV3ka5 LBHY4YXWyfYpK6jalRtR5zsr7ayYF/VuKyFGWERDbHdgtyjNWnNU8ds7WYclAsyjmU/6iDHgJZy1c a1SYGNgpQF5NpRoTSD1j+ZWtfv1/OwMhGS7gF3Wekcftvn/1YVZOQ3Fz537JKttL0Tj5OG9INZxtg 8SSkX891V3Wdr2KgYKJIZ+0FIl88SRP4SKtl3/wSeaPtfLoRLNkNNIaCkp7pTRGqwVQAd9E1oNQwu zfe3xxQzs6VBcA==; Received: from [193.50.110.173] (port=38550 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1naJj0-0003oE-LH; Fri, 01 Apr 2022 12:02:13 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Tanguy Le Carrour Subject: Re: [PATCH v5] gnu: gnunet: Update to 0.16.3. References: <20220330083650.17446-1-tanguy@bioneland.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 12 Germinal an 230 de la =?utf-8?Q?R=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-pc-linux-gnu Date: Fri, 01 Apr 2022 18:02:08 +0200 In-Reply-To: <20220330083650.17446-1-tanguy@bioneland.org> (Tanguy Le Carrour's message of "Wed, 30 Mar 2022 10:36:50 +0200") Message-ID: <87pmm0n667.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 54036-done Cc: 54036-done@debbugs.gnu.org, maxim.cournoyer@gmail.com 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: -3.3 (---) Hi! Tanguy Le Carrour skribis: > * gnu/packages/gnunet.scm (gnunet): Update to 0.16.3. > [arguments]: Enable all the tests that were disabled. > [inputs]: Use new style. [native-inputs]: Add openssl. > [home-page]: Update URL. Woohoo! Applied, thanks! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 01 12:49:51 2022 Received: (at 54036-done) by debbugs.gnu.org; 1 Apr 2022 16:49:51 +0000 Received: from localhost ([127.0.0.1]:43274 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1naKT9-0005gb-Bc for submit@debbugs.gnu.org; Fri, 01 Apr 2022 12:49:51 -0400 Received: from relay10.mail.gandi.net ([217.70.178.230]:60301) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1naKT7-0005gN-Mj for 54036-done@debbugs.gnu.org; Fri, 01 Apr 2022 12:49:50 -0400 Received: (Authenticated sender: tanguy@bioneland.org) by mail.gandi.net (Postfix) with ESMTPSA id 1C1D6240005; Fri, 1 Apr 2022 16:49:42 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable References: <20220330083650.17446-1-tanguy@bioneland.org> <87pmm0n667.fsf@gnu.org> Subject: Re: [PATCH v5] gnu: gnunet: Update to 0.16.3. From: Tanguy LE CARROUR To: Ludovic =?utf-8?q?Court=C3=A8s?= In-Reply-To: <87pmm0n667.fsf@gnu.org> Date: Fri, 01 Apr 2022 18:49:42 +0200 Message-ID: <164883178226.634.11191733749757072106@localhost> User-Agent: alot/0.10 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 54036-done Cc: 54036-done@debbugs.gnu.org, maxim.cournoyer@gmail.com 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=E2=80=99, Quoting Ludovic Court=C3=A8s (2022-04-01 18:02:08) > Tanguy Le Carrour skribis: >=20 > > * gnu/packages/gnunet.scm (gnunet): Update to 0.16.3. > > [arguments]: Enable all the tests that were disabled. > > [inputs]: Use new style. [native-inputs]: Add openssl. > > [home-page]: Update URL. >=20 > Woohoo! Applied, thanks! Thanks! Now, I "just" have to make sure that it works as expected! ^_^' I might also try to make it build from source instead of relying on the release archive!? Cheers, --=20 Tanguy From debbugs-submit-bounces@debbugs.gnu.org Sun Apr 03 22:32:34 2022 Received: (at 54036-done) by debbugs.gnu.org; 4 Apr 2022 02:32:34 +0000 Received: from localhost ([127.0.0.1]:49996 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nbCWA-0005U9-EW for submit@debbugs.gnu.org; Sun, 03 Apr 2022 22:32:34 -0400 Received: from mail-qt1-f182.google.com ([209.85.160.182]:34769) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nbCW9-0005Tv-6Z for 54036-done@debbugs.gnu.org; Sun, 03 Apr 2022 22:32:33 -0400 Received: by mail-qt1-f182.google.com with SMTP id c4so6701583qtx.1 for <54036-done@debbugs.gnu.org>; Sun, 03 Apr 2022 19:32:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-transfer-encoding; bh=YXWEz42Oo5zMkbtZn54WWAUVpoeKuqDb9vCKj2V7yQE=; b=U4Rgdmpnkn3mCeK6UAPaOGQ6Bti7O8w0dRQhYYEY5gccI1AuC5EU0wA01vVxaPBqaI KPT0xDlXBXI0c2oawOgchu2HQm/ZJ8T2XBWTSBPHsyQzqx0o3g2yfNYq/PzhkRxKkKt8 l4KdKq3+cOgzlCPccRstngt3ZlqM9EH0bQFF+7izlEo65gBOp3KxkXolBqupycM/Af8D lbcuP7LN2UlfB9LneBP/6VgQQ9csOk6KCOo2Cy6T3XeYE5pbGEMEQO1ysq+S9S343nyW 2wiiHmaWtIb7Py8JQQa2y8S+L2dRjjn1oqbJZwR82/HpQIiJWD49dQ6Um3W61C3AXNt7 RVWw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=YXWEz42Oo5zMkbtZn54WWAUVpoeKuqDb9vCKj2V7yQE=; b=73dURbBx60d0r/UQ4jQXkVUUI6v3Gq4sfY4Sg822a8wvux9TTUaltOSdVvcrV64H1T 8fClpTe8xD/IED4NgYc86KFqxKsNTDdT2xxa8yjRVJRnOLDcq/DDPzVstJ2N16BP0CJw fpOgs+Y6IM6rZ+b5BDrcvrP2aOh+vSR4q3JNBpYrBnphcNePaYJVhn3bX7fI/jrTb/Af xBgCsT9l3I6IMM4TFi7tAYrFJZS1V7yKDpBTGuxRKlGDMB/WjFWpfwmuTCLFYAlrY3hH gYheUqx0gCXdy0PgVjJYDbLeQK0AVkOMdtY9JNXi1L7LctFbq/v6/iSW/kNoZa4LMlZt AOxg== X-Gm-Message-State: AOAM531FnzD01PPWAe2RbuWdVc+vCK2Lehgx0iG2qKO+WF1s+B+MmK7s OWbNSqxO4lE5eJ6h6l7q8Tixoum1fJ4= X-Google-Smtp-Source: ABdhPJzxB3Aa3rHaw3P9v5Aqt4xttHn9Kfm649wY96uxzI+uRNZ3SPeStAaEKCCkpd61AiciWFEkIw== X-Received: by 2002:ac8:5b50:0:b0:2eb:8756:d7c1 with SMTP id n16-20020ac85b50000000b002eb8756d7c1mr16017063qtw.378.1649039547253; Sun, 03 Apr 2022 19:32:27 -0700 (PDT) Received: from hurd (dsl-154-119.b2b2c.ca. [66.158.154.119]) by smtp.gmail.com with ESMTPSA id w3-20020a05622a190300b002e1f084d84bsm7496995qtc.50.2022.04.03.19.32.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 03 Apr 2022 19:32:26 -0700 (PDT) From: Maxim Cournoyer To: Tanguy LE CARROUR Subject: Re: [PATCH v5] gnu: gnunet: Update to 0.16.3. References: <20220330083650.17446-1-tanguy@bioneland.org> <87pmm0n667.fsf@gnu.org> <164883178226.634.11191733749757072106@localhost> Date: Sun, 03 Apr 2022 22:32:25 -0400 In-Reply-To: <164883178226.634.11191733749757072106@localhost> (Tanguy LE CARROUR's message of "Fri, 01 Apr 2022 18:49:42 +0200") Message-ID: <874k3937eu.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 54036-done Cc: Ludovic =?utf-8?Q?Court=C3=A8s?= , 54036-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 (-) Hi, Tanguy LE CARROUR writes: > Hi Ludo=E2=80=99, > > > Quoting Ludovic Court=C3=A8s (2022-04-01 18:02:08) >> Tanguy Le Carrour skribis: >>=20 >> > * gnu/packages/gnunet.scm (gnunet): Update to 0.16.3. >> > [arguments]: Enable all the tests that were disabled. >> > [inputs]: Use new style. [native-inputs]: Add openssl. >> > [home-page]: Update URL. >>=20 >> Woohoo! Applied, thanks! > > Thanks! > > Now, I "just" have to make sure that it works as expected! ^_^' That's usually something we do *before* sending patches, but if given the test suite passes without disabling much (anything?) anymore, I'm confident it will :-). > I might also try to make it build from source instead of > relying on the release archive!? I usually prefer the release archive when it exists and is signed by the project's maintainer PGP key (which I believe must be the case here, given it's part of the GNU project). Thanks for working on keeping our GNUnet package up to date! Maxim From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 04 03:00:35 2022 Received: (at 54036-done) by debbugs.gnu.org; 4 Apr 2022 07:00:35 +0000 Received: from localhost ([127.0.0.1]:50346 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nbGhX-000434-Ek for submit@debbugs.gnu.org; Mon, 04 Apr 2022 03:00:35 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:50363) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nbGhV-00042l-5u for 54036-done@debbugs.gnu.org; Mon, 04 Apr 2022 03:00:33 -0400 Received: (Authenticated sender: tanguy@bioneland.org) by mail.gandi.net (Postfix) with ESMTPSA id 1EE841C0012; Mon, 4 Apr 2022 07:00:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable References: <20220330083650.17446-1-tanguy@bioneland.org> <87pmm0n667.fsf@gnu.org> <164883178226.634.11191733749757072106@localhost> <874k3937eu.fsf@gmail.com> Subject: Re: [PATCH v5] gnu: gnunet: Update to 0.16.3. From: Tanguy LE CARROUR To: Maxim Cournoyer In-Reply-To: <874k3937eu.fsf@gmail.com> Date: Mon, 04 Apr 2022 09:00:25 +0200 Message-ID: <164905562544.15440.12203366072448727652@localhost> User-Agent: alot/0.10 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 54036-done Cc: Ludovic =?utf-8?q?Court=C3=A8s?= , 54036-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 Maxim, Quoting Maxim Cournoyer (2022-04-04 04:32:25) > Tanguy LE CARROUR writes: > > Quoting Ludovic Court=C3=A8s (2022-04-01 18:02:08) > >> Tanguy Le Carrour skribis: > >>=20 > >> > * gnu/packages/gnunet.scm (gnunet): Update to 0.16.3. > >> > [arguments]: Enable all the tests that were disabled. > >> > [inputs]: Use new style. [native-inputs]: Add openssl. > >> > [home-page]: Update URL. > >>=20 > >> Woohoo! Applied, thanks! > > > > Thanks! > > > > Now, I "just" have to make sure that it works as expected! ^_^' >=20 > That's usually something we do *before* sending patches, but if given > the test suite passes without disabling much (anything?) anymore, I'm > confident it will :-). You're right! :-) Actually, I tested it before sending the patch. But by "tested", I mean I only started the node and ran `gnunet-core` to see if it was connected. When I wrote "make sure that it works" I meant running another node, defini= ng records in GNS, resolving it from the other node, using the VPN, trying re:claimID=E2=80=A6 > > I might also try to make it build from source instead of > > relying on the release archive!? >=20 > I usually prefer the release archive when it exists and is signed by the > project's maintainer PGP key (which I believe must be the case here, > given it's part of the GNU project). +1! I tried to build from source, but found out that the bootstrap phase was cloning another repo (gana) and copying files over. :-( So, if you're happy with the release archive=E2=80=A6 so am I! :-) > Thanks for working on keeping our GNUnet package up to date! My pleasure! --=20 Tanguy From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 04 09:05:29 2022 Received: (at 54036-done) by debbugs.gnu.org; 4 Apr 2022 13:05:29 +0000 Received: from localhost ([127.0.0.1]:50801 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nbMOf-0003jy-4j for submit@debbugs.gnu.org; Mon, 04 Apr 2022 09:05:29 -0400 Received: from mail-qv1-f53.google.com ([209.85.219.53]:41784) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nbMOd-0003jl-Iq for 54036-done@debbugs.gnu.org; Mon, 04 Apr 2022 09:05:28 -0400 Received: by mail-qv1-f53.google.com with SMTP id cs16so1624923qvb.8 for <54036-done@debbugs.gnu.org>; Mon, 04 Apr 2022 06:05:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-transfer-encoding; bh=lQtmREI8S6b7ZzXYy3XONXywEEKbqU/hIlDAZ57nPJU=; b=lUvcJCsEB1Drk7QyKXiKjxqrIJG9Vbm7xpZnGIZB7oM1qhd8GkKAsZLiWFNcaL/EAk 1VD6ja98bEd3IdA9rZnShyPbIjF3GiG5ItOfDAjj42FOtdwVWHgUpCR8Dy/eXWBjL6lc Ld/3/5rI7FOTwYVk6ZMyoZXPf2P2OBtrwEjlA+d+istrvqi6gJ1bfOHf7TUYIiPdr3t9 4z5qDRAvdZ5mKj4go+f9+Abx71Q1HpPQoMguveW0g4IumjNm6p0/VR4rEL9XP41Sb0Xo LoxshmSI2t9lbSu18UGRdwnnc24NKhKfTXFk3jL+wCaAkuxbXStGmY2jk1PRfgRPUVwc Bu3g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=lQtmREI8S6b7ZzXYy3XONXywEEKbqU/hIlDAZ57nPJU=; b=YhBwQZzKE+I0ytW8N9mshdeBxOmJFo6QXl1psI/sk1Uxy8fHt0IWy4lcyIme8iDIyA bBFSVhnP3AJBJeL6v5SaKO4gjRQvp7pnPXW2DUH1v2XclxBNm9dQkh2i1D49HOmZe4rT 3TfoxCwdvUYezI5dcdUxcqDzflfk1ZHj2mgOHOQW771Fo6fAuklHAkEp+H0nxKPaBKP3 99D+2BSu4k/9OARhDxfvLRfueACQbMKK0v6dxPttqES8nGml5co0S2fj/pRwvyjFg1rs 6fEN4bbf39MdfzKa4IViycJxClgCcMPFu4a+t03DBiZJL4T54MqwZMF4sIanCM7Yhsca Gr/w== X-Gm-Message-State: AOAM530uxugjsu/0RfzAnAB0FTMYIArBsKvZpiro7zTwU/xuL/rkajHh z0Ay5izCtk+fXPWlF1Tv8MaT1XkoDJw= X-Google-Smtp-Source: ABdhPJz1WQmOqAa+Ngobraw5+79e8+az7jtuDwiyUhCgKIyRO/0WBb+56GNXD5Kome+c9eyrf/cimw== X-Received: by 2002:a05:6214:2a8e:b0:443:c82b:4ba7 with SMTP id jr14-20020a0562142a8e00b00443c82b4ba7mr6977640qvb.74.1649077521633; Mon, 04 Apr 2022 06:05:21 -0700 (PDT) Received: from hurd (dsl-154-119.b2b2c.ca. [66.158.154.119]) by smtp.gmail.com with ESMTPSA id p10-20020a05620a132a00b0067f926e36b2sm6147406qkj.91.2022.04.04.06.05.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 04 Apr 2022 06:05:21 -0700 (PDT) From: Maxim Cournoyer To: Tanguy LE CARROUR Subject: Re: [PATCH v5] gnu: gnunet: Update to 0.16.3. References: <20220330083650.17446-1-tanguy@bioneland.org> <87pmm0n667.fsf@gnu.org> <164883178226.634.11191733749757072106@localhost> <874k3937eu.fsf@gmail.com> <164905562544.15440.12203366072448727652@localhost> Date: Mon, 04 Apr 2022 09:05:19 -0400 In-Reply-To: <164905562544.15440.12203366072448727652@localhost> (Tanguy LE CARROUR's message of "Mon, 04 Apr 2022 09:00:25 +0200") Message-ID: <87zgl1yp68.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 54036-done Cc: Ludovic =?utf-8?Q?Court=C3=A8s?= , 54036-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 (-) Hi Tanguy, Tanguy LE CARROUR writes: > Hi Maxim, > > > Quoting Maxim Cournoyer (2022-04-04 04:32:25) >> Tanguy LE CARROUR writes: >> > Quoting Ludovic Court=C3=A8s (2022-04-01 18:02:08) >> >> Tanguy Le Carrour skribis: >> >>=20 >> >> > * gnu/packages/gnunet.scm (gnunet): Update to 0.16.3. >> >> > [arguments]: Enable all the tests that were disabled. >> >> > [inputs]: Use new style. [native-inputs]: Add openssl. >> >> > [home-page]: Update URL. >> >>=20 >> >> Woohoo! Applied, thanks! >> > >> > Thanks! >> > >> > Now, I "just" have to make sure that it works as expected! ^_^' >>=20 >> That's usually something we do *before* sending patches, but if given >> the test suite passes without disabling much (anything?) anymore, I'm >> confident it will :-). > > You're right! :-) > Actually, I tested it before sending the patch. > But by "tested", I mean I only started the node and ran `gnunet-core` > to see if it was connected. > > When I wrote "make sure that it works" I meant running another node, defi= ning > records in GNS, resolving it from the other node, using the VPN, > trying re:claimID=E2=80=A6 I see, thanks for explaining :-). >> > I might also try to make it build from source instead of >> > relying on the release archive!? >>=20 >> I usually prefer the release archive when it exists and is signed by the >> project's maintainer PGP key (which I believe must be the case here, >> given it's part of the GNU project). > > +1! > > I tried to build from source, but found out that the bootstrap phase was > cloning another repo (gana) and copying files over. :-( Oh! So these source files are probably in the tarball. If gana is a 3rd party project we could add as a TODO to un-bundle it (there's no 'gana' package in Guix as of now). Thank you, Maxim From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 05 03:11:01 2022 Received: (at 54036-done) by debbugs.gnu.org; 5 Apr 2022 07:11:01 +0000 Received: from localhost ([127.0.0.1]:53660 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nbdLB-000837-04 for submit@debbugs.gnu.org; Tue, 05 Apr 2022 03:11:01 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:36471) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nbdL9-00082s-1t for 54036-done@debbugs.gnu.org; Tue, 05 Apr 2022 03:11:00 -0400 Received: (Authenticated sender: tanguy@bioneland.org) by mail.gandi.net (Postfix) with ESMTPSA id 8AD5840003; Tue, 5 Apr 2022 07:10:51 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable References: <20220330083650.17446-1-tanguy@bioneland.org> <87pmm0n667.fsf@gnu.org> <164883178226.634.11191733749757072106@localhost> <874k3937eu.fsf@gmail.com> <164905562544.15440.12203366072448727652@localhost> <87zgl1yp68.fsf@gmail.com> Subject: Re: [PATCH v5] gnu: gnunet: Update to 0.16.3. From: Tanguy LE CARROUR To: Maxim Cournoyer In-Reply-To: <87zgl1yp68.fsf@gmail.com> Date: Tue, 05 Apr 2022 09:10:50 +0200 Message-ID: <164914265065.8030.10535363126881025859@localhost> User-Agent: alot/0.10 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 54036-done Cc: Ludovic =?utf-8?q?Court=C3=A8s?= , 54036-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 Maxim, Quoting Maxim Cournoyer (2022-04-04 15:05:19) > Tanguy LE CARROUR writes: > > Quoting Maxim Cournoyer (2022-04-04 04:32:25) > >> Tanguy LE CARROUR writes: > >> > I might also try to make it build from source instead of > >> > relying on the release archive!? > >>=20 > >> I usually prefer the release archive when it exists and is signed by t= he > >> project's maintainer PGP key (which I believe must be the case here, > >> given it's part of the GNU project). > > > > +1! > > > > I tried to build from source, but found out that the bootstrap phase was > > cloning another repo (gana) and copying files over. :-( >=20 > Oh! So these source files are probably in the tarball. If gana is a > 3rd party project we could add as a TODO to un-bundle it (there's no > 'gana' package in Guix as of now). Yes, gana lives in another repository: https://git.gnunet.org/gana.git The bootstrap phase, which is ran prior to building the release archive, clones it and copy some files over to the gnunet directory (see ). I'll try to write a package definition for gana, make it an (native-)input for gnunet, skip the bootstrap script and see how it goes! Regards, --=20 Tanguy From unknown Thu Aug 14 21:49:50 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 03 May 2022 11:24:05 +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