From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#15209: guix 0.3 does not compile on fedora core 8 nodes Date: Mon, 30 Dec 2013 17:03:26 +0100 Message-ID: <878uv2e375.fsf@gnu.org> References: <1377784471.3250.83.camel@fulcrum.net.in.tum.de> <87a9jz4pij.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50373) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxfK3-0000ne-EJ for bug-guix@gnu.org; Mon, 30 Dec 2013 11:04:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VxfJy-0003tM-7R for bug-guix@gnu.org; Mon, 30 Dec 2013 11:04:07 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:38733) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxfJy-0003tI-3e for bug-guix@gnu.org; Mon, 30 Dec 2013 11:04:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1VxfJx-0004io-TH for bug-guix@gnu.org; Mon, 30 Dec 2013 11:04:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87a9jz4pij.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Fri, 30 Aug 2013 09:16:36 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Matthias Wachs Cc: 15209@debbugs.gnu.org, request@debbugs.gnu.org tag 15209 wontfix retitle 15209 Daemon fails to build with Linux < 2.6.24 thanks ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > Matthias Wachs skribis: > >> +#ifndef CLONE_NEWPID >> +#define CLONE_NEWPID 0x20000000 /* New pid namespace */ >> +#endif >> +#ifndef CLONE_NEWNET >> +#define CLONE_NEWNET 0x40000000 /* New network namespac= e */ >> +#endif=20 >> +#ifndef CLONE_NEWIPC >> +#define CLONE_NEWIPC 0x08000000 /* New ipcs */ >> +#endif=20 >> +#ifndef CLONE_NEWUTS >> +#define CLONE_NEWUTS 0x04000000 /* New utsname group? */ >> +#endif=20 > > I=E2=80=99m reluctant to adding such a patch because (1) as was already > mentioned, these features are missing only on very old kernels, and > (2) if the libc headers don=E2=80=99t define these flag, chances are that > clone(2) doesn=E2=80=99t support them anyway. > > WDYT? Marking as =E2=80=98wontfix=E2=80=99. Let us know if this is a problem. Thanks, Ludo=E2=80=99.