GNU bug report logs - #70556
[PATCH 0/3] gnu: kubo: Update to 0.28.0.

Previous Next

Package: guix-patches;

Reported by: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>

Date: Wed, 24 Apr 2024 19:54:12 UTC

Severity: normal

Tags: moreinfo, patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 70556 in the body.
You can then email your comments to 70556 AT debbugs.gnu.org in the normal way.

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#70556; Package guix-patches. (Wed, 24 Apr 2024 19:54:14 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 24 Apr 2024 19:54:15 GMT) Full text and rfc822 format available.

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

From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Subject: [PATCH 0/3] gnu: kubo: Update to 0.28.0.
Date: Wed, 24 Apr 2024 22:52:23 +0300
This patch series updates Kubo (IPFS) to version 0.28.0 (the latest version at
the moment.)

Artyom V. Poptsov (3):
  gnu: go-github-com-quic-go-quic-go: Update to 0.42.0.
  gnu: kubo: Update to 0.28.0.
  gnu: yggdrasil: Use go-1.21.

 gnu/packages/golang-web.scm |  6 +++---
 gnu/packages/ipfs.scm       | 14 ++++++++++----
 gnu/packages/networking.scm |  2 +-
 3 files changed, 14 insertions(+), 8 deletions(-)


base-commit: 91d9e145e15241c20729a4f1fa43f3d662f6b806
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#70556; Package guix-patches. (Wed, 24 Apr 2024 20:05:13 GMT) Full text and rfc822 format available.

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

From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: 70556 <at> debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Subject: [PATCH 1/3] gnu: go-github-com-quic-go-quic-go: Update to 0.42.0.
Date: Wed, 24 Apr 2024 23:03:50 +0300
* gnu/packages/golang-web.scm (go-github-com-quic-go-quic-go): Update to 0.42.0.

