guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Create package and guix-daemon


From: Daniel Pimentel
Subject: Re: Create package and guix-daemon
Date: Fri, 24 Jul 2015 09:44:55 -0300
User-agent: Roundcube Webmail/1.0.5

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

[Prev in Thread] Current Thread [Next in Thread]