From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 19 11:53:30 2024 Received: (at submit) by debbugs.gnu.org; 19 Oct 2024 15:53:30 +0000 Received: from localhost ([127.0.0.1]:44475 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t2Blh-0006qV-O2 for submit@debbugs.gnu.org; Sat, 19 Oct 2024 11:53:30 -0400 Received: from lists.gnu.org ([209.51.188.17]:57654) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t2Blf-0006qN-8v for submit@debbugs.gnu.org; Sat, 19 Oct 2024 11:53:28 -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 1t2BlG-0001Pc-Rb for guix-patches@gnu.org; Sat, 19 Oct 2024 11:53:03 -0400 Received: from anamika.lostca.se ([65.21.75.227]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1t2BlE-0006vU-Qc for guix-patches@gnu.org; Sat, 19 Oct 2024 11:53:02 -0400 Received: from localhost.localdomain (unknown [IPv6:2a02:9140:3880:9e00:ecdc:1941:b147:f514]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: abbe) by anamika.lostca.se (Postfix) with ESMTPSA id 4F09234192; Sat, 19 Oct 2024 15:52:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1729353170; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=b4TozsBjT2BmolncQPU25uma/ypoEWEIhyMHc8Z1YNQ=; b=JlRav3s6eHdXBZswG5xYKCfSqoeIQo+mNF8z7dCh38SB1LN0QRWywz0gSGNe8JYPAV3reo EFnkQvGPT/BvIoXJvvqPeLp4NsQhfje58MeY8YMKtKLO2v9tAy4lNrCJymtuIDz6Pe5nlb RJFoRhlK/nDVYzMueLC0sXf78jDDj9I= From: Ashish SHUKLA To: guix-patches@gnu.org Subject: [PATCH] gnu: stklos: Update to 2.10. Date: Sat, 19 Oct 2024 17:48:46 +0200 Message-ID: <25a792faf44145f67bb76b8d11017221df1fc4fc.1729352925.git.ashish.is@lostca.se> X-Mailer: git-send-email 2.47.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=65.21.75.227; envelope-from=ashish.is@lostca.se; helo=anamika.lostca.se X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, 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: Ashish SHUKLA 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/scheme.scm (stklos): Update to 2.10. [inputs]: Add variable. [native-inputs]: Add variable. [arguments] Add configure-flags. Change-Id: Ife374dd60ef17129fa88b7a0940ab914e7b3c396 --- Hi, Attached patch updates STklos to 2.10. For readline/libedit support, it relies on rtld, this is accomplished by linking it with readline, so it gets added to the rpath, and therefore available at runtime. Thanks! gnu/packages/scheme.scm | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm index 6f9d00e440..c97fab8b93 100644 --- a/gnu/packages/scheme.scm +++ b/gnu/packages/scheme.scm @@ -86,6 +86,7 @@ (define-module (gnu packages scheme) #:use-module (gnu packages netpbm) #:use-module (gnu packages pcre) #:use-module (gnu packages pkg-config) + #:use-module (gnu packages readline) #:use-module (gnu packages sqlite) #:use-module (gnu packages tex) #:use-module (gnu packages texinfo) @@ -1275,7 +1276,7 @@ (define-public emacs-gerbil-mode (define-public stklos (package (name "stklos") - (version "1.70") + (version "2.10") (source (origin (method url-fetch) ;; TODO: Unbundle pcre, libgc, and libffi. @@ -1283,12 +1284,18 @@ (define-public stklos version ".tar.gz")) (sha256 (base32 - "1iw3pgycjz3kz3jd1855v2ngf8ib2almpf8v058n1mkj1qd2b88m")))) + "0hd05r5pr3yhgq44n5sqdmvkpgnhf5fybmis2g3gwj10z52h7gvd")))) (build-system gnu-build-system) + (native-inputs (list pkg-config)) + (inputs (list gmp libgc pcre2 libffi readline)) (arguments (list #:modules `((ice-9 ftw) ,@%default-gnu-modules) + #:configure-flags + '(list (string-append "LDFLAGS=-L" + (assoc-ref %build-inputs "readline") + "/lib -lreadline")) #:phases #~(modify-phases %standard-phases (add-before 'configure 'patch-sh-references base-commit: 5794926bed6fad4598bb565fb7f49be4205b11a1 -- 2.47.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 19 12:28:35 2024 Received: (at submit) by debbugs.gnu.org; 19 Oct 2024 16:28:36 +0000 Received: from localhost ([127.0.0.1]:44593 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t2CJe-0008W1-RZ for submit@debbugs.gnu.org; Sat, 19 Oct 2024 12:28:35 -0400 Received: from lists.gnu.org ([209.51.188.17]:57342) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t2CJc-0008Vt-8Z for submit@debbugs.gnu.org; Sat, 19 Oct 2024 12:28:32 -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 1t2CJE-0000Si-0y for guix-patches@gnu.org; Sat, 19 Oct 2024 12:28:08 -0400 Received: from smtp84.cstnet.cn ([159.226.251.84] helo=cstnet.cn) by eggs.gnu.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1t2CJA-0002DJ-R7 for guix-patches@gnu.org; Sat, 19 Oct 2024 12:28:07 -0400 Received: from m (unknown [107.174.64.25]) by APP-05 (Coremail) with SMTP id zQCowAAXHvL13RNn2ynXCA--.21812S2; Sun, 20 Oct 2024 00:27:45 +0800 (CST) From: Zheng Junjie To: Ashish SHUKLA via Guix-patches via Subject: Re: [bug#73887] [PATCH] gnu: stklos: Update to 2.10. In-Reply-To: <25a792faf44145f67bb76b8d11017221df1fc4fc.1729352925.git.ashish.is@lostca.se> (Ashish SHUKLA via Guix-patches via's message of "Sat, 19 Oct 2024 17:48:46 +0200") References: <25a792faf44145f67bb76b8d11017221df1fc4fc.1729352925.git.ashish.is@lostca.se> Date: Sun, 20 Oct 2024 00:27:23 +0800 Message-ID: <87fros83dg.fsf@iscas.ac.cn> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-CM-TRANSID: zQCowAAXHvL13RNn2ynXCA--.21812S2 X-Coremail-Antispam: 1UD129KBjvJXoW7KFy3Cr43ZFW3AF15Jry5Arb_yoW8Kw1DpF yfAF15Gr10y3sYyF4xta13uF4ru3yxJFZY9w47Cr1Iy3WYk3yrAFW3ta9xAr17Jw17Ga17 Ga1vga17GFyDZFJanT9S1TB71UUUUU7qnTZGkaVYY2UrUUUUjbIjqfuFe4nvWSU5nxnvy2 9KBjDU0xBIdaVrnRJUUUvvb7Iv0xC_Kw4lb4IE77IF4wAFF20E14v26r1j6r4UM7CY07I2 0VC2zVCF04k26cxKx2IYs7xG6rWj6s0DM7CIcVAFz4kK6r1j6r18M28lY4IEw2IIxxk0rw A2F7IY1VAKz4vEj48ve4kI8wA2z4x0Y4vE2Ix0cI8IcVAFwI0_Jr0_JF4l84ACjcxK6xII jxv20xvEc7CjxVAFwI0_Jr0_Gr1l84ACjcxK6I8E87Iv67AKxVWUJVW8JwA2z4x0Y4vEx4 A2jsIEc7CjxVAFwI0_Jr0_Gr1lnx0Ee4C267I2x7xF54xIwI0E7I0Y6sxI4wAS0I0E0xvY zxvE52x082IY62kv0487M2AExVA0xI801c8C04v7Mc02F40EFcxC0VAKzVAqx4xG6I80ew Av7VC0I7IYx2IY67AKxVWUJVWUGwAv7VC2z280aVAFwI0_Jr0_Gr1lOx8S6xCaFVCjc4AY 6r1j6r4UM4x0Y48IcVAKI48JMxAIw28IcxkI7VAKI48JMxC20s026xCaFVCjc4AY6r1j6r 4UMI8I3I0E5I8CrVAFwI0_Jr0_Jr4lx2IqxVCjr7xvwVAFwI0_JrI_JrWlx4CE17CEb7AF 67AKxVWUXVWUAwCIc40Y0x0EwIxGrwCI42IY6xIIjxv20xvE14v26r1j6r1xMIIF0xvE2I x0cI8IcVCY1x0267AKxVWUJVW8JwCI42IY6xAIw20EY4v20xvaj40_Jr0_JF4lIxAIcVC2 z280aVAFwI0_Jr0_Gr1lIxAIcVC2z280aVCY1x0267AKxVWUJVW8JbIYCTnIWIevJa73Uj IFyTuYvjxU6cdbDUUUU X-Originating-IP: [107.174.64.25] X-CM-SenderInfo: x2kh0wxmxqyx3h6l2u1dvotugofq/ Received-SPF: pass client-ip=159.226.251.84; envelope-from=zhengjunjie@iscas.ac.cn; helo=cstnet.cn X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_PASS=-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: 73887@debbugs.gnu.org, Ashish SHUKLA 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 (--) --=-=-= Content-Type: text/plain Ashish SHUKLA via Guix-patches via writes: > * gnu/packages/scheme.scm (stklos): Update to 2.10. > [inputs]: Add variable. [native-inputs]: Add variable. > [arguments] Add configure-flags. [inputs]: Add gmp, libgc, pcre2, libffi and readline. [native-inputs]: Add pkg-config. [arguments]<#:configure-flags>: set LDFLAGS flag. > > Change-Id: Ife374dd60ef17129fa88b7a0940ab914e7b3c396 > --- > Hi, > > Attached patch updates STklos to 2.10. For readline/libedit support, it > relies on rtld, this is accomplished by linking it with readline, so it > gets added to the rpath, and therefore available at runtime. > > Thanks! > > gnu/packages/scheme.scm | 11 +++++++++-- > 1 file changed, 9 insertions(+), 2 deletions(-) > > diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm > index 6f9d00e440..c97fab8b93 100644 > --- a/gnu/packages/scheme.scm > +++ b/gnu/packages/scheme.scm > @@ -86,6 +86,7 @@ (define-module (gnu packages scheme) > #:use-module (gnu packages netpbm) > #:use-module (gnu packages pcre) > #:use-module (gnu packages pkg-config) > + #:use-module (gnu packages readline) > #:use-module (gnu packages sqlite) > #:use-module (gnu packages tex) > #:use-module (gnu packages texinfo) > @@ -1275,7 +1276,7 @@ (define-public emacs-gerbil-mode > (define-public stklos > (package > (name "stklos") > - (version "1.70") > + (version "2.10") > (source (origin > (method url-fetch) > ;; TODO: Unbundle pcre, libgc, and libffi. > @@ -1283,12 +1284,18 @@ (define-public stklos > version ".tar.gz")) > (sha256 > (base32 > - "1iw3pgycjz3kz3jd1855v2ngf8ib2almpf8v058n1mkj1qd2b88m")))) > + "0hd05r5pr3yhgq44n5sqdmvkpgnhf5fybmis2g3gwj10z52h7gvd")))) > (build-system gnu-build-system) > + (native-inputs (list pkg-config)) > + (inputs (list gmp libgc pcre2 libffi readline)) > (arguments > (list > #:modules `((ice-9 ftw) > ,@%default-gnu-modules) > + #:configure-flags > + '(list (string-append "LDFLAGS=-L" > + (assoc-ref %build-inputs "readline") > + "/lib -lreadline")) i think should #:configure-flags #~(list (string-append "LDFLAGS=-L" #$(this-package-input "readline") "/lib -lreadline")) > #:phases > #~(modify-phases %standard-phases > (add-before 'configure 'patch-sh-references > > base-commit: 5794926bed6fad4598bb565fb7f49be4205b11a1 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmcT3ewACgkQO1qpk+Gi 3/AeRQ/6A99rbFcMQBDR8ED53A47PPt1sXoLq1A6Gl5APVv8tEqme/ICra+dtI4K Lhjpgp5nsXmEnSSe+qPOtYlinQYAvyipgc7XhQ4p7WdnlvmT0ehKtAvNEvJW3i/+ 0dQYnEb6KdYbqs8uPaY1spYVKaAznGFmCNI/QGj/3+8za2xqUj2RBZthpkV3lFcg 76UyCywo89UaDsgU3r3u8wCAnz7myREZbmBIfSf6H3mbpRi2La/LRtPwj9x6FeR0 j9v9mS1GjvlLLy0F3fZIyfNyJ3sPK8tuQQxBMWghuuYuDI+NZg97ljkrNdyynATt tH5czCtR1Ym+dfmSsc5KN/mK2TMh0h4LgujKBUb76dtP3IdaWKVhH3qXmj8KhVe4 P7oFESpCyAuvUkbFpyCWKi2uPCLx9OSDKXpsSCY2bYon8mD6bY6gOWcV2sRoPAKa 8feM+9C2s5bwRN504F7IWFjFJoM9I9Nm5qmcUeFP1X3tpNWAcyvgtmnsik0J0W8N Ey5SuVOc/vxq+3JCsJ91hePU3yCMnTv/OBvxq1DcaGaev4XGqwAt5Mwmjza+9cFd 0vW68qDPwW9cNklTLcZ0SnI4rStVLjhbimaYjQuIoJyBkI7/ECyNU69TbxntVTLx nnUFChoKQmPeRG2D9se0R4zVF908H2+XWGBEt8/Eq9BzM7r/yDk= =vf5S -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 19 15:04:58 2024 Received: (at 73887) by debbugs.gnu.org; 19 Oct 2024 19:04:58 +0000 Received: from localhost ([127.0.0.1]:44802 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t2El0-000776-95 for submit@debbugs.gnu.org; Sat, 19 Oct 2024 15:04:58 -0400 Received: from anamika.lostca.se ([65.21.75.227]:54298) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t2Ekx-00076p-HU for 73887@debbugs.gnu.org; Sat, 19 Oct 2024 15:04:56 -0400 Received: from localhost.localdomain (unknown [IPv6:2a02:9140:3880:9e00:c32a:1a35:9d74:7120]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: abbe) by anamika.lostca.se (Postfix) with ESMTPSA id 5A33533E7E; Sat, 19 Oct 2024 19:04:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1729364664; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=pNIdUMj1RF6LVA6eYNENv9loUofUa9mYkQtZ8gTIc+w=; b=Z+ab5hv3zhzZRgQoKI3II/tctMJbaMDw5KmlptziMz+qmn5NKLlf9J9aRq/64ZY+9MK+fm 63s2mcYGS/iVsRMAvg7uOyiL7UD/nqRjwKS7whkJJ4Wqms/uJsbauSYW7CnoLHMKlc7e7O ch0ISG/BdPGbC+BUOdxCzShZiN8aUNs= From: Ashish SHUKLA To: 73887@debbugs.gnu.org Subject: [PATCH v2] gnu: stklos: Update to 2.10. Date: Sat, 19 Oct 2024 21:02:52 +0200 Message-ID: <60cc7284d504d1eac613a26e41a46256855960f6.1729364571.git.ashish.is@lostca.se> X-Mailer: git-send-email 2.47.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 73887 Cc: Zheng Junjie , Ashish SHUKLA 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 (-) * gnu/packages/scheme.scm (stklos): Update to 2.10. [inputs]: Add gmp, libgc, pcre2, libffi, and readline. [native-inputs]: Add pkg-config. [arguments]<#:configure-flags>: set LDFLAGS flag. Change-Id: Ife374dd60ef17129fa88b7a0940ab914e7b3c396 Co-authored-by: Zheng Junjie --- Hi, Thanks for reviewing the diff. Update diff according to suggestions, and added credit for the same. Thanks! gnu/packages/scheme.scm | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm index 6f9d00e440..0d6a662aaa 100644 --- a/gnu/packages/scheme.scm +++ b/gnu/packages/scheme.scm @@ -86,6 +86,7 @@ (define-module (gnu packages scheme) #:use-module (gnu packages netpbm) #:use-module (gnu packages pcre) #:use-module (gnu packages pkg-config) + #:use-module (gnu packages readline) #:use-module (gnu packages sqlite) #:use-module (gnu packages tex) #:use-module (gnu packages texinfo) @@ -1275,7 +1276,7 @@ (define-public emacs-gerbil-mode (define-public stklos (package (name "stklos") - (version "1.70") + (version "2.10") (source (origin (method url-fetch) ;; TODO: Unbundle pcre, libgc, and libffi. @@ -1283,12 +1284,18 @@ (define-public stklos version ".tar.gz")) (sha256 (base32 - "1iw3pgycjz3kz3jd1855v2ngf8ib2almpf8v058n1mkj1qd2b88m")))) + "0hd05r5pr3yhgq44n5sqdmvkpgnhf5fybmis2g3gwj10z52h7gvd")))) (build-system gnu-build-system) + (native-inputs (list pkg-config)) + (inputs (list gmp libgc pcre2 libffi readline)) (arguments (list #:modules `((ice-9 ftw) ,@%default-gnu-modules) + #:configure-flags + #~(list (string-append "LDFLAGS=-L" + #$(this-package-input "readline") + "/lib -lreadline")) #:phases #~(modify-phases %standard-phases (add-before 'configure 'patch-sh-references base-commit: e951a375a01262dfd470ee343baf7c41dbc6ff58 -- 2.47.0 From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 20 10:33:56 2024 Received: (at submit) by debbugs.gnu.org; 20 Oct 2024 14:33:56 +0000 Received: from localhost ([127.0.0.1]:48002 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t2X0F-00032r-RZ for submit@debbugs.gnu.org; Sun, 20 Oct 2024 10:33:56 -0400 Received: from lists.gnu.org ([209.51.188.17]:51548) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t2X0D-00032c-KX for submit@debbugs.gnu.org; Sun, 20 Oct 2024 10:33:54 -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 1t2Wzn-0002G7-AY for guix-patches@gnu.org; Sun, 20 Oct 2024 10:33:27 -0400 Received: from smtp21.cstnet.cn ([159.226.251.21] helo=cstnet.cn) by eggs.gnu.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1t2Wzl-0006tn-8G for guix-patches@gnu.org; Sun, 20 Oct 2024 10:33:26 -0400 Received: from m (unknown [107.174.64.25]) by APP-01 (Coremail) with SMTP id qwCowACXdrSmFBVnm1McCQ--.55876S2; Sun, 20 Oct 2024 22:33:19 +0800 (CST) From: Zheng Junjie To: Ashish SHUKLA via Guix-patches via Subject: Re: [bug#73887] [PATCH v2] gnu: stklos: Update to 2.10. In-Reply-To: <60cc7284d504d1eac613a26e41a46256855960f6.1729364571.git.ashish.is@lostca.se> (Ashish SHUKLA via Guix-patches via's message of "Sat, 19 Oct 2024 21:02:52 +0200") References: <25a792faf44145f67bb76b8d11017221df1fc4fc.1729352925.git.ashish.is@lostca.se> <60cc7284d504d1eac613a26e41a46256855960f6.1729364571.git.ashish.is@lostca.se> Date: Sun, 20 Oct 2024 22:33:06 +0800 Message-ID: <87iktmkfod.fsf@iscas.ac.cn> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-CM-TRANSID: qwCowACXdrSmFBVnm1McCQ--.55876S2 X-Coremail-Antispam: 1UD129KBjvJXoW7CFWfWFWUtr1rWr1rGFWDXFb_yoW8uFW5pF yfAFy5Gwn5K3sYyFs7Kay3ur4fua4xta9Ygw47uryIya1Y93y8AFW3ta98Ar17Jw17Ga17 G3Wvga17GFyDZrJanT9S1TB71UUUUU7qnTZGkaVYY2UrUUUUjbIjqfuFe4nvWSU5nxnvy2 9KBjDU0xBIdaVrnRJUUUvKb7Iv0xC_Kw4lb4IE77IF4wAFF20E14v26r1j6r4UM7CY07I2 0VC2zVCF04k26cxKx2IYs7xG6rWj6s0DM7CIcVAFz4kK6r1j6r18M28lY4IEw2IIxxk0rw A2F7IY1VAKz4vEj48ve4kI8wA2z4x0Y4vE2Ix0cI8IcVAFwI0_Jr0_JF4l84ACjcxK6xII jxv20xvEc7CjxVAFwI0_Gr0_Cr1l84ACjcxK6I8E87Iv67AKxVW8Jr0_Cr1UM28EF7xvwV C2z280aVCY1x0267AKxVW8Jr0_Cr1UM2vj62AExVA0xI801c8C04v26x02cVCv0xWle2I2 62IYc4CY6c8Ij28IcVAaY2xG8wASzI0EjI02j7AqF2xKxwAqx4xG64xvF2IEw4CE5I8CrV C2j2WlYx0E2Ix0cI8IcVAFwI0_Jrv_JF1lYx0Ex4A2jsIE14v26r1j6r4UMcvjeVCFs4IE 7xkEbVWUJVW8JwACjcxG0xvEwIxGrwCF04k20xvY0x0EwIxGrwCFx2IqxVCFs4IE7xkEbV WUJVW8JwC20s026c02F40E14v26r1j6r18MI8I3I0E7480Y4vE14v26r106r1rMI8E67AF 67kF1VAFwI0_Jrv_JF1lIxkGc2Ij64vIr41lIxAIcVC0I7IYx2IY67AKxVWUJVWUCwCI42 IY6xIIjxv20xvEc7CjxVAFwI0_Jr0_Gr1lIxAIcVCF04k26cxKx2IYs7xG6r1j6r1xMIIF 0xvEx4A2jsIE14v26r1j6r4UMIIF0xvEx4A2jsIEc7CjxVAFwI0_Gr0_Gr1UYxBIdaVFxh VjvjDU0xZFpf9x07jMJPiUUUUU= X-Originating-IP: [107.174.64.25] X-CM-SenderInfo: x2kh0wxmxqyx3h6l2u1dvotugofq/ Received-SPF: pass client-ip=159.226.251.21; envelope-from=zhengjunjie@iscas.ac.cn; helo=cstnet.cn X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_PASS=-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: 73887-done@debbugs.gnu.org, Ashish SHUKLA 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 (--) --=-=-= Content-Type: text/plain Ashish SHUKLA via Guix-patches via writes: > * gnu/packages/scheme.scm (stklos): Update to 2.10. > [inputs]: Add gmp, libgc, pcre2, libffi, and readline. > [native-inputs]: Add pkg-config. > [arguments]<#:configure-flags>: set LDFLAGS flag. > > Change-Id: Ife374dd60ef17129fa88b7a0940ab914e7b3c396 > Co-authored-by: Zheng Junjie > --- > Hi, > > Thanks for reviewing the diff. Update diff according to suggestions, and > added credit for the same. > > Thanks! > > gnu/packages/scheme.scm | 11 +++++++++-- > 1 file changed, 9 insertions(+), 2 deletions(-) > > diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm > index 6f9d00e440..0d6a662aaa 100644 > --- a/gnu/packages/scheme.scm > +++ b/gnu/packages/scheme.scm > @@ -86,6 +86,7 @@ (define-module (gnu packages scheme) > #:use-module (gnu packages netpbm) > #:use-module (gnu packages pcre) > #:use-module (gnu packages pkg-config) > + #:use-module (gnu packages readline) > #:use-module (gnu packages sqlite) > #:use-module (gnu packages tex) > #:use-module (gnu packages texinfo) > @@ -1275,7 +1276,7 @@ (define-public emacs-gerbil-mode > (define-public stklos > (package > (name "stklos") > - (version "1.70") > + (version "2.10") > (source (origin > (method url-fetch) > ;; TODO: Unbundle pcre, libgc, and libffi. > @@ -1283,12 +1284,18 @@ (define-public stklos > version ".tar.gz")) > (sha256 > (base32 > - "1iw3pgycjz3kz3jd1855v2ngf8ib2almpf8v058n1mkj1qd2b88m")))) > + "0hd05r5pr3yhgq44n5sqdmvkpgnhf5fybmis2g3gwj10z52h7gvd")))) > (build-system gnu-build-system) > + (native-inputs (list pkg-config)) > + (inputs (list gmp libgc pcre2 libffi readline)) > (arguments > (list > #:modules `((ice-9 ftw) > ,@%default-gnu-modules) > + #:configure-flags > + #~(list (string-append "LDFLAGS=-L" > + #$(this-package-input "readline") > + "/lib -lreadline")) > #:phases > #~(modify-phases %standard-phases > (add-before 'configure 'patch-sh-references > > base-commit: e951a375a01262dfd470ee343baf7c41dbc6ff58 push, close. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmcVFKIACgkQO1qpk+Gi 3/C/chAAkWwLcXjBC7mUgHLGMd95NR6/cM/ssCz24q3vpA/3aaKkJyZkD+s1ebi8 eP6jP0cClJTSHOFuFOdHGj/sbXSGxB31MPWfJy3In7iKx+u95HBdK5OqOkgAmR6V QPd14BNELRAE5Rbh4iyvIKlJ5+IBgxSStL9wG0nmKK/F3nEpsaS0D22GKII8jrd7 JuJTS3Wz42xUJdyJleYq0DyWw8dgTjpOop7+xGvPIVK4u4GBrSptN5i8GWlVY3E8 IB/lgUyrlfzzru6yLas4CoL2HYWlv7ZFrECCgHfIWnX5bxQCphelpwkHGlicy1WH GlDsBBBr/HTL/55CW0oWRLRr8Eqlt+Ng4HxrojyvcmbwqGvtBL2lrritpivNVeaM 2PqAFuk9zhwfbLe3LdHJeeAaHitonb+rcObk4cvxYcqjxYF8cL5ikCcv/8rzg7Zh KkBD/3iUrHtmfjJLj6SMKsZgM6+28N+XpDF+Xrb6+Rs8klxI1uPPrEBnLaANoxAm F5Ijf0RXQvhkJRL6/HYNLxknFu92HS78QF8Oe+PWRDa3M8yltuwmU3sVhkc3dvOk 0t8PyNq+49Q/YhD5v3L8tTPS7DA2OVLi3ZIB24oVEgzdLQzqN+p20gXIo+adWyvZ DSyhz3VZfQ0M01jnptqM/vOWD9FygtPUz4HDaGHSK4hsBRgOMEU= =xuwC -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Jun 20 07:18:18 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, 18 Nov 2024 12:24:14 +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