GNU bug report logs - #78674
[PATCH] gnu: nghttp3: Update to 1.10.1.

Previous Next

Package: guix-patches;

Reported by: Tomas Volf <~@wolfsden.cz>

Date: Mon, 2 Jun 2025 18:48:02 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 78674 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#78674; Package guix-patches. (Mon, 02 Jun 2025 18:48:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Tomas Volf <~@wolfsden.cz>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 02 Jun 2025 18:48:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Tomas Volf <~@wolfsden.cz>
To: guix-patches <at> gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [PATCH] gnu: nghttp3: Update to 1.10.1.
Date: Mon,  2 Jun 2025 20:46:38 +0200
* gnu/packages/web.scm (nghttp3): Update to 1.10.1.

Change-Id: Ib249a3c559285931db8c43d345cdff461f5d494f
---
 gnu/packages/web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 31457e87b9..f0878af842 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -8708,7 +8708,7 @@ (define-public nghttp2
 (define-public nghttp3
   (package
     (name "nghttp3")
-    (version "1.8.0")
+    (version "1.10.1")
     (source
      (origin
        (method url-fetch)
@@ -8717,7 +8717,7 @@ (define-public nghttp3
                            "nghttp3-" version ".tar.gz"))
        (sha256
         (base32
-         "0gpnqibb1ndqq7yacl2f9d7iznfbzws71rza12kaf72shqvyn1zv"))))
+         "18lik57yb3zc5g17s18ymd268p037wly0hgvw6n9h48l09jqqv68"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config))
-- 
2.49.0





Information forwarded to guix-patches <at> gnu.org:
bug#78674; Package guix-patches. (Mon, 02 Jun 2025 21:57:02 GMT) Full text and rfc822 format available.

Message #8 received at 78674 <at> debbugs.gnu.org (full text, mbox):

From: Andreas Enge <andreas <at> enge.fr>
To: Tomas Volf <~@wolfsden.cz>
Cc: 78674 <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: nghttp3: Update to 1.10.1.
Date: Mon, 2 Jun 2025 23:56:01 +0200
Hello,

this patch:

Am Mon, Jun 02, 2025 at 08:46:38PM +0200 schrieb Tomas Volf:
> -    (version "1.8.0")
> +    (version "1.10.1")

does not pass anymore since I pushed the update to 1.9.0
today in the early afternoon...

Andreas





Information forwarded to guix-patches <at> gnu.org:
bug#78674; Package guix-patches. (Tue, 03 Jun 2025 17:14:02 GMT) Full text and rfc822 format available.

Message #11 received at 78674 <at> debbugs.gnu.org (full text, mbox):

From: Tomas Volf <~@wolfsden.cz>
To: 78674 <at> debbugs.gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [PATCH v2] gnu: nghttp3: Update to 1.10.1.
Date: Tue,  3 Jun 2025 17:53:59 +0200
* gnu/packages/web.scm (nghttp3): Update to 1.10.1.

Change-Id: Ib249a3c559285931db8c43d345cdff461f5d494f
---
 gnu/packages/web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 63daa59dbf..8807b6485e 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -8738,7 +8738,7 @@ (define-public nghttp2
 (define-public nghttp3
   (package
     (name "nghttp3")
-    (version "1.9.0")
+    (version "1.10.1")
     (source
      (origin
        (method url-fetch)
@@ -8747,7 +8747,7 @@ (define-public nghttp3
                            "nghttp3-" version ".tar.gz"))
        (sha256
         (base32
-         "1gai6j4nlp79gf9p8qsid27s9qjz6irf0pqykr1qhizsbngaviyv"))))
+         "18lik57yb3zc5g17s18ymd268p037wly0hgvw6n9h48l09jqqv68"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config))
-- 
2.49.0





Information forwarded to guix-patches <at> gnu.org:
bug#78674; Package guix-patches. (Tue, 03 Jun 2025 17:14:03 GMT) Full text and rfc822 format available.

Message #14 received at 78674 <at> debbugs.gnu.org (full text, mbox):

From: Tomas Volf <~@wolfsden.cz>
To: Andreas Enge <andreas <at> enge.fr>
Cc: 78674 <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: nghttp3: Update to 1.10.1.
Date: Tue, 03 Jun 2025 17:57:01 +0200
Andreas Enge <andreas <at> enge.fr> writes:

> this patch:
>
> Am Mon, Jun 02, 2025 at 08:46:38PM +0200 schrieb Tomas Volf:
>> -    (version "1.8.0")
>> +    (version "1.10.1")
>
> does not pass anymore since I pushed the update to 1.9.0
> today in the early afternoon...

