From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] build: syscalls: Delay syscalls evaluation. Date: Mon, 18 Apr 2016 19:39:28 +0200 Message-ID: <87potm95pr.fsf@gnu.org> References: <56B49D34.1020705@gmail.com> <878u2x4u7b.fsf@netris.org> <56BB32E0.4070909@gmail.com> 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]:39578) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asD9b-0006N3-12 for guix-devel@gnu.org; Mon, 18 Apr 2016 13:40:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1asD9X-0003iX-T0 for guix-devel@gnu.org; Mon, 18 Apr 2016 13:40:06 -0400 In-Reply-To: <56BB32E0.4070909@gmail.com> (Manolis Ragkousis's message of "Wed, 10 Feb 2016 14:53:52 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Manolis Ragkousis Cc: guix-devel@gnu.org, Justus Winter <4winter@informatik.uni-hamburg.de> Manolis Ragkousis skribis: > From 761d4b04701b62042fba810b04da82ca2200b862 Mon Sep 17 00:00:00 2001 > From: Mark H Weaver > Date: Wed, 10 Feb 2016 14:17:33 +0200 > Subject: [PATCH] syscalls: If a syscall is not available, defer the error. > > * guix/build/syscalls.scm (syscall->procedure): New procedure. > (mount, umount, swapon, swapoff, clone, pivot-root): Use it. > (clone): Add case for nonexistent syscall id. I=E2=80=99ve finally applied it. Sorry that it took no less than two month= s for something everyone had agreed on! Ludo=E2=80=99.