unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* New ,build command sets the wrong path for guix daemon
@ 2022-10-07 17:12 Joshua Branson
  2022-10-08  8:50 ` Ricardo Wurmus
  2022-10-08 15:09 ` jbranso
  0 siblings, 2 replies; 3+ messages in thread
From: Joshua Branson @ 2022-10-07 17:12 UTC (permalink / raw)
  To: help-guix


Hello!

The new ,build meta command is pretty awesome!  It works in the guix
repl, but seems to give an error in the geiser repl.

#+BEGIN_SRC org
joshua@crazyhorse ~ (master)> guix repl
GNU Guile 3.0.8
Copyright (C) 1995-2021 Free Software Foundation, Inc.

Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
This program is free software, and you are welcome to redistribute it
under certain conditions; type `,show c' for details.

Enter `,help' for help.
scheme@(guix-user)> ,use (guix)
scheme@(guix-user)> ,build (plain-file "the" "text")
$1 = "/gnu/store/k6mvi88r0hz4349imxzpx704lcqz3jv5-the"
#+END_SRC

But do the same in a geiser repl, and I am running into trouble:

#+BEGIN_SRC org
,m (gnu services mail)
scheme@(gnu services mail)> ,use (guix)
scheme@(gnu services mail)>
While executing meta-command:
ERROR:
  1. &store-connection-error:
      file: "/usr/local/var/guix/daemon-socket/socket"
      errno: 2
#+END_SRC

What am I doing wrong?

Thanks,

Joshua


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-10-08 15:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-07 17:12 New ,build command sets the wrong path for guix daemon Joshua Branson
2022-10-08  8:50 ` Ricardo Wurmus
2022-10-08 15:09 ` jbranso

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).