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

2020-02-21 Thread zimoun
Hi Jeremy, Let send you first contribution. ;-) Well, now you should be to build your package, something like: guix build -f your-definition.scm where the file your-defintion.scm contains the recipe of your package. Then, the instructions about how to submit. 1. clone from savanah and go

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

2020-02-20 Thread zimoun
Hi Jeremy, Could you please trim your emails when you answer? On Thu, 20 Feb 2020 at 09:13, Jeremy Korwin-Zmijowski wrote: > > > $ ./pre-inst-env guix import elpa --archive=melpa-stable ac-geiser > > > > > > I copied the resulted definition in "emacs-ac-geiser-imported.scm" > > > > > > $ guix

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

2020-02-20 Thread Jeremy Korwin-Zmijowski
Le jeudi 20 février 2020 à 08:54 +0100, Jeremy Korwin-Zmijowski a écrit : > 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 >

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

2020-02-19 Thread Jeremy Korwin-Zmijowski
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 > > wrote: > > > > > $ ./pre-inst-env guix package --install-from-file=emacs-ac- > >

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

2020-02-19 Thread Jeremy Korwin-Zmijowski
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 > >

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

2020-02-19 Thread zimoun
Ah no, I missed the common mistake, I guess. On Thu, 20 Feb 2020 at 00:33, Jeremy Korwin-Zmijowski wrote: > $ ./configure It is "./configure --localstatedir=/var" Explained here [1] and there [2] or here [3]. [1]

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

2020-02-19 Thread zimoun
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?

Failed to connect to guix daemon socket in pure env

2020-02-19 Thread Jeremy Korwin-Zmijowski
Dear Guixters, On my way to create a Guix package for ac-geiser ( https://github.com/xiaohanyu/ac-geiser), I end up stuck. Here is my process : $ git clone https://git.savannah.gnu.org/git/guix.git $ cd guix $ git pull --recurse-submodules $ guix environment --pure guix $ ./bootstrap $