zimoun writes: > To ease the debugging processing, you should not run '-j4'. ok > Well, first about your "last" error: […] It comes from the > environment variable SHELL which is not defined because of > '--pure'. So you need somehow to export SHELL or CONFIG_SHELL > otherwise, you will get an error from '(string-append "#!" %shell > "\nexit 42")' because Guile will not know '%shell'. I don't know (yet) how to do that so I have tried without --pure. > About the lint.log error, I do not know. You should get something > instead of '#f'. This one passes now. I've upgraded guix (but don't know if it is related): $ guix describe Generation 20 Mar 04 2020 07:49:12 (current) guix 4b759d3 repository URL: file:///home/cassou/Documents/projects/guix/guix branch: master commit: 4b759d3c548270eba348521669bae15c9e5b72bc > About the pack.log error, I am not able to reproduce your error: > which is about 'mksquashfs'. You should simply try: > > make check TESTS="tests/pack.scm" I tried with and without --pure, the result is the same. I also tried without a guix environment: $ make check TESTS="tests/pack.scm" make check-recursive make[1]: Entering directory '/home/cassou/Documents/projects/guix/guix' Making check in po/guix make[2]: Entering directory '/home/cassou/Documents/projects/guix/guix/po/guix' make[2]: Leaving directory '/home/cassou/Documents/projects/guix/guix/po/guix' Making check in po/packages make[2]: Entering directory '/home/cassou/Documents/projects/guix/guix/po/packages' make[2]: Leaving directory '/home/cassou/Documents/projects/guix/guix/po/packages' make[2]: Entering directory '/home/cassou/Documents/projects/guix/guix' Compiling Scheme modules... make check-TESTS check-local make[3]: Entering directory '/home/cassou/Documents/projects/guix/guix' make[4]: Entering directory '/home/cassou/Documents/projects/guix/guix' make[4]: *** [Makefile:5102: tests/pack.log] Error 1 make[4]: Leaving directory '/home/cassou/Documents/projects/guix/guix' make[3]: *** [Makefile:5084: check-TESTS] Error 2 make[3]: Leaving directory '/home/cassou/Documents/projects/guix/guix' make[2]: *** [Makefile:5327: check-am] Error 2 make[2]: Leaving directory '/home/cassou/Documents/projects/guix/guix' make[1]: *** [Makefile:4861: check-recursive] Error 1 make[1]: Leaving directory '/home/cassou/Documents/projects/guix/guix' make: *** [Makefile:5329: check] Error 2 Log is attached. -- Damien Cassou "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill