From unknown Tue Jun 17 20:16:32 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#58695 <58695@debbugs.gnu.org> To: bug#58695 <58695@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add cl-eris. Reply-To: bug#58695 <58695@debbugs.gnu.org> Date: Wed, 18 Jun 2025 03:16:32 +0000 retitle 58695 [PATCH] gnu: Add cl-eris. reassign 58695 guix-patches submitter 58695 jgart severity 58695 normal tag 58695 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 21 20:31:41 2022 Received: (at submit) by debbugs.gnu.org; 22 Oct 2022 00:31:41 +0000 Received: from localhost ([127.0.0.1]:39338 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1om2QO-0005gM-Lg for submit@debbugs.gnu.org; Fri, 21 Oct 2022 20:31:41 -0400 Received: from lists.gnu.org ([209.51.188.17]:52670) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1om2QM-0005gE-UZ for submit@debbugs.gnu.org; Fri, 21 Oct 2022 20:31:39 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1om2QF-0006Sq-LF for guix-patches@gnu.org; Fri, 21 Oct 2022 20:31:37 -0400 Received: from mx1.dismail.de ([78.46.223.134]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1om2QB-0006xH-Sr for guix-patches@gnu.org; Fri, 21 Oct 2022 20:31:31 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 9f9d29a3 for ; Sat, 22 Oct 2022 02:31:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20190914; bh=DEJUB1y3yNNYo6YlHtfTi3x+RvFdvMl8bphtnN3Um8g=; b= P5GfWcu95PWL9okTBEmneAAAutbpJF8BbmVbHmm9IZZBnFMeURcIaitSHFreVfW+ B1sHtslbXz+rdiJMKB4j7Wxb42iTGwz2nU1UuOtIV0pCgEeKnqPDqA9wQPcotvEh C0UYnzWM5rMTpdoLHM5/SCDE2TO7ucBQTD9ArlMuDzfIE4I4App31cAtlovFJ9vp dt+xUALpL4sGhb/lee23qP7SeHvHLtQHTafjeSMEyvFdWkdNmq3/94HchJGqqgbk iL6g2VkJbP8KMv9t5L5QVsXsJuXPp9Go5GVIonlqP5C2bPKs0QSiCErispRCjX8v utVgbMzFv4YvVGj6y/gCAQ== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 227d9f70 for ; Sat, 22 Oct 2022 02:31:24 +0200 (CEST) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id ae38876c for ; Sat, 22 Oct 2022 02:31:24 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 5984f1d3 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sat, 22 Oct 2022 02:31:23 +0200 (CEST) From: jgart To: guix-patches@gnu.org Subject: [PATCH] gnu: Add cl-eris. Date: Fri, 21 Oct 2022 19:31:19 -0500 Message-Id: <20221022003119.27404-1-jgart@dismail.de> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.46.223.134; envelope-from=jgart@dismail.de; helo=mx1.dismail.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: jgart X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/lisp-xyz.scm (cl-eris, ecl-eris, sbcl-eris): New variables. --- gnu/packages/lisp-xyz.scm | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index b474a0f2b7..dc4b7b197a 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -21850,6 +21850,44 @@ (define-public cl-simple-routes (define-public ecl-simple-routes (sbcl-package->ecl-package sbcl-simple-routes)) +(define-public sbcl-eris + (package + (name "sbcl-eris") + (version "0.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://git.ykonai.net/eris-cl") + (commit version))) + (file-name (git-file-name "eris" version)) + (sha256 + (base32 "0qm74ld70aic39giamvix88500flv86047a82rx9gkjwaisf58rc")))) + (build-system asdf-build-system/sbcl) + (native-inputs (list sbcl-fiveam)) + (inputs + (list sbcl-alexandria + sbcl-serapeum + sbcl-trivial-gray-streams + sbcl-function-cache + sbcl-bordeaux-threads + sbcl-osicat + sbcl-mmap + sbcl-ironclad)) + (home-page "https://git.ykonai.net/eris-cl/") + (synopsis "ERIS implementation for Common Lisp") + (description +"Common Lisp implementation of the Encoding for Robust Immutable Storage +specification (ERIS).") + (license license:lgpl3+))) + +(define-public ecl-eris + (sbcl-package->ecl-package sbcl-eris)) + +(define-public cl-eris + (sbcl-package->cl-source-package sbcl-eris)) + + (define-public sbcl-cl-ipfs-api2 (let ((commit "3ee52c80023bcc662f7d01276ea0a5814bd0011b") (revision "0")) -- 2.38.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 21 20:37:35 2022 Received: (at 58695) by debbugs.gnu.org; 22 Oct 2022 00:37:35 +0000 Received: from localhost ([127.0.0.1]:39344 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1om2W7-0005pX-11 for submit@debbugs.gnu.org; Fri, 21 Oct 2022 20:37:35 -0400 Received: from mx1.dismail.de ([78.46.223.134]:29334) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1om2W5-0005pI-6F for 58695@debbugs.gnu.org; Fri, 21 Oct 2022 20:37:34 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 90e94bef for <58695@debbugs.gnu.org>; Sat, 22 Oct 2022 02:37:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20190914; bh=DNWwtHjwjmp+RMKNAI+etn2qeN8qQFTN5yvodYrYL+E=; b= bx+I0llX88/Yy0Foixw8VdW57Jza+6bMuWUh9uXVwnjd2D4ACQ5Ykkgw7m55HZ0q e+zPFOeUn/UE/NaSjl+rr9+slG6w9Z0T016DIGgn26ImStgCeqm50QmDx2qhqZNH tNso2wjkde2ve0wWKlRs+Rzbx+9dfB8Vl2AnuGvY518nuJbZ4WFou5cz4LJHamFB vUwOhVfVzQAtel1hN+XfWiW2yO5/2NsQ+nP2YMBYo7/vGpfa6ZHoewa9++nh4Rni XRpK6fJpZccvAJ/TnwqBTcCneC84qpFKgxg/SO2sFWxF23M4isVlbvPNg3yrn9Ua 4gQBAIjCwcuODbxLPxkCEw== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 87085144 for <58695@debbugs.gnu.org>; Sat, 22 Oct 2022 02:37:26 +0200 (CEST) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id 90348839 for <58695@debbugs.gnu.org>; Sat, 22 Oct 2022 02:37:25 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 9f74d700 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sat, 22 Oct 2022 02:37:24 +0200 (CEST) From: jgart To: 58695@debbugs.gnu.org Subject: [PATCH v2] gnu: Add cl-eris. Date: Fri, 21 Oct 2022 19:36:05 -0500 Message-Id: <20221022003604.28153-1-jgart@dismail.de> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 58695 Cc: jgart X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/lisp-xyz.scm (cl-eris, sbcl-eris): New variables. Here's v2. ecl version fails ;() ommon.lisp. ;;; ;;; ;;; Compiling /gnu/store/cl2a3pwqhh5wz09rb4vpqkwyhfd2nhka-ecl-eris-0.1/share/common-lisp/ecl/eris/src/conditions.lisp. ;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0 ;;; ;;; End of Pass 1. ;;; Finished compiling /gnu/store/cl2a3pwqhh5wz09rb4vpqkwyhfd2nhka-ecl-eris-0.1/share/common-lisp/ecl/eris/src/conditions.lisp. ;;; ;;; ;;; Compiling /gnu/store/cl2a3pwqhh5wz09rb4vpqkwyhfd2nhka-ecl-eris-0.1/share/common-lisp/ecl/eris/src/base32.lisp. ;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0 ;;; ;;; Warning: ;;; in file base32.lisp, position 1819 ;;; at (DEFUN READ-WORD ...) ;;; ! Unsupported CONS type C::BYTE-SPECIFIER. Replacing it with T. ;;; End of Pass 1. ;;; Warning: ;;; in file base32.lisp, position 1819 ;;; at (DEFUN READ-WORD ...) ;;; ! Unsupported CONS type C::BYTE-SPECIFIER. Replacing it with T. ;;; Finished compiling /gnu/store/cl2a3pwqhh5wz09rb4vpqkwyhfd2nhka-ecl-eris-0.1/share/common-lisp/ecl/eris/src/base32.lisp. ;;; ;;; Warning: Lisp compilation had style-warnings while compiling # ;;; ;;; Compiling /gnu/store/cl2a3pwqhh5wz09rb4vpqkwyhfd2nhka-ecl-eris-0.1/share/common-lisp/ecl/eris/src/eris.lisp. ;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0 ;;; ;;; Warning: ;;; in file eris.lisp, position 3161 ;;; at (DEFUN ENCRYPT-INTERNAL-BLOCK ...) ;;; ! Declaration of type ;;; (SIMPLE-ARRAY (UNSIGNED-BYTE 8)) ;;; was found for not bound variable SECRET. ;;; Warning: ;;; in file eris.lisp, position 11158 ;;; at (DEFUN ERIS-CREATE-TREE ...) ;;; ! Declaration of type ;;; (SIMPLE-ARRAY (UNSIGNED-BYTE 8) (32)) ;;; was found for not bound variable SECRET. ;;; End of Pass 1. ;;; Finished compiling /gnu/store/cl2a3pwqhh5wz09rb4vpqkwyhfd2nhka-ecl-eris-0.1/share/common-lisp/ecl/eris/src/eris.lisp. ;;; ;;; Warning: Lisp compilation had style-warnings while compiling # An error occurred during initialization: In method definition for ERIS-ENCODE, found an invalid specializer (SIMPLE-ARRAY T T). error: in phase 'build': uncaught exception: all best, jgart --- gnu/packages/lisp-xyz.scm | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index b474a0f2b7..dc4b7b197a 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -21850,6 +21850,44 @@ (define-public cl-simple-routes (define-public ecl-simple-routes (sbcl-package->ecl-package sbcl-simple-routes)) +(define-public sbcl-eris + (package + (name "sbcl-eris") + (version "0.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://git.ykonai.net/eris-cl") + (commit version))) + (file-name (git-file-name "eris" version)) + (sha256 + (base32 "0qm74ld70aic39giamvix88500flv86047a82rx9gkjwaisf58rc")))) + (build-system asdf-build-system/sbcl) + (native-inputs (list sbcl-fiveam)) + (inputs + (list sbcl-alexandria + sbcl-serapeum + sbcl-trivial-gray-streams + sbcl-function-cache + sbcl-bordeaux-threads + sbcl-osicat + sbcl-mmap + sbcl-ironclad)) + (home-page "https://git.ykonai.net/eris-cl/") + (synopsis "ERIS implementation for Common Lisp") + (description +"Common Lisp implementation of the Encoding for Robust Immutable Storage +specification (ERIS).") + (license license:lgpl3+))) + +(define-public ecl-eris + (sbcl-package->ecl-package sbcl-eris)) + +(define-public cl-eris + (sbcl-package->cl-source-package sbcl-eris)) + + (define-public sbcl-cl-ipfs-api2 (let ((commit "3ee52c80023bcc662f7d01276ea0a5814bd0011b") (revision "0")) -- 2.38.1 From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 24 08:16:10 2022 Received: (at 58695-done) by debbugs.gnu.org; 24 Oct 2022 12:16:10 +0000 Received: from localhost ([127.0.0.1]:47259 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1omwNF-0004jH-QD for submit@debbugs.gnu.org; Mon, 24 Oct 2022 08:16:10 -0400 Received: from mout02.posteo.de ([185.67.36.66]:57751) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1omwNA-0004iV-J6 for 58695-done@debbugs.gnu.org; Mon, 24 Oct 2022 08:16:08 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id C5F07240103 for <58695-done@debbugs.gnu.org>; Mon, 24 Oct 2022 14:15:58 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1666613758; bh=GQ/5o97TlsTiSmHDB1nqKGqfY5INA4MWTer/W1NgUho=; h=From:To:Cc:Subject:Date:From; b=qkUQdOAyNSQJYFWnY9Cpj3HXFGPWO5D+v4Ih9fsMjqNVXZ/8sAU5hFLYl0mS/lk1H oy9xHCW6j9RBf6ZwrXW5uYv6rANLqDnTCEystbnKn9JLM+x95YjpfrJudg7wlKoQqE LM+VRl4ykM/iYGZFePniF0v1MdSz73kyCErNiVkiPqLzplcmctCsC6tYt8eeMmUXCu Py3zJlYltvaQMIxvZ/eTPIsYAN3ZSZNN2EkB3MbTbKDCFfSbad+4MRlYxsHTbHO33u QwAJ4JvrMGl5uJO1oyQvN+rSzJcvps9DAw+6hK43xcqi/wa44YhpwtJuPVPHZJCO4Y 6PVzNZra7HIEA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4MwvDY6Lmjz6tmm; Mon, 24 Oct 2022 14:15:55 +0200 (CEST) References: <20221022003119.27404-1-jgart@dismail.de> <20221022003604.28153-1-jgart@dismail.de> From: Guillaume Le Vaillant To: jgart Subject: Re: [bug#58695] [PATCH v2] gnu: Add cl-eris. Date: Mon, 24 Oct 2022 12:15:24 +0000 In-reply-to: <20221022003604.28153-1-jgart@dismail.de> Message-ID: <878rl58lj9.fsf@kitej> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 58695-done Cc: 58695-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain Patch pushed as e3bb2acbfa7d41ef5f945b9956300b4902e18a1e. Thanks. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCY1aB+g8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j9pogEAhY34ezuf5v8jg/CZGtQY2xZGV71utk7UFZxR Ct5cG7AA/1FtVAhZA11J2o8T27JuyyF0HEuo1cR5WbeqEAVGtVJa =Neiy -----END PGP SIGNATURE----- --=-=-=-- From unknown Tue Jun 17 20:16:32 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 21 Nov 2022 12:24:11 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator