Hello, On Thu, Jul 23, 2015 at 05:35:06PM -0300, Daniel Pimentel wrote: > /run/current-system/profile/share/guile/site/2.0/guix/config.go > guix build: error: failed to connect to > `/usr/local/var/guix/daemon-socket/socket': No such file or directory > > P.S: I my system there isn't /usr directory.
The "/usr/local/" part above corresponds to the value of "--prefix=..." when you run "./configure". The default is exactly "/usr/local". I think you need to run ./configure --prefix=/existing/path before compiling the daemon; maybe even ./configure --prefix=/tmp will work if you do not run "make install". Andreas