From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Korwin-Zmijowski Subject: Failed to connect to guix daemon socket in pure env Date: Thu, 20 Feb 2020 00:33:13 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:45897) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j4YqF-0006ss-9g for help-guix@gnu.org; Wed, 19 Feb 2020 18:33:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j4YqE-0001I1-7C for help-guix@gnu.org; Wed, 19 Feb 2020 18:33:19 -0500 Received: from relay11.mail.gandi.net ([217.70.178.231]:35439) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j4YqE-0001Hg-1Y for help-guix@gnu.org; Wed, 19 Feb 2020 18:33:18 -0500 Received: from patch (91-169-127-99.subs.proxad.net [91.169.127.99]) (Authenticated sender: jeremy@korwin-zmijowski.fr) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 70EA0100008 for ; Wed, 19 Feb 2020 23:33:14 +0000 (UTC) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane-mx.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org 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 $ ./configure $ make So far so good ! (Thanks to Andreas from GuixDays!) Then I open emacs-xyz.scm and copy/paste some lines of code to create my emacs-ac-geiser.scm. (Recently I heard about guix import so I will play with it soon haha) But when I wanted to test the installation : $ ./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 ? (I am hacking on Ubuntu 18.04.4) Jérémy