guix pull failure

  • Open
  • quality assurance status badge
Details
2 participants
  • yaroe
  • zimoun
Owner
unassigned
Submitted by
yaroe
Severity
normal
Y
(address . bug-guix@gnu.org)
87k04hfost.fsf@posteo.net
Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
Building from this channel:
Computing Guix derivation for 'x86_64-linux'... |Backtrace:
13 (primitive-load "/gnu/store/58czcidmlsasny3w40niawi4yi3gq9qy-compute-guix-derivation")
In ice-9/eval.scm:
155:9 12 (_ _)
159:9 11 (_ #(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#<directory (guile-u?> ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?))
In ice-9/boot-9.scm:
152:2 10 (with-fluid* _ _ _)
152:2 9 (with-fluid* _ _ _)
In ./guix/store.scm:
2170:24 8 (run-with-store #<store-connection 256.99 7fb3cfc11360> _ #:guile-for-build _ #:system _ #:target _)
1998:8 7 (_ _)
In ./guix/gexp.scm:
299:22 6 (_ _)
1180:2 5 (_ _)
1046:2 4 (_ _)
892:4 3 (_ _)
In ./guix/store.scm:
2055:12 2 (_ #<store-connection 256.99 7fb3d36a3960>)
1403:5 1 (map/accumulate-builds #<store-connection 256.99 7fb3d36a3960> #<procedure 7fb3c79cd8a0 at ./guix/stor?> ?)
1419:15 0 (_ #<store-connection 256.99 7fb3d36a3960> _ _)

./guix/store.scm:1419:15: Throw to key `srfi-34' with args `(#<condition &store-protocol-error [message: "`/usr/bin/guix substitute' died unexpectedly" status: 1] 7fb3c5f7ab40>)'.
guix pull: error: You found a bug: the program '/gnu/store/58czcidmlsasny3w40niawi4yi3gq9qy-compute-guix-derivation'
failed to compute the derivation for Guix (version: "9eabe0e1fdaa39b562b451404e58fecda9c712fe"; system: "x86_64-linux";
host version: "1.1.0rc2"; pull-version: 1).
Please report the COMPLETE output above by email to <bug-guix@gnu.org>.
Z
Z
zimoun wrote on 2 Nov 2022 13:57
877d0dfr98.fsf@gmail.com
Hi,

Thanks for you report.

On dim., 30 oct. 2022 at 14:01, yaroe@free.fr wrote:
Toggle quote (4 lines)
> Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
> Building from this channel:
> guix https://git.savannah.gnu.org/git/guix.git 9eabe0e

This commit is from Oct 30th, 2022…

Toggle quote (5 lines)
> ./guix/store.scm:1419:15: Throw to key `srfi-34' with args `(#<condition &store-protocol-error [message: "`/usr/bin/guix substitute' died unexpectedly" status: 1] 7fb3c5f7ab40>)'.
> guix pull: error: You found a bug: the program '/gnu/store/58czcidmlsasny3w40niawi4yi3gq9qy-compute-guix-derivation'
> failed to compute the derivation for Guix (version: "9eabe0e1fdaa39b562b451404e58fecda9c712fe"; system: "x86_64-linux";
> host version: "1.1.0rc2"; pull-version: 1).

…and I guess you just installed v1.1.0rc2. Why not the last release as
v1.3? Or even the latest?

Well, it is probably a transient network issue. Have you tried to
repeat the “guix pull --commit=9eabe0e” command? If yes, does it break
systematically?


Cheers,
simon
Z
Z
zimoun wrote on 25 Nov 2022 15:58
CAJ3okZ1EavtSFf1oWQ1P4AQh40UNTd7Cd-h9rOSEUX_3+Lra1w@mail.gmail.com
Hi,

Sorry I have missed your email because you sent only to me and not to
the bug report 58900@debbugs.gnu.org.

On Thu, 3 Nov 2022 at 14:22, <yaroe@free.fr> wrote:

Toggle quote (4 lines)
>
> | This commit is from Oct 30th, 2022…

[...]

Toggle quote (14 lines)
> >> ./guix/store.scm:1419:15: Throw to key `srfi-34' with args
> >> `(#<condition &store-protocol-error [message: "`/usr/bin/guix
> >> substitute' died unexpectedly" status: 1] 7fb3c5f7ab40>)'.
> >> guix pull: error: You found a bug: the program '/gnu/store/58czcidmlsasny3w40niawi4yi3gq9qy-compute-guix-derivation'
> >> failed to compute the derivation for Guix (version: "9eabe0e1fdaa39b562b451404e58fecda9c712fe"; system: "x86_64-linux";
> >> host version: "1.1.0rc2"; pull-version: 1).
>
> | …and I guess you just installed v1.1.0rc2. Why not the last release as
> | v1.3? Or even the latest?
>
> I have guix package manager already installed on top of gentoo. I use
> it from time to time since two years I think. I update it from time to
> time when it works (buit it often failed).

Something appears to me wrong. Because if you update Guix from time
to time, then it would not be at the version v1.1.0rc2. ;-)

For instance, it appears /usr/bin/guix which is the very first
revision provided by the installer. Then, running "guix pull" will
update the current Guix located at ~/.config/guix/current/bin/guix.

What is the output of 'which guix'?

Toggle quote (3 lines)
> Indeed guix is very instable each time I try to use it : it is even
> more instable than gentoo.

Well, I use it daily in professional context and I switch from one
revision to several every day. And, yes there is some annoyances
because it is easy to keep working in the same time something from
2020 and from now. Bah, I would not say "instable". ;-)


Cheers,
simon
?