and from a checked out gix I get ~/projects/guix$ sudo ./pre-inst-env guix pull guix pull: error: Guile-Git is missing but it is now required by 'guix pull'. Install it by running: guix package -i guile-git export GUILE_LOAD_PATH=$HOME/.guix-profile/share/guile/site/2.2:$GUILE_LOAD_PATH export GUILE_LOAD_COMPILED_PATH=$HOME/.guix-profile/lib/guile/2.2/site-ccache:$GUILE_LOAD_COMPILED_PATH 2018-03-16 16:36 GMT+01:00 Catonano : > > > 2018-03-16 16:12 GMT+01:00 Catonano : > >> >> >> 2018-03-16 15:57 GMT+01:00 Leo Famulari : >> >>> On Thu, Mar 15, 2018 at 10:02:02PM +0100, Catonano wrote: >>> > after some time that I didn't try, I issued this command >>> > >>> > ~$ guix system vm ~/configs/vm-config-desktop.scm \ >>> > > --image-size=10GB \ >>> > > --share=$HOME/transit=/transit >>> > >>> > >>> > and I got >>> > >>> > >>> > Backtrace: >>> >>> What is the output of `guix --version`? >>> >> >> >> catonano@xps ~$ guix --version >> guix (GNU Guix) 1b5905fe689716e73ad7defc1bf8c6a13966f3c1 >> Copyright (C) 2018 the Guix authors >> License GPLv3+: GNU GPL version 3 or later > tml> >> This is free software: you are free to change and redistribute it. >> There is NO WARRANTY, to the extent permitted by law. >> catonano@xps ~$ >> >> > > I just realized that > > sudo guix pull > > gives me > > guix pull: error: could not find bootstrap binary 'guile-2.0.9.tar.xz' for > system 'x86_64-linux' > > last time I used > > sudo -E guix pull >