Change-Id: I9791bba274f9682cb73082ca5547a59de0ee4c8f
---
 gnu/packages/golang-web.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index b51fb85081..cdde16bf06 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -1621,7 +1621,7 @@ (define-public go-github-com-quic-go-qpack
 (define-public go-github-com-quic-go-quic-go
   (package
     (name "go-github-com-quic-go-quic-go")
-    (version "0.39.3")
+    (version "0.42.0")
     (source
      (origin
        (method git-fetch)
@@ -1630,13 +1630,13 @@ (define-public go-github-com-quic-go-quic-go
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0acabl3cz48nxpggc5s7fwxpmr5amyi09jygn5m5xxkkbhqs2cxq"))))
+        (base32 "0bdr48nbcjajmhx1h11qfl1i7myxqpyqqk5n21007xyqw13qhb8c"))))
     (build-system go-build-system)
     (arguments
      (list
       ;; XXX More packages required...
       #:tests? #f
-      #:go go-1.20
+      #:go go-1.21
       #:import-path "github.com/quic-go/quic-go"))
     (propagated-inputs
      (list go-github-com-cheekybits-genny
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#70556; Package guix-patches. (Wed, 24 Apr 2024 20:06:03 GMT) Full text and rfc822 format available.

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

From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: 70556 <at> debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Subject: [PATCH 3/3] gnu: yggdrasil: Use go-1.21.
Date: Wed, 24 Apr 2024 23:03:52 +0300
* gnu/packages/networking.scm (yggdrasil) [arguments]: Use go-1.21.

Change-Id: I3731f49ff7a70114a2454da6985323c011d831a1
---
 gnu/packages/networking.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 9d657bc69d..28d5926878 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4585,7 +4585,7 @@ (define-public yggdrasil
            ;; TODO: figure out how tests are run
            #:tests? #f
            #:install-source? #f
-           #:go go-1.20
+           #:go go-1.21
            #:phases
            #~(modify-phases %standard-phases
                (replace 'build
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#70556; Package guix-patches. (Wed, 24 Apr 2024 20:06:07 GMT) Full text and rfc822 format available.

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

From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: 70556 <at> debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Subject: [PATCH 2/3] gnu: kubo: Update to 0.28.0.
Date: Wed, 24 Apr 2024 23:03:51 +0300
* gnu/packages/ipfs.scm (kubo): Update to 0.28.0.
[inputs]: Remove go-golang-org-x-exp; add go-github-com-jbenet-go-random,
go-github-com-jbenet-goprocess,
go-github-com-julienschmidt-httprouter,
go-github-com-multiformats-go-multiaddr,
go-github-com-multiformats-go-multibase,
go-github-com-multiformats-go-multiaddr-dns, and
go-golang-org-x-exp-2023.

Change-Id: Id065558905130c7ad0124bcf56e8b38ee6f9656e
---
 gnu/packages/ipfs.scm | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index bcf6fea133..dc8388acfc 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -256,7 +256,7 @@ (define-public gx-go
 (define-public kubo
   (package
     (name "kubo")
-    (version "0.22.0")
+    (version "0.28.0")
     (source
      (origin
        (method url-fetch/tarbomb)
@@ -264,7 +264,7 @@ (define-public kubo
              "https://dist.ipfs.io/kubo/v" version
              "/kubo-source.tar.gz"))
        (sha256
-        (base32 "0p8iaa56lnac1lxnbzp4fbjqzps50z5yqs34szcp53xjq8rmjzjd"))
+        (base32 "01lk6dd2j660rykchc3ggi9cln92cngz5ijlldsaj5mxnajlvbwy"))
        (file-name (string-append name "-" version "-source"))
        (modules '((guix build utils)))
        (snippet '(for-each delete-file-recursively
@@ -321,7 +321,7 @@ (define-public kubo
      (list
       #:unpack-path "github.com/ipfs/kubo"
       #:import-path "github.com/ipfs/kubo/cmd/ipfs"
-      #:go go-1.20
+      #:go go-1.21
       #:phases
       #~(modify-phases %standard-phases
           ;; https://github.com/ipfs/kubo/blob/master/docs/command-completion.md
@@ -355,6 +355,9 @@ (define-public kubo
                   go-github-com-hashicorp-golang-lru
                   go-github-com-hashicorp-golang-lru-v2
                   go-github-com-jackpal-go-nat-pmp
+                  go-github-com-jbenet-go-random
+                  go-github-com-jbenet-goprocess
+                  go-github-com-julienschmidt-httprouter
                   go-github-com-klauspost-compress
                   go-github-com-klauspost-cpuid
                   go-github-com-lucas-clemente-quic-go
@@ -367,6 +370,9 @@ (define-public kubo
                   go-github-com-mitchellh-go-homedir
                   go-github-com-mr-tron-base58
                   go-github-com-multiformats-go-multihash-0.2.3
+                  go-github-com-multiformats-go-multiaddr
+                  go-github-com-multiformats-go-multibase
+                  go-github-com-multiformats-go-multiaddr-dns
                   go-github-com-opentracing-opentracing-go
                   go-github-com-pbnjay-memory
                   go-github-com-pkg-errors
@@ -384,7 +390,7 @@ (define-public kubo
                   go-go-uber-org-multierr
                   go-go-uber-org-zap
                   go-golang-org-x-crypto
-                  go-golang-org-x-exp
+                  go-golang-org-x-exp-2023
                   go-golang-org-x-lint
                   go-golang-org-x-mod
                   go-golang-org-x-net
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#70556; Package guix-patches. (Sun, 28 Apr 2024 14:11:02 GMT) Full text and rfc822 format available.

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

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Cc: 70556 <at> debbugs.gnu.org
Subject: Re: [bug#70556] [PATCH 0/3] gnu: kubo: Update to 0.28.0.
Date: Sun, 28 Apr 2024 10:10:08 -0400
Hello,

"Artyom V. Poptsov" <poptsov.artyom <at> gmail.com> writes:

> This patch series updates Kubo (IPFS) to version 0.28.0 (the latest version at
> the moment.)
>
> Artyom V. Poptsov (3):
>   gnu: go-github-com-quic-go-quic-go: Update to 0.42.0.
>   gnu: kubo: Update to 0.28.0.
>   gnu: yggdrasil: Use go-1.21.
>
>  gnu/packages/golang-web.scm |  6 +++---
>  gnu/packages/ipfs.scm       | 14 ++++++++++----
>  gnu/packages/networking.scm |  2 +-
>  3 files changed, 14 insertions(+), 8 deletions(-)

QA says it failed to process (build Guix) with these patches applied:
https://qa.guix.gnu.org/issue/70556

Could you please try to run 'make as-derivation' and report if it built
fine with your patches?

-- 
Thanks,
Maxim




Added tag(s) moreinfo. Request was from Maxim Cournoyer <maxim.cournoyer <at> gmail.com> to control <at> debbugs.gnu.org. (Sun, 28 Apr 2024 14:11:02 GMT) Full text and rfc822 format available.

Reply sent to Sharlatan Hellseher <sharlatanus <at> gmail.com>:
You have taken responsibility. (Sun, 28 Apr 2024 15:34:01 GMT) Full text and rfc822 format available.

Notification sent to "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>:
bug acknowledged by developer. (Sun, 28 Apr 2024 15:34:02 GMT) Full text and rfc822 format available.

Message #24 received at 70556-done <at> debbugs.gnu.org (full text, mbox):

From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 70556-done <at> debbugs.gnu.org
Subject: [PATCH 0/3] gnu: kubo: Update to 0.28.0.
Date: Sun, 28 Apr 2024 16:33:03 +0100
[Message part 1 (text/plain, inline)]
Hi,

Thanks for the updating Kubo!

Pushed as 7790a970ec..f573deab2e to master. 

--
Oleg
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#70556; Package guix-patches. (Sun, 28 Apr 2024 15:50:01 GMT) Full text and rfc822 format available.

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

From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Cc: 70556 <at> debbugs.gnu.org
Subject: Re: [bug#70556] [PATCH 0/3] gnu: kubo: Update to 0.28.0.
Date: Sun, 28 Apr 2024 18:48:32 +0300
[Message part 1 (text/plain, inline)]
Hello,

I ran the following commands:

--8<---------------cut here---------------start------------->8---
cd guix
guix shell -D guix
./pre-inst-env make as-derivation
--8<---------------cut here---------------end--------------->8---

And got the following error:

--8<---------------cut here---------------start------------->8---
building path(s) `/gnu/store/lv5qn289shq2a5gzj0xb3l1zi179xyqm-compute-guix-derivation'
Computing Guix derivation for 'x86_64-linux'... |error: You found a bug: the program '/gnu/store/lv5qn289shq2a5gzj0xb3l1zi179xyqm-compute-guix-derivation'
failed to compute the derivation for Guix (version: "20240428.15"; system: "x86_64-linux";
host version: "1.3.0.58052-a18340"; pull-version: 1).
Please report the COMPLETE output above by email to <bug-guix <at> gnu.org>.

make: *** [Makefile:7297: as-derivation] Error 1
--8<---------------cut here---------------end--------------->8---

Please find the full log attached.
[make-as-derivation.log (application/octet-stream, attachment)]
[Message part 3 (text/plain, inline)]
- avp

-- 
Artyom "avp" Poptsov <poptsov.artyom <at> gmail.com>
Home page: https://memory-heap.org/~avp/
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE  B57C E9C5 A2D9 0898 A02F
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 27 May 2024 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 79 days ago.

Previous Next


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