From mboxrd@z Thu Jan 1 00:00:00 1970 From: boris.dekshteyn@gmail.com (Boris A. Dekshteyn) Subject: Re: libstdc++ Date: Thu, 16 May 2019 14:59:30 +1200 Message-ID: <87imubrtnx.fsf@gmail.com> References: <87ftphfd6s.fsf@gmail.com> <87sgtfpfnf.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 ([209.51.188.92]:42474) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hR6cR-0003P0-Cd for help-guix@gnu.org; Wed, 15 May 2019 22:59:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hR6cQ-0003mJ-GN for help-guix@gnu.org; Wed, 15 May 2019 22:59:43 -0400 Received: from mail-lj1-x22c.google.com ([2a00:1450:4864:20::22c]:41907) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hR6cQ-0003kd-6Q for help-guix@gnu.org; Wed, 15 May 2019 22:59:42 -0400 Received: by mail-lj1-x22c.google.com with SMTP id k8so1624785lja.8 for ; Wed, 15 May 2019 19:59:41 -0700 (PDT) Received: from localhost (enceladus.provocation.me. [2001:470:24:e81:76d4:35ff:feb0:d0bf]) by smtp.gmail.com with ESMTPSA id n10sm721853ljh.36.2019.05.15.19.59.35 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 15 May 2019 19:59:37 -0700 (PDT) In-Reply-To: <87sgtfpfnf.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Wed, 15 May 2019 23:32:52 +0200") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org Hi, Ludovic Court=C3=A8s writes: > It=E2=80=99s still there, but the =E2=80=98gcc=E2=80=99 package has been = =E2=80=9Chidden=E2=80=9D recently, > meaning that you cannot refer to it by name from the command line. But i can :) ~guix environment --ad-hoc -e '(list (@@ (gnu packages gcc) gcc-9) "lib")'~ > The reason is that in general you=E2=80=99ll want =E2=80=98gcc-toolchain= =E2=80=99, not =E2=80=98gcc=E2=80=99. > =E2=80=98gcc-toolchain:lib=E2=80=99 contains libstdc++ and co. Why not keep both? Anyway, ~guix environment --ad-hoc gcc-toolchain:lib~ resulting in these: --8<---------------cut here---------------start------------->8--- guix environment: error: package `gcc-toolchain@9.1.0' lacks output `lib' --8<---------------cut here---------------end--------------->8--- in: ~guix environment --ad-hoc gcc-toolchain~ libstdc++, as well some other gcc libs not presented too. --=20 WBR, Boris Dekshteyn