GNU bug report logs

#52555 [RFC PATCH 0/3] Decentralized substitute distribution with ERIS

PackageSource(s)Maintainer(s)
guix-patches PTS Buildd Popcon
Full log

Message #103 received at 52555@debbugs.gnu.org (full text, mbox, reply):

Received: (at 52555) by debbugs.gnu.org; 2 Feb 2022 10:37:50 +0000
From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 02 05:37:50 2022
Received: from localhost ([127.0.0.1]:51546 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces@debbugs.gnu.org>)
	id 1nFD1J-0000q8-Q9
	for submit@debbugs.gnu.org; Wed, 02 Feb 2022 05:37:50 -0500
Received: from mout02.posteo.de ([185.67.36.66]:38015)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <pukkamustard@posteo.net>) id 1nFD1G-0000pi-Q3
 for 52555@debbugs.gnu.org; Wed, 02 Feb 2022 05:37:47 -0500
Received: from submission (posteo.de [89.146.220.130]) 
 by mout02.posteo.de (Postfix) with ESMTPS id 31151240107
 for <52555@debbugs.gnu.org>; Wed,  2 Feb 2022 11:37:41 +0100 (CET)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017;
 t=1643798261; bh=PoygJClA7JDK1t3vahn3hmtLFupTyzon0CNSvF/BarU=;
 h=From:To:Cc:Subject:Date:From;
 b=FPM5s/MNtRYc9rGOqj2ZYR5EHqc+nlI01ikSGiLeHJvv4A4dDCZP8LkXAJDrAm8N+
 bHIgBQYyyvLVh5d9/1WIHJzjT28oehQo20GpvJfKDb5UPFVqg/T86Xz9OZf0+c7U1c
 QhDEhNRXZxv9WSQ/TS/ixXaPw9JyoR2L8H5841Fb9yogtz/GuLLLWg/8dsd2OEHFQh
 pU7nhjFEhK/7XbQqFMkBM6TBsEBH4ia5R10WiyHUzsWV8L+JO5BOZqAnbbqhrHmp18
 ZWexnScvORyJQ5+GThc/W78oSJddW0kXyhBJhPU0ykfHEE/NMe8+ynYoIIbTLe0eg7
 oE8UpmHjvLR1A==
Received: from customer (localhost [127.0.0.1])
 by submission (posteo.de) with ESMTPSA id 4JpdY02tPjz6tml;
 Wed,  2 Feb 2022 11:37:40 +0100 (CET)
References: <20220125192201.7582-1-pukkamustard@posteo.net>
 <20220125192201.7582-5-pukkamustard@posteo.net>
 <c6841903c177f934c7fc9d42a270907dbba59554.camel@telenet.be>
From: pukkamustard <pukkamustard@posteo.net>
To: Maxime Devos <maximedevos@telenet.be>
Subject: Re: [bug#52555] [RFC PATCH v2 4/5] publish: Add support for storing
 ERIS encoded blocks to IPFS.
Date: Wed, 02 Feb 2022 10:24:48 +0000
In-reply-to: <c6841903c177f934c7fc9d42a270907dbba59554.camel@telenet.be>
Message-ID: <86o83ph7uz.fsf@posteo.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: base64
X-Spam-Score: -2.3 (--)
X-Debbugs-Envelope-To: 52555
Cc: ~pukkamustard/eris@lists.sr.ht, 52555@debbugs.gnu.org
X-BeenThere: debbugs-submit@debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit@debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request@debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces@debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces@debbugs.gnu.org>
X-Spam-Score: -3.3 (---)
Maxime Devos <maximedevos@telenet.be> writes:

> [[PGP Signed Part:Undecided]]
> pukkamustard schreef op di 25-01-2022 om 19:22 [+0000]:
>> +                    (let ((eris-urn _
>> +                                    (eris-encode port
>> +                                                 #:block-size
>> +                                                 %eris-block-size-large
>> +                                                 #:block-reducer
>> +                                                 guix-eris-block-reducer)))
>> +                      (uri->string eris-urn))))))))
>
> IIUC (and quite probably I don't, because I've only being reading
> things cursorly), eris-encode returns #false when the IPFS daemon is
> down (because then guix-eris-block-reducer returns #false).

No, eris-encode will still return the ERIS URN. The blocks will just not
be stored in IPFS if the IPFS daemon is not running. See also my
response to the questions on guix-eris-block-reducer in (guix eris).

-pukkamustard

Send a report that this bug log contains spam.


debbugs.gnu.org maintainers <help-debbugs@gnu.org>. Last modified: Mon Sep 8 11:27:16 2025; Machine Name: wallace-server

GNU bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.