From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [core-updates]: cycle detected in the references of ...gtk+-3.20.9-bin Date: Thu, 13 Oct 2016 22:01:51 +0200 Message-ID: <87zim89fww.fsf@gnu.org> References: <20161013052447.GA26607@jasmine> <20161013053012.GA30506@jasmine> 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]:38634) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bumCV-0003QV-Ca for guix-devel@gnu.org; Thu, 13 Oct 2016 16:02:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bumCS-0000PP-9H for guix-devel@gnu.org; Thu, 13 Oct 2016 16:01:59 -0400 In-Reply-To: <20161013053012.GA30506@jasmine> (Leo Famulari's message of "Thu, 13 Oct 2016 01:30:12 -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: > On Thu, Oct 13, 2016 at 01:24:47AM -0400, Leo Famulari wrote: >> It works if I remove the 'bin' output from gtk+@3. > > I think I was mistaken. If I don't use a separate 'bin' output, I can > build the package, but I still get an error with `guix system build`: > > guix system: error: reference to invalid output 'bin' of derivation '/gnu= /store/hb07mzbrn4nqwdlimjbbbdkm2nnvbsvz-gtk+-3.20.9.drv' This is expected: it means that some packages or gexps refer to the =E2=80=9Cbin=E2=80=9D output of GTK+, which no longer exists. For instance= , the =E2=80=98gtk-icon-themes=E2=80=99 procedure in (guix profile) does exactly = that. If we remove =E2=80=9Cbin=E2=80=9D, these will have to be updated. Thanks, Ludo=E2=80=99.