help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Failed to connect to guix daemon socket in pure env


From: Jeremy Korwin-Zmijowski
Subject: Re: Failed to connect to guix daemon socket in pure env
Date: Thu, 20 Feb 2020 08:54:53 +0100

Le jeudi 20 février 2020 à 08:53 +0100, Jeremy Korwin-Zmijowski a
écrit :
> 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
> > <address@hidden> 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 #<catch-closure 7f182e9fd720>)
> In ice-9/boot-9.scm:
>     705:2 13 (call-with-prompt _ _ #<procedure default-prompt-
> handle?>)
> In ice-9/eval.scm:
>     619:8 12 (_ #(#(#<directory (guile-user) 7f182e6a8140>)))
> In guix/ui.scm:
>   1824:12 11 (run-guix-command _ . _)
> In ice-9/boot-9.scm:
>     829:9 10 (catch _ _ #<procedure 7f182e5ed430 at guix/ui.scm:657?>
> ?)
>     829:9  9 (catch _ _ #<procedure 7f182e5ed448 at guix/ui.scm:791?>
> ?)
> 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 . #<package emacs-?>) ?)
> ?)
> In srfi/srfi-1.scm:
>    697:23  2 (filter-map #<procedure 7f182bf4a658 at guix/scripts?> .
> #)
> In guix/profiles.scm:
>    316:24  1 (package->manifest-entry #<package emacs-ac-geiser@0.1?>
> ?)
> In emacs-ac-geiser-imported.scm:
>      24:6  0 (propagated-inputs #<package emacs-ac-geiser@0.1 emacs-
> ?>)
> 
> 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
> 

And the definitions... haha could help !

Attachment: emacs-ac-geiser.scm
Description: Text Data

Attachment: emacs-ac-geiser-imported.scm
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]