[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#33306: guix pull error: Wrong type to apply: #t
From: |
Ludovic Courtès |
Subject: |
bug#33306: guix pull error: Wrong type to apply: #t |
Date: |
Wed, 07 Nov 2018 23:13:45 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Hello,
<address@hidden> skribis:
> # guix pull
> Updating channel 'guix' from Git repository at
> 'https://git.savannah.gnu.org/git/guix.git'
> <https://git.savannah.gnu.org/git/guix.git'>...
> Building from this channel:
> guix https://git.savannah.gnu.org/git/guix.git
> <https://git.savannah.gnu.org/git/guix.git> 21335fd
> substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org
> <https://mirror.hydra.gnu.org>'... updating list of substitutes from
> 'https://mirror.hydra.gnu.org <https://mirror.hydra.gnu.org>'... 100.0%
> substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org
> <https://mirror.hydra.gnu.org>'... substitute: updating list of substitutes
> from 'https://mirror.hydra.gnu.org <https://mirror.hydra.gnu.org>'... 100.0%
> substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org
> <https://mirror.hydra.gnu.org>'... substitute: updating list of substitutes
> from 'https://mirror.hydra.gnu.org <https://mirror.hydra.gnu.org>'... 100.0%
> ...
> ...
> ...
> Backtrace:
> 9 (primitive-load "/root/.config/guix/current/bin/guix")
> In guix/ui.scm:
> 1583:12 8 (run-guix-command _ . _)
> In ice-9/boot-9.scm:
> 829:9 7 (catch _ _ #<procedure 7f3a1efbf458 at guix/ui.scm:615…> …)
> 829:9 6 (catch _ _ #<procedure 7f3a1efbf470 at guix/ui.scm:733…> …)
> 829:9 5 (catch _ _ #<procedure 7f3a1bc02438 at guix/scripts/pu…> …)
> In guix/scripts/pull.scm:
> 507:16 4 (_)
> In guix/status.scm:
> 600:4 3 (call-with-status-report _ _)
> In guix/scripts/pull.scm:
> 535:24 2 (_)
> In guix/store.scm:
> 1605:24 1 (run-with-store _ _ #:guile-for-build _ #:system _ # _)
> In unknown file:
> 0 (_ #<build-daemon 256.97 2423d70>)
>
> ERROR: Wrong type to apply: #t
My bad, fixed in ea68b3f6527cf4a02c554cf3f6f446e30f4940f6.
As I wrote there, this crashed after the upgrade had successfully
completed, but before it printed the list of new and upgraded packages.
Thanks,
Ludo’.