unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Jeremy Korwin-Zmijowski <jeremy@korwin-zmijowski.fr>
To: zimoun <zimon.toutoune@gmail.com>
Cc: help-guix <help-guix@gnu.org>
Subject: Re: Failed to connect to guix daemon socket in pure env
Date: Thu, 20 Feb 2020 08:53:43 +0100	[thread overview]
Message-ID: <d9a7d1819e84376969554058a8c95d1a65ee8c64.camel@korwin-zmijowski.fr> (raw)
In-Reply-To: <CAJ3okZ3WAY2NvgQP09X9dh36OTx9_mnUkw-OOr8TULhrgw8hHw@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 3659 bytes --]

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
> <jeremy@korwin-zmijowski.fr> 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


[-- Attachment #2: 6pm5yamchw1b9ywl74lw8rbpgkyk7d-emacs-ac-geiser-v0.1.drv.bz2 --]
[-- Type: application/x-bzip, Size: 2119 bytes --]

  reply	other threads:[~2020-02-20  7:53 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-19 23:33 Failed to connect to guix daemon socket in pure env Jeremy Korwin-Zmijowski
2020-02-20  0:17 ` zimoun
2020-02-20  7:53   ` Jeremy Korwin-Zmijowski [this message]
2020-02-20  7:54     ` Jeremy Korwin-Zmijowski
2020-02-20  8:13       ` Jeremy Korwin-Zmijowski
2020-02-20 10:10         ` zimoun
2020-02-21 12:59           ` zimoun
2020-02-22 10:26             ` Jérémy Korwin-Zmijowski
2020-02-20  0:25 ` zimoun

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d9a7d1819e84376969554058a8c95d1a65ee8c64.camel@korwin-zmijowski.fr \
    --to=jeremy@korwin-zmijowski.fr \
    --cc=help-guix@gnu.org \
    --cc=zimon.toutoune@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).