From mboxrd@z Thu Jan 1 00:00:00 1970 From: "pelzflorian (Florian Pelz)" Subject: Re: GCC and Chicken-Scheme compilation Date: Fri, 31 Jan 2020 08:10:48 +0100 Message-ID: <20200131071048.gmnzbksik5rvkssu@pelzflorian.localdomain> References: <20200130153305.jyliym2lcrtnbs3t@pelzflorian.localdomain> <20200130185122.cavf3onk7vdc24wx@pelzflorian.localdomain> <20200130212207.w3tuvoltyg22gkxg@pelzflorian.localdomain> <20200130212716.ed54n4u2oabghlv3@pelzflorian.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:49377) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ixQS6-0003dR-P7 for help-guix@gnu.org; Fri, 31 Jan 2020 02:10:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ixQS5-0000ti-MC for help-guix@gnu.org; Fri, 31 Jan 2020 02:10:54 -0500 Received: from pelzflorian.de ([5.45.111.108]:51624 helo=mail.pelzflorian.de) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ixQS5-0000oq-67 for help-guix@gnu.org; Fri, 31 Jan 2020 02:10:53 -0500 Content-Disposition: inline In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane-mx.org@gnu.org Sender: "Help-Guix" To: Ekaitz at ElenQ Technology Cc: "help-guix\\@gnu.org" On Thu, Jan 30, 2020 at 09:33:24PM +0000, Ekaitz at ElenQ Technology wrot= e: > I tested and it works! :) > The problem is I thought chicken was going to install all the necessary= tooling but it didn't. So I needed to install gcc-toolchain by hand. >=20 > Why doesn't chicken include gcc-toolchain as a dependency then? >=20 > Is there any reason or do we need to add it in the package definition? >=20 > Thank you! Possibly if r-irkernel propagates the R toolchain then Chicken should propagate the GCC toolchain? Don=E2=80=99t know. I find a few open Guix bugs on other issues with chicken. I find unconcluded (?) discussions on this here: https://lists.gnu.org/archive/html/help-guix/2016-06/msg00131.html continued as: https://lists.gnu.org/archive/html/help-guix/2016-07/msg00004.html I suppose there is no reason and someone just needs to fix Chicken. Regards, Florian