all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jeff Mickey <j@codemac.net>
To: help-guix@gnu.org
Subject: Running guix on nixos
Date: Wed, 20 Jan 2016 13:56:32 -0800	[thread overview]
Message-ID: <87a8nzzzhr.fsf@nevada.int.iggy.bz> (raw)

There is a host at work that is running nixos. I thought "hey, I'll try
doing that whole shared daemon thing".

I have not succeeded yet. The approach has been to use the same
nix-daemon, as I saw the hydra.gnu.org instance does something similar.

I ran in the following shell:

nix-shell -p coreutils findutils automake autogen gettext guile \
  pkgconfig gcc libgcrypt sqlite bzip2 graphviz gnutls help2man

And I configured with the following configure line:

./configure \
  --prefix=/home/codemac/guix \
  --with-libgcrypt-prefix=/nix/store/mrr...-libgcrypt-1.6.4 \
  --disable-daemon \
  --with-store-dir=/nix/store \
  --localstatedir=/nix/var

This built successfully but runs into the following problems:

$ guix pull
guix pull: error: failed to connect to `/nix/var/guix/daemon-socket/socket': No such file or directory

Ran sudo ln -s /nix/var/nix /nix/var/guix to get around that, but I'd
like it to look properly in the statedir when I do
--disable-daemon, so if there is a better way to do it I'm all ears.

In attempting to guix pull again, it fails to build gcc complaining:

/nix/store/xw7...-binutils-cross-boot0-2.25.1/bin/x86_64-guix-linux-gnu-ld: cannot find -lstdc++

Is there a way to insert the boostrap binaries into the nix store? I'm
assuming that's what's happening?

Any help would be appreciated, I apologize if this is not the proper
venue.

  //  codemac

             reply	other threads:[~2016-01-20 21:56 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-20 21:56 Jeff Mickey [this message]
2016-01-21  9:02 ` Running guix on nixos Ludovic Courtès
2016-01-21 22:24   ` Jeff Mickey
2016-01-22 12:57     ` Ludovic Courtès
2016-01-22 21:43       ` Jeff Mickey
2016-01-23 20:48         ` Ludovic Courtès
2016-01-24 21:58           ` Jeff Mickey
2016-01-25  8:06             ` Ludovic Courtès
2016-01-25 19:29               ` Jeff Mickey
2016-01-25 21:00                 ` Leo Famulari
2016-01-26 14:09                 ` Ludovic Courtès
2016-01-22 18:45     ` Jeff Mickey

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

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

  git send-email \
    --in-reply-to=87a8nzzzhr.fsf@nevada.int.iggy.bz \
    --to=j@codemac.net \
    --cc=help-guix@gnu.org \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.