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: Andreas Enge
Subject: Re: Create package and guix-daemon
Date: Thu, 23 Jul 2015 22:42:20 +0200
User-agent: Mutt/1.5.23 (2014-03-12)

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




reply via email to

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