From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 25 05:50:18 2020 Received: (at 41063) by debbugs.gnu.org; 25 Aug 2020 09:50:18 +0000 Received: from localhost ([127.0.0.1]:60344 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kAVas-00054c-FJ for submit@debbugs.gnu.org; Tue, 25 Aug 2020 05:50:18 -0400 Received: from eggs.gnu.org ([209.51.188.92]:36752) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kAVap-00054K-VH for 41063@debbugs.gnu.org; Tue, 25 Aug 2020 05:50:16 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:34855) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kAVak-0000zA-1S; Tue, 25 Aug 2020 05:50:10 -0400 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=48548 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kAVaj-0004ia-D1; Tue, 25 Aug 2020 05:50:09 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Michael Rohleder Subject: Re: bug#41063: emacs-guix: unrecognized keyword error References: <87sggen32m.fsf@gnu.org> <87k0ykduaw.fsf@rohleder.de> Date: Tue, 25 Aug 2020 11:50:07 +0200 In-Reply-To: <87k0ykduaw.fsf@rohleder.de> (Michael Rohleder's message of "Fri, 31 Jul 2020 09:20:55 +0200") Message-ID: <87d03fyrzk.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, Christopher Howard 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 Michael, Michael Rohleder skribis: > Ludovic Court=C3=A8s writes: >>> 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=3D65ffb9388c1c3d= 870cb07e4cb3ef12c9ac06a161 >> >> I see it=E2=80=99s already reported upstream: >> >> https://gitlab.com/emacs-guix/emacs-guix/-/issues/18 > > This is fixed with the latest (gitlab) version: > > From 1c58fd7f2de4623bb051e7f8472e703290663e64 Mon Sep 17 00:00:00 2001 > From: Michael Rohleder > Date: Fri, 31 Jul 2020 08:33:43 +0200 > Subject: [PATCH] gnu: emacs-guix: Update to latest gitlab version. > > * gnu/packages/emacs-xyz.scm (emacs-guix): Update to a 0.5.2 snapshot. > fix https://issues.guix.gnu.org/41063 > [source] changes to git-getch. > [snippet] removed. > [native-inputs] added tools to build. It=E2=80=99s perhaps not directly related but there=E2=80=99s still somethi= ng wrong with this snapshot. If I do: --8<---------------cut here---------------start------------->8--- $ guix describe Generacio 153 Aug 24 2020 10:53:47 (nuna) guix c687299 repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: c6872990b51971922f3064cba54ab752fcdc1559 $ guix environment -E ^TERM --ad-hoc emacs emacs-guix -C -- emacs -nw --8<---------------cut here---------------end--------------->8--- and from there: M-x guix RET p a I get this error in the Guix REPL: --8<---------------cut here---------------start------------->8--- Error in evaluating guile expression: ice-9/boot-9.scm:1669:16: In procedur= e raise-exception: Unbound variable: %max-returned-list-size Entering a new prompt. Type `,bt' for a backtrace or `,q' to continue. scheme@(emacs-guix) [1]> --8<---------------cut here---------------end--------------->8--- Does that ring a bell? Thanks, Ludo=E2=80=99.