guix import crate swhkd -r

  • Done
  • quality assurance status badge
Details
2 participants
  • jgart
  • Simon Tournier
Owner
unassigned
Submitted by
jgart
Severity
normal

Debbugs page

jgart wrote 2 years ago
(address . bug-guix@gnu.org)
390f2f3333abb825918295ce75addea4@dismail.de
hi,

just wanted to capture and report this bug.

when I call the following it blows up:

$ guix import crate swhkd -r
Backtrace:
5 (primitive-load "/home/jgart/.config/guix/current/bin/g…")
In guix/ui.scm:
2300:7 4 (run-guix . _)
2263:10 3 (run-guix-command _ . _)
In guix/scripts/import.scm:
89:11 2 (guix-import . _)
In guix/import/utils.scm:
638:27 1 (recursive-import "swhkd" #:repo->guix-package _ # _ # . #)
630:33 0 (lookup-node "swhkd" #f)

guix/import/utils.scm:630:33: In procedure lookup-node:
Wrong number of values returned to continuation (expected 2)

all best,

jgart

Simon Tournier wrote 2 years ago
87cz3tcm6j.fsf@gmail.com
Hi,

On sam., 22 avril 2023 at 16:56, "jgart" via Bug reports for GNU Guix <bug-guix@gnu.org> wrote:

Toggle quote (3 lines)
> $ guix import crate swhkd -r
> Backtrace:

Fixed by #63053 [1].


Cheers,
simon
jgart wrote 2 years ago
(address . control@debbugs.gnu.org)
ee510552cef54fbad4db9af1418667dc@dismail.de
close 63020
quit
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 63020
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