[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: guix package: error: build failed: unable to fork: Invalid argument
From: |
Sree Harsha Totakura |
Subject: |
Re: guix package: error: build failed: unable to fork: Invalid argument |
Date: |
Wed, 19 Feb 2014 10:50:28 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131103 Icedove/17.0.10 |
On 02/19/2014 12:53 AM, David Knight wrote:
> Wonderful, setting these solved the problem. Now guix package -i hello
> works for me!
Good. The namespaces are required for Guix to build new packages in a
chroot environment which should be independent of the host system and
consistent on all hosts for a given package.
Sree