On 2022-12-20, Vagrant Cascadian wrote: > On 2022-11-02, Ludovic Courtès 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,guix,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 ‘guix copy’ on the ‘guix’ 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' test 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