From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 20 18:29:50 2022 Received: (at submit) by debbugs.gnu.org; 20 Dec 2022 23:29:50 +0000 Received: from localhost ([127.0.0.1]:47749 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p7m3S-0005mh-2l for submit@debbugs.gnu.org; Tue, 20 Dec 2022 18:29:50 -0500 Received: from lists.gnu.org ([209.51.188.17]:49914) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p7m3Q-0005mb-HI for submit@debbugs.gnu.org; Tue, 20 Dec 2022 18:29:48 -0500 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 1p7m3Q-0002tX-2F; Tue, 20 Dec 2022 18:29:48 -0500 Received: from cascadia.aikidev.net ([173.255.214.101]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p7m3N-0003Mr-Qf; Tue, 20 Dec 2022 18:29:47 -0500 Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:20]) (Authenticated sender: vagrant@cascadia.debian.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id DF1441AA98; Tue, 20 Dec 2022 15:29:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=debian.org; s=1.vagrant.user; t=1671578980; bh=3U8Odx+WoB6ZhdLCaZZE+V6zjOL/mR3wdB5ubMSqPCQ=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=gX9A1TTFRmTBxbI5jXrjB4CCwvlgdsNDE4GIbrCTRBLQOvMzQPpwbkQJxj7E4gBZ7 kOJVo7m5oinNf2E4DDD7PB5Mx7VdxvjiU2Hwd17m1mHdQYxNJKVt3OU87woYG9mAWm NKQB7iaIb+KxjN1b3U88ZXQHKNFwIrhEmnEh7JnrmKbWabVitKmLS6OxjDVQbju2La LLLRliuL9WNK2C9RMYkLF5YxnBHr9rbAiyPsQXqRx8+yUSBkk24XBzdEaHqLyd1AYw wayqIrTjLJMdETGEnWS8rlylW5iFtQryI9KngtdFw5YDb7Vw+hQoa4b0JOa4QxvEB9 TKeiHBS+XEvPA== From: Vagrant Cascadian To: guix-patches@gnu.org Subject: guile-ssh 0.16 update In-Reply-To: <87mt7iwi16.fsf@contorta> References: <87wn8jd680.fsf@contorta> <87tu3nd3im.fsf@contorta> <87cza5vc9h.fsf@gnu.org> <87mt7iwi16.fsf@contorta> Date: Tue, 20 Dec 2022 15:29:35 -0800 Message-ID: <87tu1py7q8.fsf@contorta> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: none client-ip=173.255.214.101; envelope-from=vagrant@debian.org; helo=cascadia.aikidev.net 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, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: guix-devel@gnu.org, Ludovic =?utf-8?Q?Court=C3=A8s?= 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 (---) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 2022-12-20, Vagrant Cascadian wrote: > On 2022-11-02, Ludovic Court=C3=A8s wrote: >> Vagrant Cascadian skribis: >>> On 2022-10-28, Vagrant Cascadian wrote: >>>> Updating guile-ssh to 0.16.0 actually went mostly smoothly, except >>>> guix-jupytertest suites fail. > ... >>> For clarity, I used: >>> >>> ./pre-inst-env guix build --keep-going $(./pre-inst-env guix refresh --= list-dependent libssh guile-ssh | cut -d : -f 2 | sed -e 's,guix-daemon,gui= x,g' | tr ' ' '\n' | grep -v kodi | grep -v jupyter) >> >> You can also test Guix SSH functionality, to be on the safe side, for >> example by running =E2=80=98guix copy=E2=80=99 on the =E2=80=98guix=E2= =80=99 package built with these >> new versions. ... > So, I attempted that in the newish wip-guile-ssh-0.16 branch, but > getting test suite failures even without the guile-ssh patches, so hard > to test that guix copy works... That seems to have been fixed by: 680970490c556ae0029aa1ba2b0faba162118186 tests: Adjust 'guix package' tes= t to latest package search metrics. Thanks! > Is this at least the right approach? e.g. point guix at a commit where > guile-ssh is updated? Is there anything special with the revision? As > you can see from the wip-guile-ssh-0.16 branch, I tried revision "0.1" > and then switched back to "0" ... (fearing clobbering a real-world "1" > revision someday...). I pushed a wip branch just to be able to easily > pull to a commit not on master... as I don't know how to do that > locally. > > Presuming I can get guix to build successfully, do i then need to > reconfigure the systems to use a guix-daemon with guile-ssh on both? > ... and then run "guix copy" between the two systems? Well, that is what I did, pulled guix to the curren wip-guile-ssh-0.16 branch (which contains an update to guile-ssh 0.16 and updates guix to use a commit containing that), and managed to guix copy from one machine to another, so I *think* we are good! Patch attached for the guile-ssh update. Once that lands in master we can consider updating guix to use it... live well, vagrant --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-gnu-guile-ssh-Update-to-0.16.0.patch Content-Transfer-Encoding: quoted-printable From=206f33de5f2df02c0ca2ef05409b1993b9fc69f4f9 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Thu, 27 Oct 2022 13:13:28 -0700 Subject: [PATCH] gnu: guile-ssh: Update to 0.16.0. * gnu/packages/ssh.scm (guile-ssh): Update to 0.16.0. =2D-- gnu/packages/ssh.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm index babed807f9..65280bc4da 100644 =2D-- a/gnu/packages/ssh.scm +++ b/gnu/packages/ssh.scm @@ -318,7 +318,7 @@ (define-public openssh-sans-x (define-public guile-ssh (package (name "guile-ssh") =2D (version "0.15.1") + (version "0.16.0") (home-page "https://github.com/artyom-poptsov/guile-ssh") (source (origin (method git-fetch) @@ -328,7 +328,7 @@ (define-public guile-ssh (file-name (git-file-name name version)) (sha256 (base32 =2D "0zzn5hsf97b35gixyg4z14sspl15qwnp52y4h89wra4y31l7467q"))= )) + "1ka5ayrg7kysx3bi5d8s0z6n12sdc06qp9gc4k9h2mlw3vz187ny")))) (build-system gnu-build-system) (outputs '("out" "debug")) (arguments =2D-=20 2.35.1 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCY6JFXwAKCRDcUY/If5cW qjNrAP94/fPAgMLxrHGV9zblbTCbF/ymT+3fMbGIsfKdKYIK0wEA4jQYq6/7tirZ BpcxtmqNyV8rrzpp9yGz2RSSAl6o2wA= =LXfD -----END PGP SIGNATURE----- --==-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 21 17:39:00 2022 Received: (at 60227) by debbugs.gnu.org; 21 Dec 2022 22:39:00 +0000 Received: from localhost ([127.0.0.1]:54346 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p87jo-0005vw-0D for submit@debbugs.gnu.org; Wed, 21 Dec 2022 17:39:00 -0500 Received: from eggs.gnu.org ([209.51.188.92]:50354) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p87jl-0005vq-JP for 60227@debbugs.gnu.org; Wed, 21 Dec 2022 17:38:58 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p87je-0008Vj-Ks; Wed, 21 Dec 2022 17:38:50 -0500 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=EcfdjJ64GhtKL+EGBBuDbjxWbnGfBpudIwqRNkQpbHI=; b=jPo1HrqqLJ/IMFA2VAc4 37zQGpos51G23QYpo1OblkTvzbZq0EQ94g5PYk+w5n+VGZX0ccXoTvV6FjAV06WtfVv+qCeDwGtjj FMSzEmErlo4K9yrpgKJMM6yWiefO+UvpTe6wsb7Nn7XkS/XgekmRMYIIoXQUqL1v1vhiIs16u9D7f B0aY86yUnn1yt41bXt+6CAsA4beqD6ZwrO7F4KOVZ+nAYu0FQSpr+VUYv9Xb98sQTsZ5uZJZ7EaJ3 ExC7/qVYqH6I1Erznd5qDvs1/JioMA1b29jryGioDUwp1vhcRB2uFkHKDCuN//2G5MD1Hr2Oc1hih wlHCIsuRqo6w2A==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p87je-0001AG-3U; Wed, 21 Dec 2022 17:38:50 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Vagrant Cascadian Subject: Re: bug#60227: guile-ssh 0.16 update References: <87wn8jd680.fsf@contorta> <87tu3nd3im.fsf@contorta> <87cza5vc9h.fsf@gnu.org> <87mt7iwi16.fsf@contorta> <87tu1py7q8.fsf@contorta> Date: Wed, 21 Dec 2022 23:38:46 +0100 In-Reply-To: <87tu1py7q8.fsf@contorta> (Vagrant Cascadian's message of "Tue, 20 Dec 2022 15:29:35 -0800") Message-ID: <87sfh82xhl.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 60227 Cc: guix-devel@gnu.org, 60227@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 (---) Howdy! Vagrant Cascadian skribis: > Well, that is what I did, pulled guix to the curren wip-guile-ssh-0.16 > branch (which contains an update to guile-ssh 0.16 and updates guix to > use a commit containing that), and managed to guix copy from one machine > to another, so I *think* we are good! As mentioned on IRC, I tested it with =E2=80=98GUIX_DAEMON_SOCKET=3Dssh://= =E2=80=A6=E2=80=99 and =E2=80=98guix copy=E2=80=99, and it all seems good. So I think you can go = ahead! > Patch attached for the guile-ssh update. Once that lands in master we > can consider updating guix to use it... No need to update the =E2=80=98guix=E2=80=99 package, or am I missing somet= hing? The =E2=80=98guix=E2=80=99 package depends on guile-ssh, so it=E2=80=99ll end u= p using the new version anyway. Thanks! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 22 02:16:47 2022 Received: (at 60227-done) by debbugs.gnu.org; 22 Dec 2022 07:16:47 +0000 Received: from localhost ([127.0.0.1]:56613 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p8Fot-0003Qx-H3 for submit@debbugs.gnu.org; Thu, 22 Dec 2022 02:16:47 -0500 Received: from cascadia.aikidev.net ([173.255.214.101]:50704) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p8Fop-0003Qi-IM for 60227-done@debbugs.gnu.org; Thu, 22 Dec 2022 02:16:46 -0500 Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:20]) (Authenticated sender: vagrant@cascadia.debian.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id 26C241AA9F; Wed, 21 Dec 2022 22:56:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=debian.org; s=1.vagrant.user; t=1671692202; bh=yMLZf0MTS01Ur2bSDBh12oYioFCs7+J2sXaHcBHLr9w=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=V98NFWRwy6j0PYJSRqgwzIw0qAVaMRcOUSPQ963N6Fij8Wvcqne9xJEcB2YD+gIlO f81W9Y1VcJRb98ftorMDFMZ7H4/aQ+ABhuXJljplOlmIhCh3rbTg+cHP3t5wTM4mI7 Q85goeE2oV9bcgwYUXrO5yjbdaWNdwyYfiMjt8ItCrbiWJrTOBH0kaq9sdGZT/5FAb tpaFvKWEoV5fMHVsYEAfAETPs9nVMRTkTar32cTDCws6BHt9gG9VcAkPOmk9mqusb8 b8r8xoIvWkZ1cmcum/lJ+FqYtfmCcdf7xf3QnMgNHoAGrERTgYRQHFBntJKzgRu9mI 3GCIjB0elomLQ== From: Vagrant Cascadian To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: bug#60227: guile-ssh 0.16 update In-Reply-To: <87sfh82xhl.fsf_-_@gnu.org> References: <87wn8jd680.fsf@contorta> <87tu3nd3im.fsf@contorta> <87cza5vc9h.fsf@gnu.org> <87mt7iwi16.fsf@contorta> <87tu1py7q8.fsf@contorta> <87sfh82xhl.fsf_-_@gnu.org> Date: Wed, 21 Dec 2022 22:56:37 -0800 Message-ID: <87zgbg6i56.fsf@contorta> 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: 60227-done Cc: guix-devel@gnu.org, 60227-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; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 2022-12-21, Ludovic Court=C3=A8s wrote: > Vagrant Cascadian skribis: > >> Well, that is what I did, pulled guix to the curren wip-guile-ssh-0.16 >> branch (which contains an update to guile-ssh 0.16 and updates guix to >> use a commit containing that), and managed to guix copy from one machine >> to another, so I *think* we are good! > > As mentioned on IRC, I tested it with =E2=80=98GUIX_DAEMON_SOCKET=3Dssh:/= /=E2=80=A6=E2=80=99 and > =E2=80=98guix copy=E2=80=99, and it all seems good. So I think you can g= o ahead! Ok, pushed as 0744540d09ddef8dbf25cc5d65da9d029dab338c. >> Patch attached for the guile-ssh update. Once that lands in master we >> can consider updating guix to use it... > > No need to update the =E2=80=98guix=E2=80=99 package, or am I missing som= ething? The > =E2=80=98guix=E2=80=99 package depends on guile-ssh, so it=E2=80=99ll end= up using the new > version anyway. Probably (clearly?) just me overthinking it and somehow... guix builds with the inputs from the guix commit defined in the guix package, not just as the source code for the guix package built with the currently defined guix inputs to using the guix build tool... guix building guix with guix and with guix defining the guix inputs... to alleviate risk of casuing any genuine (further) confusion... I'll trust your judgement here! live well, vagrant --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCY6P/pgAKCRDcUY/If5cW qs8oAQDMRt820wTIeSv5gIFpjae5/LxM+GD2Oxyel0aqyF1aSwD8C/4NLkPA+qOC MEyOpgqUq4OHRNLI8kQ1ge4R6JxyDQI= =d00c -----END PGP SIGNATURE----- --=-=-=-- From unknown Thu Jun 19 14:23:55 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, 19 Jan 2023 12:24:06 +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