On 2024-12-02, Vagrant Cascadian wrote: > The attached patch updates guile-ssh to 0.18.0. > > This allows it to build successfully with libssh 0.11.x, which is not > yet in guix master but paves the way for an easier upgrade of libssh. > > I have not yet tested all other dependents. Well, successfully built with: $ guix build --dependents guile-ssh guix build: computing dependents of package guile-ssh@0.18.0... /gnu/store/sj70asacssv90s6mws0fgddmnhwxrlz2-guile-ssh-0.18.0-debug /gnu/store/32np71imyihxy4gz05rgh6z6fwydlkhj-guile-ssh-0.18.0 /gnu/store/5j9yl55b2sv168zgfhppm64f36qvnmw3-guix-daemon-1.4.0-27.1eead56 /gnu/store/vv7779fqi9hpjarfqnvpnaygvzxf42af-guix-1.4.0-27.1eead56 /gnu/store/a3ck4k0zspv6cfmmnfipqmgsidsgr0ix-swineherd-0.0.4 /gnu/store/419yzjiw6xb0d398nbpajywizsiw5j4r-cuirass-1.2.0-11.e96f088 /gnu/store/kn35cw1vgxq7xjnji7524gyik4yb84rk-emacs-guix-0.5.2-7.455272c /gnu/store/vxv5w7kshsnnr57grzyf38l7b5gdc964-guile-imanifest-0.0.0-0.ccd5a21 /gnu/store/wqpak3mgkpg14zsil0w7px8v1gawphpr-cl-ospm-0.0.2 /gnu/store/6vq5zhv4k5qvwilhq611dldwax38jkny-sbcl-ospm-0.0.2 /gnu/store/1f2glzbg3zklxnwxppfldr5hsbi9nx42-gwl-0.5.1 /gnu/store/p39p5rbwa5qvj42zxliwgwycr8x1qfzx-gwl-next-0.5.0-1.706a089 /gnu/store/vfb6jgxsf8z9s174cf9w9zs7wm4ynx7c-guix-build-coordinator-0-111.037eac0 /gnu/store/6f3sfd0dwyq7vg0psazi887j2bsks6bn-bffe-0-8.06bed47 /gnu/store/3hks8wpbx15sfv4is13j6bqczmhrn8sp-guix-build-coordinator-agent-only-0-111.037eac0 /gnu/store/ni0ycq5nw4nq9lwl59wv1rjmmin8pjm8-guix-modules-0.2.0 /gnu/store/9x7wnx3w8cchx9wzzxmpsp7ch42qbid7-nar-herder-0-38.59d2b8a /gnu/store/x6fnm69z7mkp4w450mzjavv2fkm2wncy-guix-jupyter-0.3.0 /gnu/store/qcajbkir23wa7lwzk5wnl0hm9zly85hh-guix-data-service-0.0.1-55.64aeeff /gnu/store/id9j8bn00krqr9jal2dkb0rw7ldqzbh9-hpcguix-web-0.4.1 Yay, guix build --dependents! For good measure I also tried with libssh 0.11.1 applied too, and guile-ssh still builds. Some other things fail(x2goclient), but may be failing on master, so maybe no a regression? live well, vagrant