Re: "make check" fails with guix-0.2

2013-07-05 Thread Ludovic Courtès
Hello! Peter Maloney skribis: > Dear GNU, :-) > "make check" fails with guix-0.2 > > > This is the part that fails (tested by commenting it out): > > (test-assert "filtered-port, file" > (let ((file (search-path %load-path "guix.scm&quo

"make check" fails with guix-0.2

2013-07-05 Thread Peter Maloney
Dear GNU, "make check" fails with guix-0.2 This is the part that fails (tested by commenting it out): (test-assert "filtered-port, file" (let ((file (search-path %load-path "guix.scm"))) (call-with-input-file file (lambda (input) (l

Re: "make check" fails with guix-0.2

2013-07-05 Thread Peter Maloney
xpected passes 8 # of unexpected failures 1 ./test-env: line 1: 23826 Terminated "/home/peter/projects/guix-0.2/pre-inst-env" "/home/peter/projects/guix-0.2/guix-daemon" --disable-chroot On 2013-07-05 12:00, Peter Maloney wrote: > Dear GNU, > > "