From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Grafts Date: Sun, 02 Nov 2014 21:27:41 +0100 Message-ID: <87wq7djqki.fsf@gnu.org> References: <87a950igwi.fsf@gnu.org> <87k33y1ih1.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]:60166) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xl1kL-0003qe-In for guix-devel@gnu.org; Sun, 02 Nov 2014 15:27:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xl1k9-0004Be-9n for guix-devel@gnu.org; Sun, 02 Nov 2014 15:27:33 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:44245) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xl1k9-0004BA-2a for guix-devel@gnu.org; Sun, 02 Nov 2014 15:27:21 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 8EA163F08 for ; Sun, 2 Nov 2014 21:27:19 +0100 (CET) Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fyny5bqrTIT0 for ; Sun, 2 Nov 2014 21:27:19 +0100 (CET) Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 472D11232 for ; Sun, 2 Nov 2014 21:27:19 +0100 (CET) In-Reply-To: <87k33y1ih1.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Fri, 17 Oct 2014 23:42:18 +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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Guix-devel I went ahead and merged the guts of =E2=80=98wip-grafts=E2=80=99. This cha= nges the ABI, so make sure to run: make clean-go && make > However, the =E2=80=98graft-derivation=E2=80=99 procedure is not recursiv= e: it grafts > the derivation you give it, but doesn=E2=80=99t graft its dependencies. This problem is not addressed yet, but I decided to postpone it, probably until after 0.8 (I have the beginnings of a fix, but nothing baked yet), so we can move forward. To summarize, we can already use grafts, via the =E2=80=98replacement=E2=80= =99 field of a package, but there are some cases where it will not do exactly what we want. Please send a message if you want to use it and are unsure. Ludo=E2=80=99.