bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#74800: guix package lacks offloading capabilities (guile-ssh@0.18)


From: Dariqq
Subject: bug#74800: guix package lacks offloading capabilities (guile-ssh@0.18)
Date: Wed, 11 Dec 2024 21:03:46 +0000

Running what the GUIX_CHECK_GUILE_SSH macro expands to with guile-ssh@0.18 yields


--8<---------------cut here---------------start------------->8---
scheme@(guile-user)> (and (@ (ssh channel) channel-send-eof)
            (@ (ssh popen) open-remote-pipe)
            (@ (ssh dist node) node-eval)
            (@ (ssh auth) userauth-gssapi!)
            ((@ (ssh session) make-session) #:nodelay #t))
ice-9/boot-9.scm:1685:16: In procedure raise-exception:
Throw to key `guile-ssh-error' with args `("'config' is specified, but 'host' option is missed.")'.
--8<---------------cut here---------------end--------------->8---


On 11.12.24 21:38, Dariqq wrote:
Hello,

I was trying the patch for https://issues.guix.gnu.org/74787 and was wondering why it didnt work for me.

The default guix package is currently built without the offloading/ssh support:

from the configure script:

checking whether Guile-SSH is available and recent enough... no


E.g. this recent build on ci.g.g.o: https://ci.guix.gnu.org/ build/6971850/details






reply via email to

[Prev in Thread] Current Thread [Next in Thread]