all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Aleix Conchillo Flaqué" <aconchillo@gmail.com>
To: bug-guix@gnu.org
Subject: starting using guix
Date: Sat, 19 Jan 2013 15:11:31 -0800	[thread overview]
Message-ID: <CA+XASoUzG0R+2iwAxNCF9Oa2U7Jf7qNGn5mGfWEuSMUM35thdw@mail.gmail.com> (raw)

Hi,

just started using guix yesterday by following "info guix". I found a
couple of problems:

1. After adding guix build groupd and users, as suggested:

     # groupadd guix-builder
     # for i in `seq 1 10`;
       do
         useradd -g guix-builder -d /var/empty -s `which nologin` \
                 -c "Guix build user $i" guix-builder$i;
       done

I get this error when trying to build a package "guix-package -i guile":

error: build failed: the build users group `guix-builder' has no members

To solved this I have manually added guild-builder users in
guix-builder group in /etc/group:

guix-builder:x:1001:guix-builder1

I am not sure why the former doesn't work by default.

2. Once this was solved I ran into:

error: build failed: builder does not have write permission to
`/nix/store'; try `chgrp 1001 /nix/store; chmod 1775 /nix/store'

Which is solved by the recommendation in the message.

After that, I've been able to continue the process.

I am not sure if I missed to do something before starting using guix,
or these errors are common and have to be fixed manually.

Thanks,

Aleix

             reply	other threads:[~2013-01-19 23:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-19 23:11 Aleix Conchillo Flaqué [this message]
2013-01-20  5:53 ` starting using guix Aleix Conchillo Flaqué
2013-01-20 14:47   ` Ludovic Courtès

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=CA+XASoUzG0R+2iwAxNCF9Oa2U7Jf7qNGn5mGfWEuSMUM35thdw@mail.gmail.com \
    --to=aconchillo@gmail.com \
    --cc=bug-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.