Pierre Neidhardt (2018-07-04 11:51 +0200) wrote: >> %load-path > $4 = ("/home/ambrevar/.guix-packages" "/home/ambrevar/projects/guix" > "/gnu/store/hjx7wm756cxfl91j8iphrl5izd8xvp3f-emacs-guix-0.4.1.1/share/guile/site/2.2" > "/home/ambrevar/.config/guix/current/share/guile/site/2.2"
Aha! here it is: your "~/projects/guix" appears before the pulled profile. I think it can happen only if you added it to GUIX_PACKAGE_PATH, did you? I think GUIX_PACKAGE_PATH is intended only for the user packages, not for the whole guix checkout as it may lead to problems (I forgot what kind of problems but I recall people did this in the past and had some troubles). Anyway, it should probably work… but only if your checkout is built properly. Did you run make there? any errors? maybe there are some ABI incompatibilities ("make clean-go" and "make" should fix them). Did you experience any problem with "guix" shell commands? -- Alex