Am Donnerstag, 13. Dezember 2012 schrieb Ludovic Courtès: > You must run ‘./bootstrap’ before anything else. It will take care of > running autoreconf. > > # cd nix > > # ./sync-with-upstream When just running ./bootstrap, I also get the "no rule to make target". Should not the bootstrap script also execute the cd nix; ./sync-with-upstream commands? This one actually ends with cp: cannot stat `../nix-upstream/{COPYING,AUTHORS}': No such file or directory. Nevertheless, "make install" succeeds. Then I start guix-daemon --build-users-group=nixbld The command ./pre-inst-env guix-build hello fails with Backtrace: In ice-9/boot-9.scm: 149: 12 [catch #t # ...] 157: 11 [#] In unknown file: ?: 10 [catch-closure] In ice-9/boot-9.scm: 63: 9 [call-with-prompt prompt0 ...] In ice-9/eval.scm: 407: 8 [eval # #] In unknown file: ?: 7 [call-with-input-string "(apply (module-ref (resolve-interface '(guix-build)) 'guix-build) (cdr (command-line)))" ...] In ice-9/command-line.scm: 174: 6 [# #] In unknown file: ?: 5 [eval (apply (module-ref # #) (cdr #)) #] In ice-9/boot-9.scm: 149: 4 [catch srfi-34 # ...] 157: 3 [#] In guix-build: 201: 2 [#] In guix/store.scm: 319: 1 [open-connection "/usr/local/guix-git/var/daemon-socket/socket" # #t] In unknown file: ?: 0 [connect # # #] ERROR: In procedure connect: ERROR: In procedure connect: No such file or directory Actually, there is only a file /usr/local/guix-git/var/nix/daemon-socket/socket (notice the additional "nix"). Andreas