[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#53027: Backtrace with `guix pull --debug=2`
From: |
Ludovic Courtès |
Subject: |
bug#53027: Backtrace with `guix pull --debug=2` |
Date: |
Thu, 06 Jan 2022 17:44:31 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Hi,
Maxime Devos <maximedevos@telenet.be> skribis:
> Oskar Berndal schreef op wo 05-01-2022 om 16:19 [+0100]:
>> 179:23 2 (update-build #<<build-status> building: () downloadin…> …)
>> In ice-9/boot-9.scm:
>> 1685:16 1 (raise-exception _ #:continuable? _)
>> 1685:16 0 (raise-exception _ #:continuable? _)
>>
>> ice-9/boot-9.scm:1685:16: In procedure raise-exception:
>> In procedure struct-vtable: Wrong type argument in position 1
>> (expecting struct): #f
>
> Seems like the issue is that 'find-build' returns #false
> and 'update' doesn't expect that. So apparently a progress spinner
> appears for a build that (guix status) doesn't know about?
> I don't know how that can happen.
>
> It's easy to address though (do nothing when no build was found),
> but possibly that would only paper over the real issue.
Yeah. This looks like <https://issues.guix.gnu.org/43518>.
Ludo’.