From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 0/1] Grafting problem with libxml2 Date: Thu, 26 May 2016 00:02:14 +0200 Message-ID: <87pos97q55.fsf@gnu.org> References: 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]:35359) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5gsv-0001zh-SP for guix-devel@gnu.org; Wed, 25 May 2016 18:02:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b5gsq-0003XR-TW for guix-devel@gnu.org; Wed, 25 May 2016 18:02:36 -0400 In-Reply-To: (Leo Famulari's message of "Tue, 24 May 2016 23:24:19 -0400") 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: Leo Famulari Cc: guix-devel@gnu.org Leo Famulari skribis: > In 493e9a5a8f we fixed some bugs in libxml2 with a graft. Later, I > couldn't reconfigure my GuixSD system, due to an error like this: > > ERROR: invalid replacement > "/gnu/store/3szw4bvhlm0pv9fm6vhmzzdj64d7gvr6-python2-libxml2-2.9.3" > "/gnu/store/5pp4pv6k8hhx2fgx62d40c028lszr8ga-libxml2-2.9.3" > > Python-libxml2 inherits from libxml2, so it seems that it needs > (replacement #f), as in this patch. Good catch! I see Mark committed the same thing as 92a7e46d58c59953cc4b35dcd1413ebfc0de8ec0, so thanks to both of you. Ludo=E2=80=99.