From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Pimentel Subject: Create package and guix-daemon Date: Thu, 23 Jul 2015 17:35:06 -0300 Message-ID: <4c86aace96953a3ef6aebc6867855425@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57790) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZIND0-0007r1-S7 for guix-devel@gnu.org; Thu, 23 Jul 2015 16:35:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZINCv-0004y8-Sc for guix-devel@gnu.org; Thu, 23 Jul 2015 16:35:14 -0400 Received: from smtp9.openmailbox.org ([62.4.1.43]:51357) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZINCv-0004xZ-Kt for guix-devel@gnu.org; Thu, 23 Jul 2015 16:35:09 -0400 Received: from localhost (localhost [127.0.0.1]) by mail2.openmailbox.org (Postfix) with ESMTP id 9EF85202553 for ; Thu, 23 Jul 2015 22:35:08 +0200 (CEST) Received: from mail2.openmailbox.org ([62.4.1.33]) by localhost (mail.openmailbox.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id u02eTT__jxSJ for ; Thu, 23 Jul 2015 22:35:07 +0200 (CEST) Received: from www.openmailbox.org (mail2.openmailbox.org [62.4.1.33]) by mail2.openmailbox.org (Postfix) with ESMTP id 173A3202566 for ; Thu, 23 Jul 2015 22:35:06 +0200 (CEST) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org Hi guix, I'm tried create a simple package (ipcalc, but in soon I'll try build the complex packages), but there's a error with guix-daemon socket: ./pre-inst-env guix build ipcalc --keep-failed ;;; note: source file /home/dani/Desktop/development/git/guix/guix/config.scm ;;; newer than compiled /run/current-system/profile/share/guile/site/2.0/guix/config.go guix build: error: failed to connect to `/usr/local/var/guix/daemon-socket/socket': No such file or directory I added my user, dani, to guixbuild in my config.scm, and I tried with root "guix-daemon --build-users-group=guixbuild" but without success. Help me :( P.S: I my system there isn't /usr directory. Thanks, -- Daniel Pimentel (d4n1 3:)