From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Create package and guix-daemon Date: Thu, 23 Jul 2015 22:42:20 +0200 Message-ID: <20150723204220.GA11635@debian> References: <4c86aace96953a3ef6aebc6867855425@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59099) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZINK6-0000SW-6C for guix-devel@gnu.org; Thu, 23 Jul 2015 16:42:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZINK2-0008Cs-5I for guix-devel@gnu.org; Thu, 23 Jul 2015 16:42:34 -0400 Received: from mout.kundenserver.de ([212.227.17.10]:53260) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZINK1-0008Cn-Sd for guix-devel@gnu.org; Thu, 23 Jul 2015 16:42:30 -0400 Content-Disposition: inline In-Reply-To: <4c86aace96953a3ef6aebc6867855425@openmailbox.org> 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: Daniel Pimentel Cc: guix-devel@gnu.org 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