[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Compiling guix 0.3 on a fedora 8 planetlab node
From: |
Ludovic Courtès |
Subject: |
Re: Compiling guix 0.3 on a fedora 8 planetlab node |
Date: |
Thu, 29 Aug 2013 22:02:46 +0200 |
User-agent: |
Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux) |
Hi Matthias,
Cyril Roelandt <address@hidden> skribis:
> On 08/28/2013 05:45 PM, Matthias Wachs wrote:
>> Hi,
>>
>
> Hi!
>
>> I am trying to compile guix 0.3 on very old fedora core 8 system.
>>
>
> This is quite an old system: CLONE_NEWPID and CLONE_NEWNET were
> introduced in Linux 2.6.24, CLONE_NEWIPC and CLONE_NEWUTS were
> introduced in Linux 2.6.19.
Indeed.
> Isn't there any way for you to use a more recent kernel ?
If the answer is “no”, then you may just as well comment out
CLONE_NEWIPC in nix/libstore/build.cc.
The effect is that the build environment will share the same IPC name
space as the outside world, which could interfere when building stuff
that uses SysV IPC. Hopefully, that won’t be a problem in practice.
HTH,
Ludo’.
- Compiling guix 0.3 on a fedora 8 planetlab node, Matthias Wachs, 2013/08/29
- Re: Compiling guix 0.3 on a fedora 8 planetlab node, Cyril Roelandt, 2013/08/29
- Re: Compiling guix 0.3 on a fedora 8 planetlab node,
Ludovic Courtès <=
- Re: Compiling guix 0.3 on a fedora 8 planetlab node, Andreas Enge, 2013/08/29
- Re: Compiling guix 0.3 on a fedora 8 planetlab node, Andreas Enge, 2013/08/29
- Re: Compiling guix 0.3 on a fedora 8 planetlab node, Ludovic Courtès, 2013/08/29
- Re: Compiling guix 0.3 on a fedora 8 planetlab node, Matthias Wachs, 2013/08/30
- Re: Compiling guix 0.3 on a fedora 8 planetlab node, Ludovic Courtès, 2013/08/30
- Re: Compiling guix 0.3 on a fedora 8 planetlab node, Matthias Wachs, 2013/08/30
- Re: Compiling guix 0.3 on a fedora 8 planetlab node, Ludovic Courtès, 2013/08/30
- Re: Compiling guix 0.3 on a fedora 8 planetlab node, Mark H Weaver, 2013/08/31