From mboxrd@z Thu Jan 1 00:00:00 1970 From: Federico Beffa Subject: Re: guix pull Date: Mon, 22 Sep 2014 11:53:21 +0200 Message-ID: References: <87r3zavn6r.fsf@gnu.org> 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]:46542) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XW0JF-0001lS-ME for guix-devel@gnu.org; Mon, 22 Sep 2014 05:53:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XW0JE-0003IQ-KI for guix-devel@gnu.org; Mon, 22 Sep 2014 05:53:29 -0400 In-Reply-To: <87r3zavn6r.fsf@gnu.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: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: guix-devel@gnu.org On Wed, Sep 17, 2014 at 7:19 AM, Ludovic Court=C3=A8s wrote: > Federico Beffa skribis: > >> I've noticed that if I run "guix pull" from a directory where I do not >> have write permission I get an error: >> >> guix pull: error: mkstemp!: Permission denied >> >> Maybe it should be created in /tmp? > > Indeed, this is a bug. Should be fixed now, thanks. I believe to have found another problem after doing a "guix pull": In the directory $HOME/.config/guix/latest/guix there is a file called "config.scm.in". Shouldn't this file be processed and output "config.scm"? Regards, Fede