GNU bug report logs -
#36162
[PATCH 0/4] Add 'remote-eval'
Previous Next
Reported by: Ludovic Courtès <ludo <at> gnu.org>
Date: Mon, 10 Jun 2019 21:10:01 UTC
Severity: normal
Tags: fixed, patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Ludovic Courtès <ludo <at> gnu.org> writes:
> Let me know if you find other issues. Thanks for testing!
This fixes the test suite, but I'm having an issue with 'remote-eval'
now. A G-Expression with no inputs such as
#+BEGIN_SRC scheme
(mlet %store-monad ((result (remote-eval #~(begin (string-append "Hello, " "world!"))
(ssh-session machine))))
(display result)
(newline))
#+END_SRC
results in the following error:
#+BEGIN_SRC
Backtrace:
13 (apply-smob/1 #<catch-closure 1954a20>)
In ice-9/boot-9.scm:
705:2 12 (call-with-prompt _ _ #<procedure default-prompt-handle…>)
In ice-9/eval.scm:
619:8 11 (_ #(#(#<directory (guile-user) 19d2140>)))
In guix/ui.scm:
1747:12 10 (run-guix-command _ . _)
In guix/store.scm:
623:10 9 (call-with-store _)
In srfi/srfi-1.scm:
640:9 8 (for-each #<procedure 5fe5600 at guix/scripts/deploy.s…> …)
In guix/scripts/deploy.scm:
84:20 7 (_ _)
In guix/store.scm:
1794:24 6 (run-with-store _ _ #:guile-for-build _ #:system _ # _)
In unknown file:
5 (_ #<procedure 5ff43c0 at ice-9/eval.scm:330:13 ()> #<…> …)
In guix/remote.scm:
116:10 4 (_ _)
In guix/store.scm:
1690:38 3 (_ #<store-connection 256.99 5da0960>)
In guix/derivations.scm:
987:22 2 (build-derivations #<store-connection 256.99 5da0960> # _)
In srfi/srfi-1.scm:
592:17 1 (map1 ((#<derivation /gnu/store/16c8c8hm1qdn6xz…> . #) …))
In guix/derivations.scm:
987:27 0 (_ _)
guix/derivations.scm:987:27: Throw to key `match-error' with args `("match" "no matching pattern" (#<derivation /gnu/store/16c8c8hm1qdn6xz8014939mirc7c4d4j-guile-2.2.4.drv => /gnu/store/cz91c7nvg7495vacv44bxmqnn8sha3cb-guile-2.2.4-debug /gnu/store/r658y3cgpnf99nxjxqgjiaizx20ac4k0-guile-2.2.4 47e69b0> . "out"))'.
#+END_SRC
Regards,
Jakob
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 6 years and 16 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.