GNU bug report logs - #77867
[PATCH] gnu: nghttp3: Update to 1.9.0.

Previous Next

Package: guix-patches;

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

Date: Thu, 17 Apr 2025 13:04:02 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 77867 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#77867; Package guix-patches. (Thu, 17 Apr 2025 13:04:03 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. (Thu, 17 Apr 2025 13:04:03 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.9.0.
Date: Thu, 17 Apr 2025 15:02:46 +0200
* gnu/packages/web.scm (nghttp3): Update to 1.9.0.

Change-Id: Ic9673e83eaec20863e223e46df2d640db836b285
---
 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 74203262ef..91e79b82d5 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -8735,7 +8735,7 @@ (define-public nghttp2
 (define-public nghttp3
   (package
     (name "nghttp3")
-    (version "1.8.0")
+    (version "1.9.0")
     (source
      (origin
        (method url-fetch)
@@ -8744,7 +8744,7 @@ (define-public nghttp3
                            "nghttp3-" version ".tar.gz"))
        (sha256
         (base32
-         "0gpnqibb1ndqq7yacl2f9d7iznfbzws71rza12kaf72shqvyn1zv"))))
+         "1gai6j4nlp79gf9p8qsid27s9qjz6irf0pqykr1qhizsbngaviyv"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config))
-- 
2.49.0





Information forwarded to guix-patches <at> gnu.org:
bug#77867; Package guix-patches. (Wed, 30 Apr 2025 08:45:02 GMT) Full text and rfc822 format available.

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

From: Andreas Enge <andreas <at> enge.fr>
To: Tomas Volf <~@wolfsden.cz>
Cc: Jelle Licht <jlicht <at> fsfe.org>, 77867 <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: nghttp3: Update to 1.9.0.
Date: Wed, 30 Apr 2025 10:43:55 +0200
Hello Tomas,

according to QA this upgrade breaks libnode:
   https://qa.guix.gnu.org/issue/77867/package-changes?i686-linux-change=broken&i686-linux-change=still-failing&i686-linux-change=unknown-to-failing&i686-linux-change=new-failing

Could you maybe have a look?

Andreas





Information forwarded to guix-patches <at> gnu.org:
bug#77867; Package guix-patches. (Thu, 01 May 2025 14:12:02 GMT) Full text and rfc822 format available.

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

From: Tomas Volf <~@wolfsden.cz>
To: Andreas Enge <andreas <at> enge.fr>
Cc: Jelle Licht <jlicht <at> fsfe.org>, 77867 <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: nghttp3: Update to 1.9.0.
Date: Thu, 01 May 2025 16:11:24 +0200
Hi Andreas,

thanks for the ping.

Andreas Enge <andreas <at> enge.fr> writes:

> Hello Tomas,
>
> according to QA this upgrade breaks libnode:
>    https://qa.guix.gnu.org/issue/77867/package-changes?i686-linux-change=broken&i686-linux-change=still-failing&i686-linux-change=unknown-to-failing&i686-linux-change=new-failing
>
> Could you maybe have a look?

I took a look and I am not cure what is going on.  It builds locally for
me:

--8<---------------cut here---------------start------------->8---
$ guix-dev-shell -- ./pre-inst-env guix build libnode
/gnu/store/1jclfmy3h15y9k2gjgvkhc7xmb7mlhir-libnode-22.14.0
--8<---------------cut here---------------end--------------->8---

I have tried to find the build logs based on the link you have provided,
but after clicking through the builds here[0], I am getting 404 for all
of them.  Would you know how can I find what went wrong with the build?

Tomas

0: https://data.qa.guix.gnu.org/gnu/store/ck86xk75qzpxi7w6bis0r5p8pqqf6ava-libnode-22.14.0.drv

-- 
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#77867; Package guix-patches. (Tue, 06 May 2025 17:18:02 GMT) Full text and rfc822 format available.

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

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

From: Andreas Enge <andreas <at> enge.fr>
To: Tomas Volf <~@wolfsden.cz>
Cc: jlicht <at> fsfe.org
Subject: Re: [PATCH] gnu: nghttp3: Update to 1.9.0.
Date: Thu, 1 May 2025 18:51:32 +0200
[Message part 1 (text/plain, inline)]
Hello Tomas,

Am Thu, May 01, 2025 at 04:11:24PM +0200 schrieb Tomas Volf:
> I took a look and I am not cure what is going on.  It builds locally for
> me:
> --8<---------------cut here---------------start------------->8---
> $ guix-dev-shell -- ./pre-inst-env guix build libnode
> /gnu/store/1jclfmy3h15y9k2gjgvkhc7xmb7mlhir-libnode-22.14.0
> --8<---------------cut here---------------end--------------->8---

ah, okay.

> I have tried to find the build logs based on the link you have provided,
> but after clicking through the builds here[0], I am getting 404 for all
> of them.  Would you know how can I find what went wrong with the build?

We had a problem with too many log files, so "hid" some of them as a
stop-gap measure. I am attaching what should be served as
   https://bordeaux.guix.gnu.org/build/93bfdf00-ae56-4b33-8f54-f8dbfd26fc74/log

There is a test failure; to summarise:
not ok 3934 parallel/test-runner-watch-mode
  ---
  duration_ms: 48327.15500
  severity: fail
  exitcode: 1
  stack: |-
    TAP version 13
...
            # Subtest: should run new tests when a new file is created in the watched directory
            not ok 7 - should run new tests when a new file is created in the watched directory # TODO This test is failing when isolation is set to none and must be fixed
              ---
              duration_ms: 4257.199081
              location: '/tmp/guix-build-libnode-22.14.0.drv-0/node-v22.14.0/test/parallel/test-runner-watch-mode.mjs:195:7'
              failureType: 'testCodeFailure'

The TODO is suspicious; maybe this test should actually be disabled?
To discuss with node people, maybe; I am cc-ing the javascript team.

Andreas

[log.gz (application/x-gunzip, attachment)]

This bug report was last modified 8 days ago.

Previous Next


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