From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 4F9ZFgca3V/FGQAA0tVLHw (envelope-from ) for ; Fri, 18 Dec 2020 21:07:19 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id 8DYrEgca3V+3OgAA1q6Kng (envelope-from ) for ; Fri, 18 Dec 2020 21:07:19 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 0872B94023D for ; Fri, 18 Dec 2020 21:07:19 +0000 (UTC) Received: from localhost ([::1]:55474 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kqMy5-0006mC-Vx for larch@yhetil.org; Fri, 18 Dec 2020 16:07:18 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:57984) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kqMxq-0006m2-Ca for guix-patches@gnu.org; Fri, 18 Dec 2020 16:07:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:56819) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kqMxq-0007Oi-4X for guix-patches@gnu.org; Fri, 18 Dec 2020 16:07:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kqMxp-0006e3-Vf for guix-patches@gnu.org; Fri, 18 Dec 2020 16:07:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#45299] [PATCH] maint: Require Guile >= 2.2.6. Resent-From: Vagrant Cascadian Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 18 Dec 2020 21:07:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 45299 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ludovic =?UTF-8?Q?Court=C3=A8s?= , Efraim Flashner Received: via spool by 45299-submit@debbugs.gnu.org id=B45299.160832561725532 (code B ref 45299); Fri, 18 Dec 2020 21:07:01 +0000 Received: (at 45299) by debbugs.gnu.org; 18 Dec 2020 21:06:57 +0000 Received: from localhost ([127.0.0.1]:40132 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kqMxk-0006dk-OQ for submit@debbugs.gnu.org; Fri, 18 Dec 2020 16:06:56 -0500 Received: from cascadia.aikidev.net ([173.255.214.101]:35024) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kqMxj-0006dY-9O for 45299@debbugs.gnu.org; Fri, 18 Dec 2020 16:06:55 -0500 Received: from localhost (unknown [IPv6:2600:3c01:e000:21:21:21:0:100b]) (Authenticated sender: vagrant@cascadia.debian.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id 3F9101AA41; Fri, 18 Dec 2020 13:06:49 -0800 (PST) From: Vagrant Cascadian In-Reply-To: <87wnxfb210.fsf@gnu.org> References: <20201217153300.19296-1-ludo@gnu.org> <87wnxfb210.fsf@gnu.org> Date: Fri, 18 Dec 2020 13:06:46 -0800 Message-ID: <87im8y6cyh.fsf@yucca> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: 45299@debbugs.gnu.org Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -3.92 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 0872B94023D X-Spam-Score: -3.92 X-Migadu-Scanner: scn0.migadu.com X-TUID: rHWNna1Kbfqc --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 2020-12-18, Ludovic Court=C3=A8s wrote: > Efraim Flashner skribis: > >> Debian 10 (the current release) has guile-2.2.4 > Hmm OK. Should it hold us back, though? Debian 10 doesn't have many of the guile-* build dependencies, so I would not recommend the current Debian stable release block bumping the minimum guile 2.2 version for guix... > 2.2.6 was released in June 2019. Debian bullseye (the testing branch) currently has guile-2.2 at 2.2.7: https://tracker.debian.org/pkg/guile-2.2 Debian bullseye is likely to become Debian stable mid-2021, starting to freeze in early 2021. It should have all the dependencies for building guix against guile-2.2, and *almost* all for building guix against guile-3.0... > Also, I expect most users to either use Vagrant=E2=80=99s brand new =E2= =80=98guix=E2=80=99 > package or to use our binary tarball. The guix package may not make it out of Debian experimental any time soon... unless I switch it to use guile-2.2 (and track down the corresponding test suite failures) or the guile-gnutls test suite issues with guile-3.0 get fixed. live well, vagrant --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCX90Z5gAKCRDcUY/If5cW qoqqAQCDKp3XwMuTcAFKvry5hs1tKUOBX8WBD/+/EcXbtZYRNwD/SoSwDzcnghxZ K6FXekURZRwPDBPQLTEHG9VuUmt6NQ8= =ilST -----END PGP SIGNATURE----- --=-=-=--