From: Saku Laesvuori via Bug reports for GNU Guix <bug-guix@gnu.org>
To: 64734@debbugs.gnu.org
Subject: bug#64734: Recursive hackage import fails
Date: Wed, 19 Jul 2023 23:12:03 +0300 [thread overview]
Message-ID: <20230719201203.kg55b7mao4iwwy4o@X-kone> (raw)
[-- Attachment #1: Type: text/plain, Size: 1880 bytes --]
Importing hackage packages recursively fails with similar error to this:
```
$ guix import hackage linear-generics --recursive
Backtrace:
11 (primitive-load "/home/saku/.config/guix/current/bin/gu…")
In guix/ui.scm:
2309:7 10 (run-guix . _)
2272:10 9 (run-guix-command _ . _)
In guix/scripts/import.scm:
90:11 8 (guix-import . _)
In guix/scripts/import/hackage.scm:
129:26 7 (guix-import-hackage . _)
In guix/import/utils.scm:
651:3 6 (recursive-import _ #:repo->guix-package _ #:guix-name . #)
613:31 5 (topological-sort _ #<procedure 7f8f515f4720 at guix/i…> …)
655:29 4 (_ _)
In unknown file:
3 (remove #<procedure 7f8f51610ce0 at guix/import/utils.…> …)
In guix/import/utils.scm:
635:39 2 (exists? #<<upstream-input> name: "th-abstraction" dow…> …)
In guix/import/hackage.scm:
128:6 1 (hackage-name->package-name #<<upstream-input> name: "t…>)
In unknown file:
0 (string-prefix? "ghc-" #<<upstream-input> name: "th-ab…> …)
ERROR: In procedure string-prefix?:
In procedure string-prefix?: Wrong type argument in position 2 (expecting string): #<<upstream-input> name: "th-abstraction" downstream-name: "ghc-th-abstraction" type: regular min-version: any max-version: any>
```
I tried to find out what passes the `upstream-input` to
`hackage-name->package-name`, but only found out with `pk` that it seems
to only happen with the recursed dependencies and not with the root
package. I also tried to make `hackage-name->package-name` accept
`upstream-input` records but that a new error, so I assume the issue is
that something in the importer is returning `upstream-input` records
when it should return package names.
I could try to debug this further but I don't feel like I know enough
about debugging with guile nor about debugging scheme.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next reply other threads:[~2023-07-19 20:13 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-19 20:12 Saku Laesvuori via Bug reports for GNU Guix [this message]
2024-05-25 7:38 ` bug#64734: Recursive hackage import fails Lars-Dominik Braun
2024-05-27 6:12 ` Saku Laesvuori via Bug reports for GNU Guix
2024-05-27 6:16 ` Saku Laesvuori via Bug reports for GNU Guix
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=20230719201203.kg55b7mao4iwwy4o@X-kone \
--to=bug-guix@gnu.org \
--cc=64734@debbugs.gnu.org \
--cc=saku@laesvuori.fi \
/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).