On 2015-07-23 17:42, Andreas Enge wrote:
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
Andreas,
with "./configure --with-libgcrypt-prefix=$HOME/.guix-profile/ --prefix=/tmp" don't work to me, but with "./configure --with-libgcrypt-prefix=$HOME/.guix-profile/ --localstatedir=/var" it work.

Thanks,
--
Daniel Pimentel (d4n1 3:)

Reply via email to