From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#24712: Grafting of multiple-output dependencies is mishandled Date: Tue, 18 Oct 2016 10:30:20 +0200 Message-ID: <87h98aoy8z.fsf@gnu.org> References: <87oa2kf4eb.fsf@gnu.org> <87k2d6k50g.fsf@gnu.org> <87oa2iqr1u.fsf@netris.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]:38593) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bwPnd-0003RR-29 for bug-guix@gnu.org; Tue, 18 Oct 2016 04:31:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bwPna-0004Sk-El for bug-guix@gnu.org; Tue, 18 Oct 2016 04:31:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:59588) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1bwPna-0004Sc-Ay for bug-guix@gnu.org; Tue, 18 Oct 2016 04:31:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87oa2iqr1u.fsf@netris.org> (Mark H. Weaver's message of "Mon, 17 Oct 2016 23:22:53 -0400") 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" To: Mark H Weaver Cc: 24712@debbugs.gnu.org Mark H Weaver skribis: > To make a long story short, it turns out that #24703 is the cause. My > 'guile-final' is grafted, using a 'glibc-final' grafted to use the new > Bash. The only problem is, 'glibc-final' is still trying to load its > 'gconv' modules from the ungrafted 'glibc-final'. Thanks to 3d47aa81, > there are no longer any *visible* references to the ungrafted > 'glibc-final', so it's no longer being included in the build > environment. Ouch, OK. (At least 3d47aa81 has the intended effect=E2=80=A6) Ludo=E2=80=99.