* bug#74800: guix package lacks offloading capabilities (guile-ssh@0.18)
@ 2024-12-11 20:38 Dariqq
2024-12-11 21:03 ` Dariqq
[not found] ` <3b352e02fab8ad5ab52e3dfc23baf72c4b64802e.1733954997.git.~@wolfsden.cz>
0 siblings, 2 replies; 4+ messages in thread
From: Dariqq @ 2024-12-11 20:38 UTC (permalink / raw)
To: 74800
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#74800: guix package lacks offloading capabilities (guile-ssh@0.18)
2024-12-11 20:38 bug#74800: guix package lacks offloading capabilities (guile-ssh@0.18) Dariqq
@ 2024-12-11 21:03 ` Dariqq
[not found] ` <3b352e02fab8ad5ab52e3dfc23baf72c4b64802e.1733954997.git.~@wolfsden.cz>
1 sibling, 0 replies; 4+ messages in thread
From: Dariqq @ 2024-12-11 21:03 UTC (permalink / raw)
To: 74800
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#74800: guix package lacks offloading capabilities (guile-ssh@0.18)
[not found] ` <3b352e02fab8ad5ab52e3dfc23baf72c4b64802e.1733954997.git.~@wolfsden.cz>
@ 2024-12-12 20:29 ` Ludovic Courtès
2024-12-13 13:52 ` Dariqq
0 siblings, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2024-12-12 20:29 UTC (permalink / raw)
To: Tomas Volf; +Cc: Dariqq, 74800-done, guix-patches
Tomas Volf <~@wolfsden.cz> skribis:
> The check for make-session stopped working after update to 0.18.0. This
> commit adds the additional `#:config #f' to skip reading the ssh
> configuration, arguably we did not want to do that anyway.
>
> * m4/guix.m4 (GUIX_CHECK_GUILE_SSH): Add `#:config #f' to make-session call.
>
> Change-Id: Id6ea3860292159ac2e6cf2a77df5f720f66aa071
Woow, good catch. Applied, thanks!
This Guile-SSH upgrade turned out to be trickier than expected. :-)
Ludo’.
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#74800: guix package lacks offloading capabilities (guile-ssh@0.18)
2024-12-12 20:29 ` Ludovic Courtès
@ 2024-12-13 13:52 ` Dariqq
0 siblings, 0 replies; 4+ messages in thread
From: Dariqq @ 2024-12-13 13:52 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: Tomas Volf, 74800
Thanks,
On 12.12.24 21:29, Ludovic Courtès wrote:
> Tomas Volf <~@wolfsden.cz> skribis:
>
>> The check for make-session stopped working after update to 0.18.0. This
>> commit adds the additional `#:config #f' to skip reading the ssh
>> configuration, arguably we did not want to do that anyway.
>>
>> * m4/guix.m4 (GUIX_CHECK_GUILE_SSH): Add `#:config #f' to make-session call.
>>
>> Change-Id: Id6ea3860292159ac2e6cf2a77df5f720f66aa071
>
> Woow, good catch. Applied, thanks!
>
> This Guile-SSH upgrade turned out to be trickier than expected. :-)
>
Could the guix package be updated as well s.t. the default daemon is
built with offloading again?
> Ludo’.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-12-13 13:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-11 20:38 bug#74800: guix package lacks offloading capabilities (guile-ssh@0.18) Dariqq
2024-12-11 21:03 ` Dariqq
[not found] ` <3b352e02fab8ad5ab52e3dfc23baf72c4b64802e.1733954997.git.~@wolfsden.cz>
2024-12-12 20:29 ` Ludovic Courtès
2024-12-13 13:52 ` Dariqq
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).