emacs-guix: Cannot install packge. "no variable name %final-inputs in #<directory (gnu packages commencement) 7f3370adf000>

  • Open
  • quality assurance status badge
Details
2 participants
  • Cayetano Santos
  • Laurence Rochfort
Owner
unassigned
Submitted by
Laurence Rochfort
Severity
normal

Debbugs page

Laurence Rochfort wrote 4 weeks ago
(address . bug-guix@gnu.org)
CAMof6LCPq+nKDchzk_seJTFPYgxc3r-jb-gKFqyC8258y3v-fA@mail.gmail.com
Attempting to run any package action via emacs-guix results in the
below warning about abiword, and an exception about %final-inputs.
The warning about abi-word appears when the REPL starts.

$ guix describe
Generation 8 Feb 14 2025 11:13:57 (current)
guix 7c6a76f
branch: master
commit: 7c6a76fa090e846d79a7983d5cf1429932eb48ce


*Guix REPL* output following request to install nethack via guix-emacs:

GNU Guile 3.0.9
Copyright (C) 1995-2023 Free Software Foundation, Inc.

Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
This program is free software, and you are welcome to redistribute it
under certain conditions; type `,show c' for details.

Enter `,help' for help.
scheme@(guile-user)> ,m (emacs-guix)
scheme@(emacs-guix)> warning: failed to load '(gnu packages abiword)':
(process-package-actions
"/var/guix/profiles/per-user/laurence/guix-profile" #:install
'((139858567621552 "out")) #:upgrade '() #:remove '()
#:use-substitutes? #t #:dry-run? #f)
The process begins ...
The following package will be installed:
nethack 3.6.7

ice-9/boot-9.scm:1685:16: In procedure raise-exception:
No variable named %final-inputs in #<directory (gnu packages
commencement) 7f3370adf000>

Entering a new prompt. Type `,bt' for a backtrace or `,q' to continue.
Cayetano Santos wrote 3 weeks ago
(address . laurence.rochfort@gmail.com)(address . 76285@debbugs.gnu.org)
878qq3ecv6.fsf@inventati.org
I’m unable to reproduce the issue. Could you try the following ?

guix shell -CW emacs emacs-guix -- guix repl

followed by

,m (emacs-guix)

Do you still observe the same problem ?

--
Cayetano Santos
.
gpg: CCB8 1842 F9D7 058E CD67 377A BF5C DF4D F6BF 6682
key: meta.sr.ht/~csantosb.pgp
-----BEGIN PGP SIGNATURE-----

iI0EARYKADUWIQTMuBhC+dcFjs1nN3q/XN9N9r9mggUCZ7RoXRccY3NhbnRvc2JA
aW52ZW50YXRpLm9yZwAKCRC/XN9N9r9mgnyrAQC0yxCZGa8vzWidtXaFJxWe33cx
FGlTzBTatPjg3kXBywD/XDYyqUQ77a+q6WULgbRGOYkGfdiGy5nCabi8w+kIBAE=
=iA63
-----END PGP SIGNATURE-----

?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 76285@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76285
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help