From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Create package and guix-daemon Date: Fri, 24 Jul 2015 14:58:08 +0200 Message-ID: <20150724125808.GA8574@debian> References: <4c86aace96953a3ef6aebc6867855425@openmailbox.org> <20150723204220.GA11635@debian> <533990027331a4be22c1f701e60c8d0a@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]:51697) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZIcYI-0001TK-Vu for guix-devel@gnu.org; Fri, 24 Jul 2015 08:58:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZIcYF-0004UB-Lx for guix-devel@gnu.org; Fri, 24 Jul 2015 08:58:14 -0400 Content-Disposition: inline In-Reply-To: <533990027331a4be22c1f701e60c8d0a@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, guix-devel-bounces+d4n1=opmbx.org@gnu.org On Fri, Jul 24, 2015 at 09:44:55AM -0300, Daniel Pimentel wrote: > 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. Yes, I was mixing up the two, prefix and localstatedir. Sorry! Andreas