Ah, I forgot to re-base, sorry, I have sent v2.

Tomas

-- 
There are only two hard things in Computer Science:
cache invalidation, naming things and off-by-one errors.




Information forwarded to guix-patches <at> gnu.org:
bug#78674; Package guix-patches. (Thu, 05 Jun 2025 08:48:02 GMT) Full text and rfc822 format available.

Message #17 received at 78674 <at> debbugs.gnu.org (full text, mbox):

From: Andreas Enge <andreas <at> enge.fr>
To: Tomas Volf <~@wolfsden.cz>
Cc: 78674 <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: nghttp3: Update to 1.10.1.
Date: Thu, 5 Jun 2025 10:47:21 +0200
Am Tue, Jun 03, 2025 at 05:57:01PM +0200 schrieb Tomas Volf:
> Ah, I forgot to re-base, sorry, I have sent v2.

QA again shows libnode as failing:
   https://qa.guix.gnu.org/issue/78674/package-changes?x86_64-linux-change=broken&x86_64-linux-change=still-failing&x86_64-linux-change=unknown-to-failing&x86_64-linux-change=new-failing

I wonder if this is just some fragility in libnode; could you build it
locally?

Andreas





Information forwarded to guix-patches <at> gnu.org:
bug#78674; Package guix-patches. (Thu, 05 Jun 2025 17:15:02 GMT) Full text and rfc822 format available.

Message #20 received at 78674 <at> debbugs.gnu.org (full text, mbox):

From: Tomas Volf <~@wolfsden.cz>
To: Andreas Enge <andreas <at> enge.fr>
Cc: 78674 <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: nghttp3: Update to 1.10.1.
Date: Thu, 05 Jun 2025 19:14:28 +0200
Andreas Enge <andreas <at> enge.fr> writes:

> QA again shows libnode as failing:
>    https://qa.guix.gnu.org/issue/78674/package-changes?x86_64-linux-change=broken&x86_64-linux-change=still-failing&x86_64-linux-change=unknown-to-failing&x86_64-linux-change=new-failing
>
> I wonder if this is just some fragility in libnode; could you build it
> locally?

Hm, not sure what is going on.  Builds for me locally just fine, same as
last time.

--8<---------------cut here---------------start------------->8---
$ g show
commit 1dca4ac7d1086f0ac16ee416dac9094228b2647f (HEAD -> bug/78674/update-nghttp3)
Author: Tomas Volf <~@wolfsden.cz>
Date:   Thu Apr 17 14:33:11 2025 +0200

    gnu: nghttp3: Update to 1.10.1.
    
    * gnu/packages/web.scm (nghttp3): Update to 1.10.1.
    
    Change-Id: Ib249a3c559285931db8c43d345cdff461f5d494f

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 63daa59dbf..8807b6485e 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -8738,7 +8738,7 @@ (define-public nghttp2
 (define-public nghttp3
   (package
     (name "nghttp3")
-    (version "1.9.0")
+    (version "1.10.1")
     (source
      (origin
        (method url-fetch)
@@ -8747,7 +8747,7 @@ (define-public nghttp3
                            "nghttp3-" version ".tar.gz"))
        (sha256
         (base32
-         "1gai6j4nlp79gf9p8qsid27s9qjz6irf0pqykr1qhizsbngaviyv"))))
+         "18lik57yb3zc5g17s18ymd268p037wly0hgvw6n9h48l09jqqv68"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config))
$ guix shell -CWD guix -- ./pre-inst-env guix build -P1 nghttp3
guix build: computing dependents of package nghttp3 <at> 1.10.1...
/gnu/store/sd888ijdb3yglav83j3srpdls6vi3wkl-nghttp3-1.10.1
/gnu/store/v1bkcxn6cj86r8vm80daxmv6n4jhp75x-node-22.14.0
/gnu/store/bqb6rkxqvzvd3h8kqwwsqgvds5jydrd8-libnode-22.14.0
$ guix shell -CWD guix -- ./pre-inst-env guix build libnode
/gnu/store/bqb6rkxqvzvd3h8kqwwsqgvds5jydrd8-libnode-22.14.0
--8<---------------cut here---------------end--------------->8---

But yeah, I see it is failing in the CI...  Did we hear anything back
from node team last time?

Tomas

-- 
There are only two hard things in Computer Science:
cache invalidation, naming things and off-by-one errors.




This bug report was last modified today.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.