From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] file depends upon itself! Date: Fri, 13 Dec 2013 14:01:43 +0100 Message-ID: <87eh5gj45k.fsf@gnu.org> References: <20131213100117.GA31522@jocasta.intra> 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]:41843) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VrSNL-0001Wa-Op for guix-devel@gnu.org; Fri, 13 Dec 2013 08:01:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VrSNF-0003ja-Fr for guix-devel@gnu.org; Fri, 13 Dec 2013 08:01:51 -0500 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:62011) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VrSNF-0003jT-9i for guix-devel@gnu.org; Fri, 13 Dec 2013 08:01:45 -0500 In-Reply-To: <20131213100117.GA31522@jocasta.intra> (John Darrington's message of "Fri, 13 Dec 2013 11:01:17 +0100") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: John Darrington Cc: guix-devel@gnu.org John Darrington skribis: > The file command is somewhat unusual in that it depends upon a natively c= ompiled > version of itself. Like Guile. Initially I added this field for this purpose: (self-native-input? #t) But what you did is better, and is enough to get rid of =E2=80=98self-native-input?=E2=80=99. However, the patch doesn=E2=80=99t apply on =E2=80=98master=E2=80=99. Coul= d you check what=E2=80=99s going on? Also, make sure the commit log specifies the changes (like =E2=80=9CAdd =E2=80=98native-inputs=E2=80=99 field=E2=80=9D) rather than the rationale (= info "(standards) Change Log Concepts"). Thanks, Ludo=E2=80=99.