From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruno Haible Subject: bug#35551: package gcc does not depend on binutils and glibc Date: Sat, 04 May 2019 03:34:42 +0200 Message-ID: <3104507.Mr5onzjcma@omega> References: <1666426.mZ6LCf6Yd0@omega> <87imurunjv.fsf@nicolasgoaziou.fr> <8736lvf4ul.fsf@nckx> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:37518) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hMjaD-0008U4-1Q for bug-guix@gnu.org; Fri, 03 May 2019 21:35:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hMja0-0001d7-Tq for bug-guix@gnu.org; Fri, 03 May 2019 21:35:15 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:36494) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hMjZu-0001bE-KJ for bug-guix@gnu.org; Fri, 03 May 2019 21:35:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hMjZu-0002uv-EK for bug-guix@gnu.org; Fri, 03 May 2019 21:35:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <8736lvf4ul.fsf@nckx> 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: Tobias Geerinckx-Rice Cc: 35551@debbugs.gnu.org, 35551-done@debbugs.gnu.org Nicolas Goaziou wrote: > > You are really looking for `gcc-toolchain' package. See section=20 > > 2.6.6 in the manual. Indeed! Thanks for the answer. > (Speaking as a user, I'd be annoyed to the point of switching if=20 > my distro installed =E2=80=98binutils=E2=80=99 when asked for =E2=80=98gc= c=E2=80=99.) Well, 'guix install emacs' installs more than emacs as well: graphviz, ghostscript, python, fftw, cups, ... There are different kinds of dependencies between packages: - Package A contains binaries that are linked to shared libraries installed by package B. - Package A contains binaries that invoke binaries installed by package C. - Package A produces output or file formats that can only be viewed through package D. =46or me, any of these dependencies would be a reason, when installing A, to install B, C, D as well. Bruno