bug#22994: FAIL: tests/gexp.scm

2016-03-14 Thread Ludovic Courtès
Jean Louis skribis: > guix build guix -n > > takes long long time to finish. And I can see multiple lines like: > > substitute: guix substitute: warning: while fetching > http://hydra.gnu.org/nix-cache-info: server is somewhat slow > > The result of that command is following: > > The following fi

bug#22994: FAIL: tests/gexp.scm

2016-03-14 Thread Jean Louis
Hello, This command: guix build guix -n takes long long time to finish. And I can see multiple lines like: substitute: guix substitute: warning: while fetching http://hydra.gnu.org/nix-cache-info: server is somewhat slow The result of that command is following: The following files would be do

bug#22994: FAIL: tests/gexp.scm

2016-03-14 Thread Alex Kost
Ludovic Courtès (2016-03-14 01:03 +0300) wrote: > Jean Louis skribis: > >> I have run this: >> >> guix package -i guix >> >> and it failed: >> >> FAIL: tests/gexp.scm > > What does ‘guix build guix -n’ display? I think there are 2 separate issues here: 1. A failed test: I can't reproduce it usi

bug#22981: guix-edit does not find git checkout directory

2016-03-14 Thread Alex Kost
Ludovic Courtès (2016-03-14 01:01 +0300) wrote: > myglc2 skribis: > >> Guix is "stateful" because, to use a git checkout, I have to set "state" >> variables like ... >> >> (setq guix-directory "/home/glc/src/guix") >> >> (let ((dir "~/dev/guix/emacs")) >> (add-to-list 'load-path dir