From: lobo@quiltro.org
To: 74565@debbugs.gnu.org
Cc: ekaitz@elenq.tech
Subject: bug#74565: `guix import egg' fails to import packages recursively
Date: Wed, 27 Nov 2024 22:05:04 -0300 [thread overview]
Message-ID: <e5a3c60f-aa8e-4daf-9834-2698221198ba@app.fastmail.com> (raw)
Hello Guix,
While testing the CHICKEN Scheme egg importer, I noticed it currently errors when importing recursively, as such:
```
lobo@drimys ~$ guix import egg spiffy -r
Backtrace:
7 (primitive-load "/home/lobo/.config/guix/current/bin/gu…")
In guix/ui.scm:
2330:7 6 (run-guix . _)
2293:10 5 (run-guix-command _ . _)
In guix/scripts/import.scm:
82:6 4 (guix-import . _)
In guix/scripts/import/egg.scm:
96:19 3 (guix-import-egg . _)
In guix/import/utils.scm:
667:27 2 (recursive-import "spiffy" #:repo->guix-package _ # _ . #)
659:33 1 (lookup-node "spiffy" #f)
In guix/import/egg.scm:
325:41 0 (_ _ #:version _ #:repo _)
guix/import/egg.scm:325:41: Unrecognized keyword: #:repo->guix-package
```
This is running on a foreign distro (Debian), if it happens to be relevant. Below is the output of `guix describe' and `guix --version' in my machine, I pulled just before sending this bug report to make sure that it's still valid as of now (my installation was a couple weeks old):
```
lobo@drimys ~$ guix describe
Generation 4 Nov 27 2024 22:03:33 (current)
guix 8a28ba7
repository URL: https://git.savannah.gnu.org/git/guix.git
branch: master
commit: 8a28ba76126cbbd2a6d61e864f576e7a7bd7a763
lobo@drimys ~$ guix --version
guix (GNU Guix) 8a28ba76126cbbd2a6d61e864f576e7a7bd7a763
Copyright (C) 2024 the Guix authors
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
```
---
Lobo Torres
https://quiltro.org
next reply other threads:[~2024-11-28 5:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-28 1:05 lobo [this message]
2024-11-28 9:34 ` bug#74565: [PATCH] import: egg: Fix recursive imports Ekaitz Zarraga
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=e5a3c60f-aa8e-4daf-9834-2698221198ba@app.fastmail.com \
--to=lobo@quiltro.org \
--cc=74565@debbugs.gnu.org \
--cc=ekaitz@elenq.tech \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).