Ludovic Courtès writes: > Oh, could you also run ‘make check’? If it fails, please post > test-suite.log and the .log file that corresponds to the failing test > file. Oops, I should have done this before installing... There are a couple of failures. The logs are attached. Many failures are due to this problem: /home/hinsen/Development/guix/guix-daemon: error while loading shared libraries: libsqlite3.so.0: cannot open shared object file: No such file or directory I installed sqlite throuh Guix for my user profile, which I used for building Guix. I suspect that the daemon does not have access to it because it doesn't run under my user id. But I have no idea how to fix that. Konrad.