all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: guix package: error: build failed: unable to fork: Invalid argument
@ 2014-02-18 23:53 David Knight
  2014-02-19  9:50 ` Sree Harsha Totakura
  0 siblings, 1 reply; 4+ messages in thread
From: David Knight @ 2014-02-18 23:53 UTC (permalink / raw)
  To: guix-devel

Sree Harsha Totakura wrote:
> I am suspecting that this is a problem with you kernel configuration.
> Do you have the namespaces available (the following options) in your
> config?
>
> CONFIG_NAMESPACES=y
> CONFIG_UTS_NS=y
> CONFIG_IPC_NS=y
> CONFIG_USER_NS=y
> CONFIG_PID_NS=y
> CONFIG_NET_NS=y

Wonderful, setting these solved the problem.  Now guix package -i hello
works for me!

Many thanks, David.

^ permalink raw reply	[flat|nested] 4+ messages in thread
* guix package: error: build failed: unable to fork: Invalid argument
@ 2014-02-18 16:29 David Knight
  2014-02-18 21:42 ` Sree Harsha Totakura
  0 siblings, 1 reply; 4+ messages in thread
From: David Knight @ 2014-02-18 16:29 UTC (permalink / raw)
  To: guix-devel

when I try:

  guix package -i hello

it downloads about 277M of files (up to guile-2.0.9.tar.xz) into
/nix/store then errors with "guix package: error: build failed: unable
to fork: Invalid argument".  Rerunning the command gives the same error
message.

The same error shows on two different distros (LFS and Gentoo on i686),
and with both Guix 0.5 and cloned from git.  Guix 0.5 'make check'
passes all tests, and the git version from today passes all tests except
'topologically-sorted, more difficult' in store.scm.  Other guix package
commands such a --search= and --list-available seem to work as expected.

A search for similar build errors came up with an 'unable to fork:
Operation not permitted' that was due to an old kernel; I'm running a
kernel 3.10.25, so I don't think it's that.

The dependencies required in the manual have the following versions:
guile (2.0.9), g++ (4.7.3), libcrypt (3.8.0), sqlite (3.8.2), libbz2
(1.0.6).

The only other error message I can see is a system log warning:

"guile: Libgcrypt warning: missing initialization - please fix the
application"

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-02-19  9:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-18 23:53 guix package: error: build failed: unable to fork: Invalid argument David Knight
2014-02-19  9:50 ` Sree Harsha Totakura
  -- strict thread matches above, loose matches on Subject: below --
2014-02-18 16:29 David Knight
2014-02-18 21:42 ` Sree Harsha Totakura

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.