From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Pimentel Subject: Re: Create package and guix-daemon Date: Fri, 24 Jul 2015 09:44:55 -0300 Message-ID: <533990027331a4be22c1f701e60c8d0a@openmailbox.org> References: <4c86aace96953a3ef6aebc6867855425@openmailbox.org> <20150723204220.GA11635@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47576) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZIcLW-0008UY-At for guix-devel@gnu.org; Fri, 24 Jul 2015 08:45:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZIcLS-0005ao-OO for guix-devel@gnu.org; Fri, 24 Jul 2015 08:45:02 -0400 Received: from smtp25.openmailbox.org ([62.4.1.59]:49739) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZIcLS-0005aF-JD for guix-devel@gnu.org; Fri, 24 Jul 2015 08:44:58 -0400 In-Reply-To: <20150723204220.GA11635@debian> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Andreas Enge Cc: guix-devel@gnu.org, guix-devel-bounces+d4n1=opmbx.org@gnu.org 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:)