From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 04 15:02:32 2020 Received: (at submit) by debbugs.gnu.org; 4 Jul 2020 19:02:32 +0000 Received: from localhost ([127.0.0.1]:59655 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jrnQm-0005Ug-AZ for submit@debbugs.gnu.org; Sat, 04 Jul 2020 15:02:32 -0400 Received: from lists.gnu.org ([209.51.188.17]:37728) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jrij7-00045V-4q for submit@debbugs.gnu.org; Sat, 04 Jul 2020 10:01:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50180) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jrij4-00029B-Lp for guix-patches@gnu.org; Sat, 04 Jul 2020 10:01:08 -0400 Received: from knopi.disroot.org ([178.21.23.139]:36312) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jriiz-0001yY-Iy for guix-patches@gnu.org; Sat, 04 Jul 2020 10:01:06 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 47CB755E65 for ; Sat, 4 Jul 2020 16:01:00 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qyuU3Dw09NCI for ; Sat, 4 Jul 2020 16:00:59 +0200 (CEST) From: guy fleury iteriteka DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1593871259; bh=WwhBsOam8H20WH9gF74ZLiqttLvO5VSlsfm/agS/w+I=; h=From:To:Subject:Date:In-Reply-To:References; b=eHjsoPwiP1hxFcbgi68eW44IYgUbhcypaJxli2QtKPu30UErhjeSLy44P50nbxWpk zjuFyvTDMZrr1GHNz2u4/okiFAK7jJo9697Xz/eqTEgdaXODHsrZN+v9NLNVkNnPzx arX6Luc3NcAkR++yw8Ef5gkCGpVuptv1yvpdcKU971t6NjAvChwAWJV1BTbkmcMgfI IzP4s3ogfP6yrRQ56fnoAJjVymvgfOdNnCALjgSAWwB18K1XfgphazrPBB6YiibKmG m1lxXuMtKZN1K9DDIwXeKYxogsxDGCO/XpgMm5s/G5WYFJCCjn99jmG2xOep8/eps9 LMPLoYYOz1VZg== To: guix-patches@gnu.org Subject: [PATCH 2/2] gnu: Add gdc-toolchain. Date: Sat, 4 Jul 2020 16:00:25 +0200 Message-Id: <20200704140025.3602-2-gfleury@disroot.org> In-Reply-To: <20200704140025.3602-1-gfleury@disroot.org> References: <20200704140025.3602-1-gfleury@disroot.org> Mime-Version: 1.0 Content-Type: text/plain; charset=yes Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=gfleury@disroot.org; helo=knopi.disroot.org X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/04 10:00:55 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sat, 04 Jul 2020 15:02:32 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/commencement.scm(gdc-toolchain): New variable. --- gnu/packages/commencement.scm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm index ef250e0..510bf0b 100644 --- a/gnu/packages/commencement.scm +++ b/gnu/packages/commencement.scm @@ -8,6 +8,7 @@ ;;; Copyright © 2018, 2019, 2020 Jan (janneke) Nieuwenhuizen ;;; Copyright © 2019, 2020 Marius Bakke ;;; Copyright © 2020 Timothy Sample +;;; Copyright © 2020 Guy Fleury Iteriteka ;;; ;;; This file is part of GNU Guix. ;;; @@ -3909,5 +3910,12 @@ Fortran development to be installed in user profiles. This includes gfortran, as well as libc (headers and binaries, plus debugging symbols in the @code{debug} output), and binutils."))) +(define-public gdc-toolchain + (package (inherit (make-gcc-toolchain gdc)) + (synopsis "Complete GCC tool chain for D development") + (description "This package provides a complete GCC tool chain for +D development to be installed in user profiles. This includes +gdc, as well as libc (headers and binaries, plus debugging symbols +in the @code{debug} output), and binutils."))) ;;; commencement.scm ends here -- 2.25.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 24 06:38:53 2020 Received: (at 42196-done) by debbugs.gnu.org; 24 Jul 2020 10:38:53 +0000 Received: from localhost ([127.0.0.1]:46921 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jyv6L-0005Tm-8c for submit@debbugs.gnu.org; Fri, 24 Jul 2020 06:38:53 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58292) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jyv6K-0005Ta-1i for 42196-done@debbugs.gnu.org; Fri, 24 Jul 2020 06:38:52 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:43718) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jyv6E-0002H1-7t; Fri, 24 Jul 2020 06:38:46 -0400 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=49086 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jyv6D-0001xE-Su; Fri, 24 Jul 2020 06:38:46 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: guy fleury iteriteka Subject: Re: [bug#42196] [PATCH 2/2] gnu: Add gdc-toolchain. References: <20200704140025.3602-1-gfleury@disroot.org> <20200704140025.3602-2-gfleury@disroot.org> Date: Fri, 24 Jul 2020 12:38:43 +0200 In-Reply-To: <20200704140025.3602-2-gfleury@disroot.org> (guy fleury iteriteka's message of "Sat, 4 Jul 2020 16:00:25 +0200") Message-ID: <87d04lb3kc.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 42196-done Cc: 42196-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, guy fleury iteriteka skribis: > * gnu/packages/commencement.scm(gdc-toolchain): New variable. This was commit in 7b2ab96a6efcd30ce12371cac101f1f965ff20b8, closing! Ludo=E2=80=99. From unknown Thu Jun 19 14:32:38 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 21 Aug 2020 11:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator