The "channel-instances->manifest" test fails

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Maxim Cournoyer
Owner
unassigned
Submitted by
Maxim Cournoyer
Severity
normal
M
M
Maxim Cournoyer wrote on 12 Oct 2020 06:17
(name . bug-guix)(address . bug-guix@gnu.org)
87wnzwrsbq.fsf@gmail.com
Hello,

The error has to do with channel-instances->manifest now trying to
url-fetch something, which pulls in guile-final which fails to be
resolved.

I've git bisected it and it points to commit
1d4ab335b22a93e01c2eb1eb3e93fc6534157040.

Here's a ,trace output of the culprit, in case it helps.
Toggle snippet (7 lines)
trace: | | | | | | | | | | | | | | | | | (url-fetch/executable ("https://git.savannah.gnu.org/…" …) …)
trace: | | | | | | | | | | | | | | | | | | (default-guile)
trace: | | | | | | | | | | | | | | | | | | | (resolve-interface (gnu packages commencement))
trace: | | | | | | | | | | | | | | | | | | | | (_ (gnu packages commencement) #t #f #:ensure #f)
trace: | | | | | | | | | | | | | | | | | | | | (_ #<procedure 7f7ac11e7d40 at ice-9/boot-9.scm:…)

Thanks,

Maxim
L
L
Ludovic Courtès wrote on 12 Oct 2020 11:30
(name . Maxim Cournoyer)(address . maxim.cournoyer@gmail.com)(address . 43940-done@debbugs.gnu.org)
87a6wrx04f.fsf@gnu.org
Hi,

Maxim Cournoyer <maxim.cournoyer@gmail.com> skribis:

Toggle quote (7 lines)
> The error has to do with channel-instances->manifest now trying to
> url-fetch something, which pulls in guile-final which fails to be
> resolved.
>
> I've git bisected it and it points to commit
> 1d4ab335b22a93e01c2eb1eb3e93fc6534157040.

Fixed in 6c46e477eb50c6ee7c9b7c8199bdfb3708dc32b5, thanks for the
heads-up!

Ludo’.
Closed
M
M
Maxim Cournoyer wrote on 12 Oct 2020 15:12
(name . Ludovic Courtès)(address . ludo@gnu.org)(address . 43940-done@debbugs.gnu.org)
87362jwptz.fsf@gmail.com
Ludovic Courtès <ludo@gnu.org> writes:

Toggle quote (16 lines)
> Hi,
>
> Maxim Cournoyer <maxim.cournoyer@gmail.com> skribis:
>
>> The error has to do with channel-instances->manifest now trying to
>> url-fetch something, which pulls in guile-final which fails to be
>> resolved.
>>
>> I've git bisected it and it points to commit
>> 1d4ab335b22a93e01c2eb1eb3e93fc6534157040.
>
> Fixed in 6c46e477eb50c6ee7c9b7c8199bdfb3708dc32b5, thanks for the
> heads-up!
>
> Ludo’.

And thank you for the prompt resolution! I couldn't figure it out
myself with the time I had :-).

Maxim
Closed
?