I was able to install Guix from Emillier88's fork (issues are disabled on that repo), but when I run guix pull I get an error:
$ guix pull
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 6298c3f
downloading from https://ci.guix.gnu.org/nar/lzip/q0s3bi0by383cqzl9zz1wf74p6pdl3fc-libx11-1.6.A-doc ...
Backtrace:
3 (apply-smob/1 #<catch-closure 7f0ca3525920>)
In ice-9/boot-9.scm:
705:2 2 (call-with-prompt _ _ #<procedure default-prompt-handle…>)
In ice-9/eval.scm:
619:8 1 (_ #(#(#<directory (guile-user) 7f0ca318d140>)))
In guix/ui.scm:
2117:12 0 (run-guix-command _ . _)
guix/ui.scm:2117:12: In procedure run-guix-command:
Wrong type to apply: #f
substitution of /gnu/store/q0s3bi0by383cqzl9zz1wf74p6pdl3fc-libx11-1.6.A-doc failed
guix pull: error: some substitutes for the outputs of derivation `/gnu/store/mvf88n2v90jjxg9n8b315p22r6jrkbyb-libx11-1.6.A.drv' failed (usually happens due to networking issues); try `--fallback' to build derivation from source
The same thing happens when I try to install a package:
$ guix install hello
guix install: warning: Consider running 'guix pull' followed by
'guix package -u' to get up-to-date packages and security updates.
The following package will be installed:
hello 2.10
15.7 MB will be downloaded
downloading from https://ci.guix.gnu.org/nar/lzip/z7a6sbvqzb5zapwpznmjkq2rsxil6i67-glibc-utf8-locales-2.31 ...
Backtrace:
3 (apply-smob/1 #<catch-closure 7f18e2c97920>)
In ice-9/boot-9.scm:
705:2 2 (call-with-prompt _ _ #<procedure default-prompt-handle…>)
In ice-9/eval.scm:
619:8 1 (_ #(#(#<directory (guile-user) 7f18e28ff140>)))
In guix/ui.scm:
2117:12 0 (run-guix-command _ . _)
guix/ui.scm:2117:12: In procedure run-guix-command:
Wrong type to apply: #f
substitution of /gnu/store/z7a6sbvqzb5zapwpznmjkq2rsxil6i67-glibc-utf8-locales-2.31 failed
killing process 15513
guix install: error: some substitutes for the outputs of derivation `/gnu/store/p8w0ickl7n4psa5rkybx0q856phzxmpp-glibc-utf8-locales-2.31.drv' failed (usually happens due to networking issues); try `--fallback' to build derivation from source
Any ideas on why this happens?
I was able to install Guix from Emillier88's fork (issues are disabled on that repo), but when I run
guix pullI get an error:The same thing happens when I try to install a package:
Any ideas on why this happens?