From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#24418: Grafted item refers to a mixture of grafted and ungrafted outputs of the same derivation Date: Fri, 14 Oct 2016 09:57:14 +0200 Message-ID: <87shrzcqhx.fsf@gnu.org> References: <87zindtgya.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]:35513) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1buxNW-00064H-07 for bug-guix@gnu.org; Fri, 14 Oct 2016 03:58:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1buxNR-000861-RV for bug-guix@gnu.org; Fri, 14 Oct 2016 03:58:04 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:48578) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1buxNR-00085x-OL for bug-guix@gnu.org; Fri, 14 Oct 2016 03:58:01 -0400 In-Reply-To: <87zindtgya.fsf@gnu.org> Sender: "Debbugs-submit" Resent-Message-ID: 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: 24418@debbugs.gnu.org Mark reported on IRC that gnome-session, as of v0.11.0-1639-g34f9582, refers to the grafted =E2=80=9Cout=E2=80=9D of glib, but at the same time r= efers to the *ungrafted* =E2=80=9Cbin=E2=80=9D output of glib: --8<---------------cut here---------------start------------->8--- $ ./pre-inst-env guix build gnome-session /gnu/store/rchskrbc42yjlb85lq8zigpvynwc2zz7-gnome-session-3.20.2 $ guix gc -R /gnu/store/rchskrbc42yjlb85lq8zigpvynwc2zz7-gnome-session-3.20= .2|grep glib-2 /gnu/store/l1s4cw9g58hmcpd2qgbckfl228143qzx-glib-2.48.0 /gnu/store/c4rjjznraqnw7wk7zwr8ndmq7bdmj51q-glib-2.48.0-bin $ ./pre-inst-env guix build glib /gnu/store/ya5d1r6bvph3m5nisjywrnkvffpdrjfn-glib-2.48.0-bin /gnu/store/jav2d6c39k3amv4k1670845li7284a6q-glib-2.48.0-doc /gnu/store/77f9q6kvgrrwhqbzxzc10bwdwq6kd690-glib-2.48.0 $ ./pre-inst-env guix build glib --no-grafts /gnu/store/c4rjjznraqnw7wk7zwr8ndmq7bdmj51q-glib-2.48.0-bin /gnu/store/ib12bfrx83aawhabpp0rijgmm61gi0wg-glib-2.48.0-doc /gnu/store/l1s4cw9g58hmcpd2qgbckfl228143qzx-glib-2.48.0 --8<---------------cut here---------------end--------------->8--- Ludo=E2=80=99.