From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#18049: Bug in "guix system init" Date: Fri, 18 Jul 2014 20:41:46 +0200 Message-ID: <87bnsmldat.fsf@gnu.org> References: <1405616774.2096.6.camel@dusan-netbook.homenetwork> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36269) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X8D6g-00017G-TQ for bug-guix@gnu.org; Fri, 18 Jul 2014 14:42:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X8D6Z-0003EK-6s for bug-guix@gnu.org; Fri, 18 Jul 2014 14:42:10 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:35097) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X8D6Z-0003E0-3V for bug-guix@gnu.org; Fri, 18 Jul 2014 14:42:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1X8D6Y-0005a1-TT for bug-guix@gnu.org; Fri, 18 Jul 2014 14:42:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <1405616774.2096.6.camel@dusan-netbook.homenetwork> (Marek Benc's message of "Thu, 17 Jul 2014 19:06:14 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Marek Benc Cc: 18049-done@debbugs.gnu.org Marek Benc skribis: > This means that if someone (like me) configured the host Guix with > --prefix=3D/usr/local, the directory will be installed > into /usr/local/var/guix, which won't work, and will cause the installed > guix to see an empty /gnu/store. Good catch. I believe this is fixed by commit a52127c. Can you confirm that it works for you? Thanks, Ludo=E2=80=99.