GNU bug report logs - #68572
[PATCH] gnu: kubo: Update to 0.16.0.

Previous Next

Package: guix-patches;

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

Date: Thu, 18 Jan 2024 20:00:02 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Subject: bug#68572: closed ([PATCH] gnu: kubo: Update to 0.16.0.)
Date: Fri, 19 Jan 2024 22:56:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#68572: [PATCH] gnu: kubo: Update to 0.16.0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 68572 <at> debbugs.gnu.org.

-- 
68572: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68572
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 68572-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: kubo: Update to 0.16.0.
Date: Fri, 19 Jan 2024 22:55:11 +0000
[Message part 3 (text/plain, inline)]
Hi,

I've done some analysis of the vendor directory, and it contains a
massive list of missed Guix packages. I see that version 0.16.0 is not
the latest upstream version for that reason.

A quick review of the required modules for the latest version of *kubo*,
v0.25.0, shows that it requires significant packaging efforts.
Hopefully, some of the missing ones will be covered after all pending
patches related to Golang are merged.

https://github.com/ipfs/kubo/blob/v0.25.0/go.mod

Keep this message here for future reference regarding the update of
*kubo*.

Quick rough script to check missing packages
--8<---------------cut here---------------start------------->8---
cd vendor
find * -maxdepth 2 -mindepth 2 -type d |
    sed -e 's/[\.\/]/-/g' |
    sort |
    while read -r m
    do
        echo "go-$m"
    done |
    while read -r p
    do
        guix show $p 2>&1
    done |
    grep "package not found" |
    tee kubo-vendor-package-not-found
--8<---------------cut here---------------start------------->8---

Pushed as 
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: kubo: Update to 0.16.0.
Date: Thu, 18 Jan 2024 22:58:54 +0300
[Message part 6 (text/plain, inline)]
Hello,

this patch updates Kubo (IPFS) to 0.16.0.
[0001-gnu-kubo-Update-to-0.16.0.patch (text/x-diff, attachment)]
[Message part 8 (text/plain, inline)]
Thanks,
- 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)]

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

Previous Next


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