Hi, On Tue, 13 Sep 2022 at 18:28, Maze <[email protected]> wrote:
> ./guix/store.scm:1033:9: ERROR: > 1. &store-protocol-error: > message: "opening file > `/gnu/store/406g41s0dgfmsczphv95p56hbs84a3rf-guix-extra.drv': No such file or > directory" > status: 1 > guix pull: error: You found a bug: the program > '/gnu/store/9xprnlxcag6z3ib6gmw8rs4k04iw808p-compute-guix-derivation' > failed to compute the derivation for Guix (version: > "05c5807ea5ce1f8af8068151906d670edda97afe"; system: "x86_64-linux"; > host version: "072cc8d1415a2abf66b36249c61658a828dead88"; pull-version: 1). > Please report the COMPLETE output above by email to <[email protected]>. Well, I do not know if it will fix your issue because I am not sure to understand your many variations. :-) Well, have you tried, guix build /gnu/store/406g41s0dgfmsczphv95p56hbs84a3rf-guix-extra.drv where the substitutes are allowed? It should download the necessary items and then, guix pull --commit=05c5807ea5ce1f8af8068151906d670edda97afe should complete. Cheers, simon
