From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#31836: Installing bc downloads ghc Date: Fri, 15 Jun 2018 15:34:47 +0200 Message-ID: <87h8m4tbpk.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]:47834) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fTose-0005wT-8r for bug-guix@gnu.org; Fri, 15 Jun 2018 09:35:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fTosY-0000nC-PX for bug-guix@gnu.org; Fri, 15 Jun 2018 09:35:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:41206) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fTosY-0000n4-La for bug-guix@gnu.org; Fri, 15 Jun 2018 09:35:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fTosY-0007A9-En for bug-guix@gnu.org; Fri, 15 Jun 2018 09:35:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Caleb Ristvedt's message of "Thu, 14 Jun 2018 16:36:16 -0500") 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: Caleb Ristvedt Cc: 31836@debbugs.gnu.org Hello reepca, Caleb Ristvedt skribis: > Pretty much what the title says. I tried installing bc and it downloaded > ghc, among other things. I was curious how this came to be, so I ran As discussed on IRC, this can happen if the profile contains ghc-* packages. When that is the case, a =E2=80=9Cprofile hook=E2=80=9D triggers= , which regenerates GHC=E2=80=99s package cache. See (guix profiles). I understand it looks weird, but it=E2=80=99s =E2=80=9Cexpected.=E2=80=9D HTH! Ludo=E2=80=99.