bug#18935: gexp->derivation test failure

2014-11-05 Thread Ludovic Courtès
Mark H Weaver skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> Mark H Weaver skribis: >> >>> The same failure happened to me in two consecutive build attempts: >>> once when running "guix system build", and then again when running >>> "guix build -K guix" so that I could get the failed tes

bug#18935: gexp->derivation test failure

2014-11-05 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > Mark H Weaver skribis: > >> The same failure happened to me in two consecutive build attempts: >> once when running "guix system build", and then again when running >> "guix build -K guix" so that I could get the failed test logs. > > Oh, that’s surprising

bug#18935: gexp->derivation test failure

2014-11-05 Thread Ludovic Courtès
Mark H Weaver skribis: > The same failure happened to me in two consecutive build attempts: > once when running "guix system build", and then again when running > "guix build -K guix" so that I could get the failed test logs. Oh, that’s surprising. I’ve not stumbled upon it in my working tree,

bug#18935: gexp->derivation test failure

2014-11-04 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > Mark H Weaver skribis: > [...] >> actual-error: (srfi-34 #> "path >> `/tmp/nix-build-guix-0.7.14e84b2.drv-0/source/test-tmp/store/ry17r3hm48ckcchz9ls6yhd00alyiipx-foo' >> is not valid" status: 1] a587d68>) > > This can only happen if FILE in that test we

bug#18935: gexp->derivation test failure

2014-11-04 Thread Ludovic Courtès
Mark H Weaver skribis: > Test begin: > test-name: "gexp->derivation" > source-file: "tests/gexp.scm" > source-line: 227 > source-form: (test-assert "gexp->derivation" (run-with-store %store (mlet* > %store-monad ((file (text-file "foo" "Hello, world!")) (exp -> (gexp (begin > (mkdir (un

bug#18935: gexp->derivation test failure

2014-11-03 Thread Mark H Weaver
On my i686 standalone Guix system, using Guix v0.7-642-g3b50925 to build its 'guix' package (0.7.14e84b2) fails, due to a failed test. Here's the relevant section from gexp.log: --8<---cut here---start->8--- Test begin: test-name: "gexp->derivation" source-