Le jeudi 20 février 2020 à 01:17 +0100, zimoun a écrit : > Hi Jeremy, > > On Thu, 20 Feb 2020 at 00:33, Jeremy Korwin-Zmijowski > wrote: > > > $ ./pre-inst-env guix package --install-from-file=emacs-ac- > > geiser.scm > > guix package: error: failed to connect to > > `/usr/local/var/guix/daemon- > > socket/socket': No such file or directory > > > > Any idea ? > > Is the daemon up? > As root "systemctl start guix-daemon". > > Does the simple "guix install foo" work for you? > > And how have you installed Guix? > > > Cheers, > simon Hey Simon! Thank you it does help. Now the process stucks here ("emacs-ac-geiser.scm" is my almost hand- made definition): $ ./pre-inst-env guix package --install-from-file=emacs-ac-geiser.scm [...] View build log at '/var/log/guix/drvs/9s/6pm5yamchw1b9ywl74lw8rbpgkyk7d-emacs-ac-geiser- v0.1.drv.bz2'. $ bzless /var/log/guix/drvs/9s/6pm5yamchw1b9ywl74lw8rbpgkyk7d-emacs-ac- geiser-v0.1.drv.bz2 [...] starting phase `build' Checking /gnu/store/byvq8drq990mkl4v0yc1llg8r3jc8q3v-emacs-ac- geiser-v0.1/share/emacs/site-lisp/... Compiling /gnu/store/byvq8drq990mkl4v0yc1llg8r3jc8q3v-emacs-ac- geiser-v0.1/share/emacs/site-lisp/ac-geiser-v0.1-autoloads.el... Compiling /gnu/store/byvq8drq990mkl4v0yc1llg8r3jc8q3v-emacs-ac- geiser-v0.1/share/emacs/site-lisp/ac-geiser.el... Cannot open load file: No such file or directory, geiser command "/gnu/store/wmn02s4a2l5l5zaiv9lwahh808pdlpn4-emacs-minimal- 26.3/bin/emacs" "--quick" "--batch" "--eval=(progn (setq byte- compile-debug t) (byte-recompile-directory (file-name-as-directory \"/gnu/store/byvq8drq990mkl4v0yc1llg8r3jc8q3v-emacs-ac-geiser- v0.1/share/emacs/site-lisp\") 0 1))" failed with status 255 See whole log in attached "emacs-ac-geiser-v0.1.drv.bz2" file The same error occurs with : $ guix environment --pure guix --ad-hoc emacs emacs-geiser emacs-auto- complete or even $ guix environment --pure guix To try from a different angle, I did it all over again with $ ./pre-inst-env guix import elpa --archive=melpa-stable ac-geiser I copied the resulted definition in "emacs-ac-geiser-imported.scm" $ guix environment --pure guix --ad-hoc emacs emacs-geiser emacs-auto- complete $ ./pre-inst-env guix package --install-from-file=emacs-ac-geiser- imported.scm Backtrace: 14 (apply-smob/1 #) In ice-9/boot-9.scm: 705:2 13 (call-with-prompt _ _ #) In ice-9/eval.scm: 619:8 12 (_ #(#(#))) In guix/ui.scm: 1824:12 11 (run-guix-command _ . _) In ice-9/boot-9.scm: 829:9 10 (catch _ _ # ?) 829:9 9 (catch _ _ # ?) In guix/scripts/package.scm: 951:10 8 (_) In guix/status.scm: 768:4 7 (call-with-status-report _ _) In guix/scripts/package.scm: 959:14 6 (_) In guix/build/syscalls.scm: 1145:4 5 (call-with-file-lock/no-wait _ _ _) In guix/scripts/package.scm: 897:21 4 (_) 608:4 3 (options->installable ((install . #) ?) ?) In srfi/srfi-1.scm: 697:23 2 (filter-map # . #) In guix/profiles.scm: 316:24 1 (package->manifest-entry # ?) In emacs-ac-geiser-imported.scm: 24:6 0 (propagated-inputs #) emacs-ac-geiser-imported.scm:24:6: In procedure propagated-inputs: error: emacs-geiser: unbound variable Don't know what I can do more than the virtual env including emacs- geiser already... Jérémy