From debbugs-submit-bounces@debbugs.gnu.org Mon Aug 08 04:21:10 2022 Received: (at submit) by debbugs.gnu.org; 8 Aug 2022 08:21:10 +0000 Received: from localhost ([127.0.0.1]:39125 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oKy0c-0006Ds-1M for submit@debbugs.gnu.org; Mon, 08 Aug 2022 04:21:10 -0400 Received: from lists.gnu.org ([209.51.188.17]:41836) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oKy0Y-0006Di-4S for submit@debbugs.gnu.org; Mon, 08 Aug 2022 04:21:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50284) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oKy0T-0005g1-2P for guix-patches@gnu.org; Mon, 08 Aug 2022 04:21:05 -0400 Received: from mout01.posteo.de ([185.67.36.65]:57993) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oKy0Q-0004lg-5G for guix-patches@gnu.org; Mon, 08 Aug 2022 04:21:00 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 4250B240026 for ; Mon, 8 Aug 2022 10:20:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1659946853; bh=k2AsppUYxN6bao/rfNwObJBFUNrmhAHaJKilW3ZPBnY=; h=From:To:Cc:Subject:Date:From; b=g/ffS15yFsiKpxS87p0a1P7ZcOGe4TkyRPJyl33O0M2GOL/o7UoZ8VOd7yoMOilF7 a6Lyzkix2rlY4IBaEfqcR6v5I9v3EvZYxxlumQYO/5gBnuAqUUdc1opoCLurkuCzAJ JIzfw9iGsAzFpWjWnQr9AXUTSxKAY0i/47zW3owCgIFT8rZYKshngM+pBgbBXNW+O/ ANB5l+PpBjod6T9uxdPHF8aRzIzLoPg4njdqHIuRD88EYk/oVyNe51Lpwabc9hxptn H9ZHtDQJQyytomsyO5pvfqw7D7d9EtLGCmEQv8CjAp59UULxa+OR9Y+LK5xbyGHfra WY+VMw5u/qkBA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4M1Tfr2v9Yz9rxV; Mon, 8 Aug 2022 10:20:52 +0200 (CEST) From: pukkamustard To: guix-patches@gnu.org Subject: [PATCH] gnu: guile-srfi-158: Update to 0.0.1-0-13126d1. (fix build) Date: Mon, 08 Aug 2022 08:14:42 +0000 Message-ID: <867d3j87to.fsf@posteo.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=185.67.36.65; envelope-from=pukkamustard@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: submit Cc: Martin Becze 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: -0.3 (/) --=-=-= Content-Type: text/plain Hello Guix, This updates guile-srfi-158 to a VCS checkout with fixes that were causing build failures. See also: https://gitlab.com/mjbecze/guile-srfi-158/-/merge_requests/1 Best regards, pukkamustard --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-guile-srfi-158-Update-to-0.0.1-0-13126d1.patch Content-Transfer-Encoding: quoted-printable >From 52418e221ab1002c83c22d7345d57de116c1a550 Mon Sep 17 00:00:00 2001 From: pukkamustard Date: Mon, 8 Aug 2022 10:11:27 +0200 Subject: [PATCH] gnu: guile-srfi-158: Update to 0.0.1-0-13126d1. * gnu/packages/guile-xyz.scm (guile-srfi-158): Update to 0.0.1-0-13126d1. --- gnu/packages/guile-xyz.scm | 48 ++++++++++++++++++++------------------ 1 file changed, 25 insertions(+), 23 deletions(-) diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 3b74540a20..cbdc9c5b66 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -32,7 +32,7 @@ ;;; Copyright =C2=A9 2020 Jesse Gibbons ;;; Copyright =C2=A9 2020 Mike Rosset ;;; Copyright =C2=A9 2020 Liliana Marie Prikler -;;; Copyright =C2=A9 2020, 2021 pukkamustard +;;; Copyright =C2=A9 2020, 2021, 2022 pukkamustard ;;; Copyright =C2=A9 2021 Bonface Munyoki Kilyungi ;;; Copyright =C2=A9 2021 Xinglu Chen ;;; Copyright =C2=A9 2021 Leo Le Bouter @@ -3116,32 +3116,34 @@ (define-public guile-srfi-145 (license license:gpl3+))) =20 (define-public guile-srfi-158 - (package - (name "guile-srfi-158") - (version "0.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gitlab.com/mjbecze/guile-srfi-158.git") - (commit version))) - (sha256 - (base32 - "0b8hlv1bldbcwkcxi9y8mm6xp5gbgpg7b15bwqxv70iynl9d9a7c")) - (file-name (git-file-name name version)))) - (build-system gnu-build-system) - (native-inputs - (list autoconf automake pkg-config)) - (inputs - (list guile-3.0)) - (home-page "https://gitlab.com/samplet/guile-srfi-158") - (synopsis "SRFI 158 (Generators and Accumulators) for Guile") - (description "This package provides an implementation of SRFI 158 + (let ((commit "13126d1ed37892c864337a600a43d6876625fb99") + (revision "0")) + (package + (name "guile-srfi-158") + (version (git-version "0.0.1" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://gitlab.com/mjbecze/guile-srfi-158.git") + (commit commit))) + (sha256 + (base32 + "0hg57l3w5qamip1clkab0q01np5nqln9y054q39smm4ki0svdl8w")) + (file-name (git-file-name name version)))) + (build-system gnu-build-system) + (native-inputs + (list autoconf automake pkg-config)) + (inputs + (list guile-3.0)) + (home-page "https://gitlab.com/samplet/guile-srfi-158") + (synopsis "SRFI 158 (Generators and Accumulators) for Guile") + (description "This package provides an implementation of SRFI 158 for Guile. SRFI 158 defines utility procedures that create, transform, and consume generators. It also defines procedures that return accumulators. It is implemented by wrapping the sample implementation in a thin Guile compatibility layer.") - (license license:gpl3+))) + (license license:gpl3+)))) =20 (define-public guile-srfi-159 (let ((commit "1bd98abda2ae4ef8f36761a167903e55c6bda7bb") --=20 2.37.1 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 09 05:22:19 2022 Received: (at 57053) by debbugs.gnu.org; 9 Aug 2022 09:22:19 +0000 Received: from localhost ([127.0.0.1]:42531 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oLLRK-0002VC-RS for submit@debbugs.gnu.org; Tue, 09 Aug 2022 05:22:19 -0400 Received: from mout02.posteo.de ([185.67.36.66]:53153) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oLLRI-0002Uy-VP for 57053@debbugs.gnu.org; Tue, 09 Aug 2022 05:22:18 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 033AF240101 for <57053@debbugs.gnu.org>; Tue, 9 Aug 2022 11:22:10 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1660036931; bh=09s2j3a05IfmrfTotKXOOyNJNoWM5RjH1u8itCk6NMc=; h=From:To:Subject:Date:From; b=J0GSFxzL6g8RTfr9QLbq92+wToWMmKX8xUlYrEc8+7US6zeKmfZavTNGDBfY+Pp9d ulYPPYgrOzmouqY05OOcvVRR/Smt4E3URpzZWMIzBD3Tu2eD7G0U4egmSoqNgSF2ov HG4ia4QGGcIgsSCsSkRnTh34l0f0w9SdILZG/73pibUEWFHMC4tzK2W2XfMlZra2Fc ZMhHSgVOXKmtXfTRMI4EfXcE5ZKYyj1Klcv5pC2BLSPOobRam6HmJLnwKcf04Onoyi iL+riDtVgPBYbLq2v1K6EzYwWOzvQaY3z/8IYRLosgNQ224gfgy0tocESEczGqrZ5J XTdZpeyf9CGgA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4M26z60yl6z6tmJ for <57053@debbugs.gnu.org>; Tue, 9 Aug 2022 11:22:09 +0200 (CEST) References: <867d3j87to.fsf@posteo.net> From: pukkamustard To: 57053@debbugs.gnu.org Subject: Re: [PATCH] gnu: guile-srfi-158: Update to 0.0.1-0-13126d1. (fix build) Date: Tue, 09 Aug 2022 09:17:56 +0000 In-reply-to: <867d3j87to.fsf@posteo.net> Message-ID: <86pmh97ow3.fsf@posteo.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -0.3 (/) X-Debbugs-Envelope-To: 57053 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.3 (-) --=-=-= Content-Type: text/plain Attached an updated patch that adds guile-3.0 to native-inputs. This seems to fix cross-compilation. See also discussion for #57055. -pukkamustard --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-guile-srfi-158-Update-to-0.0.1-0-13126d1.patch Content-Transfer-Encoding: quoted-printable >From 1f4f3bb8dc0f71365d9e576fe4c0572163afc49e Mon Sep 17 00:00:00 2001 From: pukkamustard Date: Mon, 8 Aug 2022 10:11:27 +0200 Subject: [PATCH] gnu: guile-srfi-158: Update to 0.0.1-0-13126d1. * gnu/packages/guile-xyz.scm (guile-srfi-158): Update to 0.0.1-0-13126d1. --- gnu/packages/guile-xyz.scm | 47 +++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 23 deletions(-) diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 3b74540a20..c1aae8791f 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -32,7 +32,7 @@ ;;; Copyright =C2=A9 2020 Jesse Gibbons ;;; Copyright =C2=A9 2020 Mike Rosset ;;; Copyright =C2=A9 2020 Liliana Marie Prikler -;;; Copyright =C2=A9 2020, 2021 pukkamustard +;;; Copyright =C2=A9 2020, 2021, 2022 pukkamustard ;;; Copyright =C2=A9 2021 Bonface Munyoki Kilyungi ;;; Copyright =C2=A9 2021 Xinglu Chen ;;; Copyright =C2=A9 2021 Leo Le Bouter @@ -3116,32 +3116,33 @@ (define-public guile-srfi-145 (license license:gpl3+))) =20 (define-public guile-srfi-158 - (package - (name "guile-srfi-158") - (version "0.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gitlab.com/mjbecze/guile-srfi-158.git") - (commit version))) - (sha256 - (base32 - "0b8hlv1bldbcwkcxi9y8mm6xp5gbgpg7b15bwqxv70iynl9d9a7c")) - (file-name (git-file-name name version)))) - (build-system gnu-build-system) - (native-inputs - (list autoconf automake pkg-config)) - (inputs - (list guile-3.0)) - (home-page "https://gitlab.com/samplet/guile-srfi-158") - (synopsis "SRFI 158 (Generators and Accumulators) for Guile") - (description "This package provides an implementation of SRFI 158 + (let ((commit "13126d1ed37892c864337a600a43d6876625fb99") + (revision "0")) + (package + (name "guile-srfi-158") + (version (git-version "0.0.1" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://gitlab.com/mjbecze/guile-srfi-158.git") + (commit commit))) + (sha256 + (base32 + "0hg57l3w5qamip1clkab0q01np5nqln9y054q39smm4ki0svdl8w")) + (file-name (git-file-name name version)))) + (build-system gnu-build-system) + (native-inputs + (list guile-3.0 autoconf automake pkg-config)) + (inputs (list guile-3.0)) + (home-page "https://gitlab.com/samplet/guile-srfi-158") + (synopsis "SRFI 158 (Generators and Accumulators) for Guile") + (description "This package provides an implementation of SRFI 158 for Guile. SRFI 158 defines utility procedures that create, transform, and consume generators. It also defines procedures that return accumulators. It is implemented by wrapping the sample implementation in a thin Guile compatibility layer.") - (license license:gpl3+))) + (license license:gpl3+)))) =20 (define-public guile-srfi-159 (let ((commit "1bd98abda2ae4ef8f36761a167903e55c6bda7bb") --=20 2.37.1 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable writes: > Hello Guix, > > This updates guile-srfi-158 to a VCS checkout with fixes that were > causing build failures. > > See also: https://gitlab.com/mjbecze/guile-srfi-158/-/merge_requests/1 > > Best regards, > pukkamustard > > From 52418e221ab1002c83c22d7345d57de116c1a550 Mon Sep 17 00:00:00 2001 > From: pukkamustard > Date: Mon, 8 Aug 2022 10:11:27 +0200 > Subject: [PATCH] gnu: guile-srfi-158: Update to 0.0.1-0-13126d1. > > * gnu/packages/guile-xyz.scm (guile-srfi-158): Update to 0.0.1-0-13126d1. > --- > gnu/packages/guile-xyz.scm | 48 ++++++++++++++++++++------------------ > 1 file changed, 25 insertions(+), 23 deletions(-) > > diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm > index 3b74540a20..cbdc9c5b66 100644 > --- a/gnu/packages/guile-xyz.scm > +++ b/gnu/packages/guile-xyz.scm > @@ -32,7 +32,7 @@ > ;;; Copyright =C2=A9 2020 Jesse Gibbons > ;;; Copyright =C2=A9 2020 Mike Rosset > ;;; Copyright =C2=A9 2020 Liliana Marie Prikler > -;;; Copyright =C2=A9 2020, 2021 pukkamustard > +;;; Copyright =C2=A9 2020, 2021, 2022 pukkamustard > ;;; Copyright =C2=A9 2021 Bonface Munyoki Kilyungi > ;;; Copyright =C2=A9 2021 Xinglu Chen > ;;; Copyright =C2=A9 2021 Leo Le Bouter > @@ -3116,32 +3116,34 @@ (define-public guile-srfi-145 > (license license:gpl3+))) >=20=20 > (define-public guile-srfi-158 > - (package > - (name "guile-srfi-158") > - (version "0.0.1") > - (source > - (origin > - (method git-fetch) > - (uri (git-reference > - (url "https://gitlab.com/mjbecze/guile-srfi-158.git") > - (commit version))) > - (sha256 > - (base32 > - "0b8hlv1bldbcwkcxi9y8mm6xp5gbgpg7b15bwqxv70iynl9d9a7c")) > - (file-name (git-file-name name version)))) > - (build-system gnu-build-system) > - (native-inputs > - (list autoconf automake pkg-config)) > - (inputs > - (list guile-3.0)) > - (home-page "https://gitlab.com/samplet/guile-srfi-158") > - (synopsis "SRFI 158 (Generators and Accumulators) for Guile") > - (description "This package provides an implementation of SRFI 158 > + (let ((commit "13126d1ed37892c864337a600a43d6876625fb99") > + (revision "0")) > + (package > + (name "guile-srfi-158") > + (version (git-version "0.0.1" revision commit)) > + (source > + (origin > + (method git-fetch) > + (uri (git-reference > + (url "https://gitlab.com/mjbecze/guile-srfi-158.git") > + (commit commit))) > + (sha256 > + (base32 > + "0hg57l3w5qamip1clkab0q01np5nqln9y054q39smm4ki0svdl8w")) > + (file-name (git-file-name name version)))) > + (build-system gnu-build-system) > + (native-inputs > + (list autoconf automake pkg-config)) > + (inputs > + (list guile-3.0)) > + (home-page "https://gitlab.com/samplet/guile-srfi-158") > + (synopsis "SRFI 158 (Generators and Accumulators) for Guile") > + (description "This package provides an implementation of SRFI 158 > for Guile. SRFI 158 defines utility procedures that create, > transform, and consume generators. It also defines procedures that > return accumulators. It is implemented by wrapping the sample > implementation in a thin Guile compatibility layer.") > - (license license:gpl3+))) > + (license license:gpl3+)))) >=20=20 > (define-public guile-srfi-159 > (let ((commit "1bd98abda2ae4ef8f36761a167903e55c6bda7bb") --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 11 03:51:47 2022 Received: (at 57053-done) by debbugs.gnu.org; 11 Aug 2022 07:51:48 +0000 Received: from localhost ([127.0.0.1]:51392 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oM2yp-00011S-Nt for submit@debbugs.gnu.org; Thu, 11 Aug 2022 03:51:47 -0400 Received: from eggs.gnu.org ([209.51.188.92]:42330) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oM2yo-00011E-B4 for 57053-done@debbugs.gnu.org; Thu, 11 Aug 2022 03:51:46 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:48180) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oM2yi-0005Xc-Va; Thu, 11 Aug 2022 03:51:40 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=0KQx5ocHv2PmuNTuck+fi42Hn4XMP845kdrhF+V1aYk=; b=hR2jlPAnm1xF4QeQoqSG C4YcPGCmFCdzQTSzkN0hWq3UNdx4Hi8r0yFDoBTRRJOlpGRhGTHNvjAEY/4VjSp3w3R/dy21eOprh 7ZCTCiZQ5GX/6ZlD0vmg5gdzZoIgpxvopsoM7iVuf4SqAUaKrA5OQaRPkO09P3tIbhAl+ZJowO1lA GcnpQPQaVWWnqbezNw/hN8DaYaDrhInSUMEsO947IuuI5RZJ/DByx4fup8w5wiaPFz8aakj5LZczy uYTSBd7to9dpBmwls9TaOUgrR7FDDxMEsWy2KUQljjymnNV42hdstxiCtMGc8owUAQtiB6J8UtS7X M4A/ZY9JMoDqZw==; Received: from 2a02-8429-81d2-3d01-94c9-8097-ea5c-2775.rev.sfr.net ([2a02:8429:81d2:3d01:94c9:8097:ea5c:2775]:56382 helo=meije) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oM2yi-00051Z-Ie; Thu, 11 Aug 2022 03:51:40 -0400 From: Mathieu Othacehe To: pukkamustard Subject: Re: bug#57053: [PATCH] gnu: guile-srfi-158: Update to 0.0.1-0-13126d1. (fix build) References: <867d3j87to.fsf@posteo.net> <86pmh97ow3.fsf@posteo.net> Date: Thu, 11 Aug 2022 09:51:38 +0200 In-Reply-To: <86pmh97ow3.fsf@posteo.net> (pukkamustard@posteo.net's message of "Tue, 09 Aug 2022 09:17:56 +0000") Message-ID: <87czd743qt.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 57053-done Cc: 57053-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: -3.3 (---) > * gnu/packages/guile-xyz.scm (guile-srfi-158): Update to 0.0.1-0-13126d1. Pushed, thanks! Mathieu From unknown Mon Aug 18 15:39:43 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 08 Sep 2022 11:24:07 +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