Nikita Karetnikov <[email protected]> skribis: > # ./bootstrap > # ./configure --localstatedir=/nix/var --with-nixpkgs=/home/nixpkgs-github
(Actually --with-nixpkgs has no effect; I’ll remove it. Also why do this as root? It’s a Bad Idea.) > # make > # make check > > return > > FAIL: tests/builders.scm > FAIL: tests/derivations.scm > FAIL: tests/packages.scm > FAIL: tests/store.scm > FAIL: tests/union.scm > FAIL: tests/guix-build.sh > FAIL: tests/guix-package.sh > FAIL: tests/guix-gc.sh > FAIL: tests/guix-daemon.sh Any hints in test-suite.log or tests/*.log? > scheme@(guile-user)> ,use (guix store) > scheme@(guile-user)> (open-connection) > guix/store.scm:272:4: In procedure open-connection: > guix/store.scm:272:4: Throw to key `srfi-34' with args `(#<condition > &nix-connection-error [file: "/nix/var/nix/daemon-socket/socket" errno: 111] > 902bc18>)'. scheme@(guile-user)> (strerror 111) $4 = "Connection refused" Could you check the permissions on /nix/var/nix/daemon-socket/socket? HTH, Ludo’.
