From debbugs-submit-bounces@debbugs.gnu.org Tue May 05 05:28:34 2020 Received: (at 41063) by debbugs.gnu.org; 5 May 2020 09:28:34 +0000 Received: from localhost ([127.0.0.1]:34714 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jVtsL-0006S2-Qy for submit@debbugs.gnu.org; Tue, 05 May 2020 05:28:34 -0400 Received: from eggs.gnu.org ([209.51.188.92]:45076) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jVtsK-0006Rq-1l for 41063@debbugs.gnu.org; Tue, 05 May 2020 05:28:29 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:50603) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jVtsE-00019j-Oe; Tue, 05 May 2020 05:28:22 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=55752 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jVtsD-0003dm-7X; Tue, 05 May 2020 05:28:21 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Christopher Howard Subject: Re: bug#41063: emacs-guix: unrecognized keyword error References: X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 17 =?utf-8?Q?Flor=C3=A9al?= an 228 de la =?utf-8?Q?R?= =?utf-8?Q?=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Tue, 05 May 2020 11:28:17 +0200 In-Reply-To: (Christopher Howard's message of "Sun, 03 May 2020 12:50:39 -0800") Message-ID: <87sggen32m.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 41063 Cc: christopher@librehacker.com, 41063@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi Christopher, Christopher Howard skribis: > If I attempt to install a package in emacs-guix, process dies with > error > > ''' > scheme@(emacs-guix)> (process-package-actions "/var/guix/profiles/per- > user/christopher/guix-profile" #:install '((139934396296288 "out")) > #:upgrade '() #:remove '() #:use-substitutes? #t #:dry-run? #f) > The process begins ... > The following package will be installed: > pioneers 15.5 > > emacs-guix/actions.scm:118:8: In procedure process-package-actions: > Unrecognized keyword: #:use-substitutes? This probably has to do with this API change: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=3D65ffb9388c1c3d870= cb07e4cb3ef12c9ac06a161 I see it=E2=80=99s already reported upstream: https://gitlab.com/emacs-guix/emacs-guix/-/issues/18 Thanks, Ludo=E2=80=99.