From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: Re: Error in gexp.scm. Unrecognized keyword. Date: Sat, 24 Sep 2016 21:25:31 +0000 Message-ID: <8760pl2do4.fsf@we.make.ritual.n0.is> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60251) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bnuSE-0006FZ-NR for help-guix@gnu.org; Sat, 24 Sep 2016 17:25:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bnuSA-00019K-HG for help-guix@gnu.org; Sat, 24 Sep 2016 17:25:49 -0400 Received: from aibo.runbox.com ([91.220.196.211]:51955) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bnuSA-000192-9w for help-guix@gnu.org; Sat, 24 Sep 2016 17:25:46 -0400 In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Dmitry Nikolaev , help-guix Hi, Dmitry Nikolaev writes: > Hi. > > I wanted to update my GuixSD installation, but everytime I run "guix system > reconfigure ..." I'm getting > > guix/gexp.scm:314:0: In procedure computed-file: > guix/gexp.scm:314:0: In procedure # #:key options)>: Unrecognized keyword > > I've tried guix pull and guix refresh, nothing helped. > > What is wrong with my guix installation and gexp.scm? I haven't seen > anybody complaining about it in this mailing list. What do I have to do to > update my GuixSD installation? > > Dmitry Nikolaev What is the exact command you are running? The reconfigure needs to be passed the system config file, usually named config.scm (as suggested by the documentation). So when I update my systems I do: guix system build /etc/config.scm; sudo guix system reconfigure /etc/config.scm -- ng0