From patchwork Tue Jul 6 08:07:53 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Efraim Flashner X-Patchwork-Id: 211 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 66C8D27BC81; Tue, 6 Jul 2021 09:10:13 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, SPF_HELO_PASS autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 217DE27BC78 for ; Tue, 6 Jul 2021 09:10:13 +0100 (BST) Received: from localhost ([::1]:47482 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m0g9j-00077q-Nl for patchwork@mira.cbaines.net; Tue, 06 Jul 2021 04:10:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48636) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m0g9b-00076D-2r for guix-patches@gnu.org; Tue, 06 Jul 2021 04:10:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:35662) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1m0g9a-0005sB-PL for guix-patches@gnu.org; Tue, 06 Jul 2021 04:10:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1m0g9a-0006Wt-KQ for guix-patches@gnu.org; Tue, 06 Jul 2021 04:10:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#49434] [PATCH 0/2] Update bootstrap tarballs Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 06 Jul 2021 08:10:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 49434 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 49434@debbugs.gnu.org Cc: Efraim Flashner X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.162555896525045 (code B ref -1); Tue, 06 Jul 2021 08:10:02 +0000 Received: (at submit) by debbugs.gnu.org; 6 Jul 2021 08:09:25 +0000 Received: from localhost ([127.0.0.1]:47208 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m0g8y-0006Vt-V3 for submit@debbugs.gnu.org; Tue, 06 Jul 2021 04:09:25 -0400 Received: from lists.gnu.org ([209.51.188.17]:34316) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m0g8w-0006Vl-Pl for submit@debbugs.gnu.org; Tue, 06 Jul 2021 04:09:23 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48590) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m0g8w-0006fk-Hl for guix-patches@gnu.org; Tue, 06 Jul 2021 04:09:22 -0400 Received: from flashner.co.il ([178.62.234.194]:35260) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m0g8u-00050c-Tk for guix-patches@gnu.org; Tue, 06 Jul 2021 04:09:22 -0400 Received: from localhost (unknown [31.210.177.125]) by flashner.co.il (Postfix) with ESMTPSA id 341494000B; Tue, 6 Jul 2021 08:08:46 +0000 (UTC) From: Efraim Flashner Date: Tue, 6 Jul 2021 11:07:53 +0300 Message-Id: X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Received-SPF: pass client-ip=178.62.234.194; envelope-from=efraim@flashner.co.il; helo=flashner.co.il X-Spam_score_int: -4 X-Spam_score: -0.5 X-Spam_bar: / X-Spam_report: (-0.5 / 5.0 requ) BAYES_05=-0.5, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches As part of the riscv64-linux bootstrap I found it necessary to update the bootstrap tarballs. As part of the riscv64-linux patch series I will put together a patch which changes (gnu packages bootstrap) to use guile-3.0 when appropriate. Efraim Flashner (2): gnu: bootstrap-tarballs: Build with gcc-7. gnu: bootstrap-tarballs: Use guile-3.0 bootstrap tarball. gnu/packages/make-bootstrap.scm | 32 ++++++++++++++------------------ 1 file changed, 14 insertions(+), 18 deletions(-) base-commit: aa6e6fb2e9ea231d12d49a8925fddd8d2686ea94