mbox series

[bug#70556,0/3] gnu: kubo: Update to 0.28.0.

Message ID cover.1713988221.git.poptsov.artyom@gmail.com
Headers show
Series gnu: kubo: Update to 0.28.0. | expand

Message

Artyom V. Poptsov April 24, 2024, 7:52 p.m. UTC
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

Comments

Maxim Cournoyer April 28, 2024, 2:10 p.m. UTC | #1
Hello,

"Artyom V. Poptsov" <poptsov.artyom@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?
Sharlatan Hellseher April 28, 2024, 3:33 p.m. UTC | #2
Hi,

Thanks for the updating Kubo!

Pushed as 7790a970ec..f573deab2e to master. 

--
Oleg
Artyom V. Poptsov April 28, 2024, 3:48 p.m. UTC | #3
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@gnu.org>.

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

Please find the full log attached.
- avp