From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 06 04:09:25 2021 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 To: guix-patches@gnu.org Subject: [PATCH 0/2] Update bootstrap tarballs Date: Tue, 6 Jul 2021 11:07:53 +0300 Message-Id: X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Efraim Flashner 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.3 (--) 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 -- 2.32.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 06 04:15:19 2021 Received: (at 49434) by debbugs.gnu.org; 6 Jul 2021 08:15:19 +0000 Received: from localhost ([127.0.0.1]:47226 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m0gEh-0006gJ-1U for submit@debbugs.gnu.org; Tue, 06 Jul 2021 04:15:19 -0400 Received: from flashner.co.il ([178.62.234.194]:45338) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m0gEf-0006g4-Ip for 49434@debbugs.gnu.org; Tue, 06 Jul 2021 04:15:18 -0400 Received: from localhost (unknown [31.210.177.125]) by flashner.co.il (Postfix) with ESMTPSA id 8D9964000B; Tue, 6 Jul 2021 08:15:11 +0000 (UTC) From: Efraim Flashner To: 49434@debbugs.gnu.org Subject: [PATCH 1/2] gnu: bootstrap-tarballs: Build with gcc-7. Date: Tue, 6 Jul 2021 11:14:18 +0300 Message-Id: <55a34c5bd0e7b6961f339c532afe3ad387adc59a.1625558726.git.efraim@flashner.co.il> X-Mailer: git-send-email 2.32.0 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 49434 Cc: Efraim Flashner 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: -1.0 (-) * gnu/packages/make-bootstrap.scm (gcc-for-bootstrap)[Inherit]: Inherit from gcc-7. [inputs]: Use package-inputs from gcc-7. (package-with-relocatable-glibc)[native-inputs]: Have cross-gcc use gcc-7. (%gcc-static)[inherit]: Inherit from gcc-7. [arguments]: Use package-arguments from gcc-7. [inputs]: Replace isl-0.18 with isl. Use package-inputs from gcc-7. [native-inputs]: Use package-native-inputs from gcc-7. (%gcc-stripped)[inherit]: Inherit from gcc-7. --- gnu/packages/make-bootstrap.scm | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm index bf76d5052f..ff9376e91f 100644 --- a/gnu/packages/make-bootstrap.scm +++ b/gnu/packages/make-bootstrap.scm @@ -1,6 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Ludovic Courtès -;;; Copyright © 2017 Efraim Flashner +;;; Copyright © 2017, 2021 Efraim Flashner ;;; Copyright © 2018 Tobias Geerinckx-Rice ;;; Copyright © 2018, 2019 Mark H Weaver ;;; Copyright © 2018, 2019, 2021 Jan (janneke) Nieuwenhuizen @@ -94,13 +94,13 @@ for `sh' in $PATH, and without nscd, and with static NSS modules." (mlambdaq (glibc) "Return a variant of GCC that uses the bootstrap variant of GLIBC." (package - (inherit gcc-5) + (inherit gcc-7) (outputs '("out")) ;all in one so libgcc_s is easily found (inputs `( ;; Distinguish the name so we can refer to it below. ("bootstrap-libc" ,(glibc-for-bootstrap glibc)) ("libc:static" ,(glibc-for-bootstrap glibc) "static") - ,@(package-inputs gcc-5)))))) + ,@(package-inputs gcc-7)))))) (define (package-with-relocatable-glibc p) "Return a variant of P that uses the libc as defined by @@ -139,7 +139,7 @@ for `sh' in $PATH, and without nscd, and with static NSS modules." (cons (search-path-specification (variable "CROSS_CPLUS_INCLUDE_PATH") (files '("include"))) - (package-search-paths gcc-5))))) + (package-search-paths gcc-7))))) ("cross-binutils" ,(cross-binutils target)) ,@(%final-inputs))) `(("libc" ,(glibc-for-bootstrap glibc)) @@ -461,11 +461,11 @@ for `sh' in $PATH, and without nscd, and with static NSS modules." (define %gcc-static ;; A statically-linked GCC, with stripped-down functionality. (package-with-relocatable-glibc - (package (inherit gcc-5) + (package (inherit gcc-7) (name "gcc-static") (outputs '("out")) ; all in one (arguments - (substitute-keyword-arguments (package-arguments gcc-5) + (substitute-keyword-arguments (package-arguments gcc-7) ((#:modules modules %gnu-build-system-modules) `((srfi srfi-1) (srfi srfi-26) @@ -515,8 +515,8 @@ for `sh' in $PATH, and without nscd, and with static NSS modules." #t)))))) (inputs `(("zlib:static" ,zlib "static") - ("isl:static" ,isl-0.18 "static") - ,@(package-inputs gcc-5))) + ("isl:static" ,isl "static") + ,@(package-inputs gcc-7))) (native-inputs (if (%current-target-system) `(;; When doing a Canadian cross, we need GMP/MPFR/MPC both @@ -529,12 +529,12 @@ for `sh' in $PATH, and without nscd, and with static NSS modules." ("gmp-native" ,gmp) ("mpfr-native" ,mpfr) ("mpc-native" ,mpc) - ,@(package-native-inputs gcc-5)) - (package-native-inputs gcc-5)))))) + ,@(package-native-inputs gcc-7)) + (package-native-inputs gcc-7)))))) (define %gcc-stripped ;; The subset of GCC files needed for bootstrap. - (package (inherit gcc-5) + (package (inherit gcc-7) (name "gcc-stripped") (build-system trivial-build-system) (source #f) -- 2.32.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 06 04:16:09 2021 Received: (at 49434) by debbugs.gnu.org; 6 Jul 2021 08:16:09 +0000 Received: from localhost ([127.0.0.1]:47231 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m0gFV-0006i1-Fs for submit@debbugs.gnu.org; Tue, 06 Jul 2021 04:16:09 -0400 Received: from flashner.co.il ([178.62.234.194]:45346) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m0gFU-0006hc-2f for 49434@debbugs.gnu.org; Tue, 06 Jul 2021 04:16:08 -0400 Received: from localhost (unknown [31.210.177.125]) by flashner.co.il (Postfix) with ESMTPSA id 4F10D4000B; Tue, 6 Jul 2021 08:16:02 +0000 (UTC) From: Efraim Flashner To: 49434@debbugs.gnu.org Subject: [PATCH 2/2] gnu: bootstrap-tarballs: Use guile-3.0 bootstrap tarball. Date: Tue, 6 Jul 2021 11:14:19 +0300 Message-Id: X-Mailer: git-send-email 2.32.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 49434 Cc: Efraim Flashner 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: -1.0 (-) * gnu/packages/make-bootstrap.scm (%guile-bootstrap-tarball): Use guile-3.0. (%guile-static-stripped): Remove variable. --- gnu/packages/make-bootstrap.scm | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm index ff9376e91f..d66acc2e70 100644 --- a/gnu/packages/make-bootstrap.scm +++ b/gnu/packages/make-bootstrap.scm @@ -55,7 +55,6 @@ %mes-bootstrap-tarball %bootstrap-tarballs - %guile-static-stripped %guile-3.0-static-stripped)) ;;; Commentary: @@ -799,12 +798,9 @@ for `sh' in $PATH, and without nscd, and with static NSS modules." (outputs '("out")) (synopsis "Minimal statically-linked and relocatable Guile"))) -(define %guile-static-stripped - ;; A stripped static Guile binary, for use during bootstrap. - (make-guile-static-stripped %guile-static)) - (define %guile-3.0-static-stripped - ;; A stripped static Guile 3.0 binary, for use in initrds. + ;; A stripped static Guile 3.0 binary, for use in initrds + ;; and during bootstrap. (make-guile-static-stripped (make-guile-static guile-3.0 '("guile-2.2-default-utf8.patch" @@ -867,7 +863,7 @@ for `sh' in $PATH, and without nscd, and with static NSS modules." (define %guile-bootstrap-tarball ;; A tarball with the statically-linked, relocatable Guile. - (tarball-package %guile-static-stripped)) + (tarball-package %guile-3.0-static-stripped)) (define %mescc-tools-bootstrap-tarball ;; A tarball with statically-linked MesCC binary seed. -- 2.32.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 06 10:36:56 2021 Received: (at 49434) by debbugs.gnu.org; 6 Jul 2021 14:36:56 +0000 Received: from localhost ([127.0.0.1]:49612 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m0mBz-0004E0-TN for submit@debbugs.gnu.org; Tue, 06 Jul 2021 10:36:56 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58516) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m0mBx-0004Dn-J0 for 49434@debbugs.gnu.org; Tue, 06 Jul 2021 10:36:54 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:43956) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m0mBr-0005DD-7b; Tue, 06 Jul 2021 10:36:47 -0400 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=36620 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m0mBq-0000Nc-V8; Tue, 06 Jul 2021 10:36:47 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Efraim Flashner Subject: Re: bug#49434: [PATCH 0/2] Update bootstrap tarballs References: <55a34c5bd0e7b6961f339c532afe3ad387adc59a.1625558726.git.efraim@flashner.co.il> Date: Tue, 06 Jul 2021 16:36:44 +0200 In-Reply-To: <55a34c5bd0e7b6961f339c532afe3ad387adc59a.1625558726.git.efraim@flashner.co.il> (Efraim Flashner's message of "Tue, 6 Jul 2021 11:14:18 +0300") Message-ID: <87pmvvqzk3.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (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: 49434 Cc: 49434@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! s/bootstrap-tarballs/make-bootstrap/ in the commit=E2=80=99s subject line. Efraim Flashner skribis: > * gnu/packages/make-bootstrap.scm (gcc-for-bootstrap)[Inherit]: Inherit > from gcc-7. > [inputs]: Use package-inputs from gcc-7. > (package-with-relocatable-glibc)[native-inputs]: Have cross-gcc use > gcc-7. > (%gcc-static)[inherit]: Inherit from gcc-7. > [arguments]: Use package-arguments from gcc-7. > [inputs]: Replace isl-0.18 with isl. Use package-inputs from gcc-7. > [native-inputs]: Use package-native-inputs from gcc-7. > (%gcc-stripped)[inherit]: Inherit from gcc-7. LGTM! Unless I=E2=80=99m mistaken, this can go to =E2=80=98master=E2=80=99. Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 06 10:38:17 2021 Received: (at 49434) by debbugs.gnu.org; 6 Jul 2021 14:38:17 +0000 Received: from localhost ([127.0.0.1]:49616 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m0mDJ-0004GK-7R for submit@debbugs.gnu.org; Tue, 06 Jul 2021 10:38:17 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58766) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m0mDH-0004G6-LJ for 49434@debbugs.gnu.org; Tue, 06 Jul 2021 10:38:15 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:44008) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m0mDC-00066C-ET; Tue, 06 Jul 2021 10:38:10 -0400 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=36622 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m0mDC-0000Ue-5T; Tue, 06 Jul 2021 10:38:10 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Efraim Flashner Subject: Re: bug#49434: [PATCH 0/2] Update bootstrap tarballs References: Date: Tue, 06 Jul 2021 16:38:08 +0200 In-Reply-To: (Efraim Flashner's message of "Tue, 6 Jul 2021 11:14:19 +0300") Message-ID: <87lf6jqzhr.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (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: 49434 Cc: 49434@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 (---) Efraim Flashner skribis: > * gnu/packages/make-bootstrap.scm (%guile-bootstrap-tarball): Use > guile-3.0. > (%guile-static-stripped): Remove variable. Same comment regarding the commit=E2=80=99s subject line. [...] > (define %guile-3.0-static-stripped > - ;; A stripped static Guile 3.0 binary, for use in initrds. > + ;; A stripped static Guile 3.0 binary, for use in initrds > + ;; and during bootstrap. Maybe drop =E2=80=9C-3.0=E2=80=9D from the variable name? It=E2=80=99ss worth checking whether this impacts the initrd code; =E2=80= =9Cmake check-system TESTS=3Dbasic=E2=80=9D should catch regressions. Otherwise LGTM, thanks! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 08 02:44:08 2021 Received: (at 49434) by debbugs.gnu.org; 8 Jul 2021 06:44:08 +0000 Received: from localhost ([127.0.0.1]:54102 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m1NlY-0002rJ-Cr for submit@debbugs.gnu.org; Thu, 08 Jul 2021 02:44:08 -0400 Received: from flashner.co.il ([178.62.234.194]:33738) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m1NlV-0002qi-Rf for 49434@debbugs.gnu.org; Thu, 08 Jul 2021 02:44:07 -0400 Received: from localhost (unknown [31.210.177.125]) by flashner.co.il (Postfix) with ESMTPSA id 0487040224; Thu, 8 Jul 2021 06:43:59 +0000 (UTC) Date: Thu, 8 Jul 2021 09:43:27 +0300 From: Efraim Flashner To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: bug#49434: [PATCH 0/2] Update bootstrap tarballs Message-ID: Mail-Followup-To: Efraim Flashner , Ludovic =?utf-8?Q?Court=C3=A8s?= , 49434@debbugs.gnu.org References: <87lf6jqzhr.fsf_-_@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="WAhqFiXbAcAvp0wK" Content-Disposition: inline In-Reply-To: <87lf6jqzhr.fsf_-_@gnu.org> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 49434 Cc: 49434@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: -1.0 (-) --WAhqFiXbAcAvp0wK Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jul 06, 2021 at 04:38:08PM +0200, Ludovic Court=C3=A8s wrote: > Efraim Flashner skribis: >=20 > > * gnu/packages/make-bootstrap.scm (%guile-bootstrap-tarball): Use > > guile-3.0. > > (%guile-static-stripped): Remove variable. >=20 > Same comment regarding the commit=E2=80=99s subject line. >=20 > [...] >=20 > > (define %guile-3.0-static-stripped > > - ;; A stripped static Guile 3.0 binary, for use in initrds. > > + ;; A stripped static Guile 3.0 binary, for use in initrds > > + ;; and during bootstrap. >=20 > Maybe drop =E2=80=9C-3.0=E2=80=9D from the variable name? >=20 > It=E2=80=99ss worth checking whether this impacts the initrd code; =E2=80= =9Cmake > check-system TESTS=3Dbasic=E2=80=9D should catch regressions. >=20 > Otherwise LGTM, thanks! >=20 > Ludo=E2=80=99. QEMU runs as PID 18 connected to QEMU's monitor read QEMU monitor prompt connected to guest REPL %%%% Starting test basic (Writing full log to "basic.log") marionette is ready ;;; (services (console-font-tty1 term-tty5 file-systems loopback term-tty2 = term-auto console-font-tty3 term-tty4 term-tty3 nscd marionette term-tty1 r= oot user) # of expected passes 27 # of skipped tests 1 successfully built /gnu/store/b5qh7nmw16xsn8h8da8vvy7pqqbkfxnj-basic.drv /gnu/store/jjd04fjpsibwp7iyj3jggiam9z7av934-basic I'll push it as a separate commit. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --WAhqFiXbAcAvp0wK Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmDmno8ACgkQQarn3Mo9 g1EBwhAAgwaxGFwnQkt0oScTMvTv+XkoSZff62ftMvBtz2XUqpIHnloLWqF8omyU kTRHhUfFUqIRvMtdfHcejve9LYyWFvZ21VlieEnLaM0S32YoqS0yvuOD5bUCKgRs K92s9V8OyTocRkho1foUj4CjumrLgt5Cy7NQJfw7cIslpMv8C0WMiyBWhAxZGeLt jvxNJ9PpDCIpSzigsajjNbaz/EIu3zjLE7zRbAzHDNRCSfHnvMuxuTFulI/ZNwc1 40Fnix42EiJl2M9t3HjRhXZgzXVL2mu4TeWCCQUtd+hPHQerjk9qUkdM88jzp17k ojad4vqCTAZlOMGv+z7sU3a6h9l++g38XTDXeGYyISeKnMcFUtfq7jOkNfQjkTD6 LmnIWYlIOn8+iRwjOfL4ELpPqINOxpqT2ghF/Kx78lOrqnmuiug8x8HoFVe/Aat2 5A9hezPhNTNgPA/fKvBRiOkJc3VYywr9jSDQIjqKIDKbH6zykC351WWi56HEbm+v sgiBSrpmo9kM9orX7+XezTQlU9P0Y8Q/ueVdnJuq3HFBdD4+0NDyeRUm0PHScY8W QmjOxRRNxAEG9/dvzv7jSlvIAZWpjGPYW7Glx43HzVmqH2lOMf6RLMqCUSVX54GO qTo/3ForC2zDobIdIIKQ8IZRJASM1g39oCi6f4usmaSRDMPN/p8= =tqgo -----END PGP SIGNATURE----- --WAhqFiXbAcAvp0wK-- From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 08 02:45:17 2021 Received: (at 49434-done) by debbugs.gnu.org; 8 Jul 2021 06:45:17 +0000 Received: from localhost ([127.0.0.1]:54106 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m1Nme-0002ta-O2 for submit@debbugs.gnu.org; Thu, 08 Jul 2021 02:45:16 -0400 Received: from flashner.co.il ([178.62.234.194]:33748) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m1Nmd-0002tK-Ll for 49434-done@debbugs.gnu.org; Thu, 08 Jul 2021 02:45:16 -0400 Received: from localhost (unknown [31.210.177.125]) by flashner.co.il (Postfix) with ESMTPSA id C796940224; Thu, 8 Jul 2021 06:45:09 +0000 (UTC) Date: Thu, 8 Jul 2021 09:44:37 +0300 From: Efraim Flashner To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: bug#49434: [PATCH 0/2] Update bootstrap tarballs Message-ID: Mail-Followup-To: Efraim Flashner , Ludovic =?utf-8?Q?Court=C3=A8s?= , 49434-done@debbugs.gnu.org References: <55a34c5bd0e7b6961f339c532afe3ad387adc59a.1625558726.git.efraim@flashner.co.il> <87pmvvqzk3.fsf_-_@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="6+qus/7aKxQnIo7j" Content-Disposition: inline In-Reply-To: <87pmvvqzk3.fsf_-_@gnu.org> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 49434-done Cc: 49434-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: -1.0 (-) --6+qus/7aKxQnIo7j Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jul 06, 2021 at 04:36:44PM +0200, Ludovic Court=C3=A8s wrote: > Hi! >=20 > s/bootstrap-tarballs/make-bootstrap/ in the commit=E2=80=99s subject line. >=20 > Efraim Flashner skribis: >=20 > > * gnu/packages/make-bootstrap.scm (gcc-for-bootstrap)[Inherit]: Inherit > > from gcc-7. > > [inputs]: Use package-inputs from gcc-7. > > (package-with-relocatable-glibc)[native-inputs]: Have cross-gcc use > > gcc-7. > > (%gcc-static)[inherit]: Inherit from gcc-7. > > [arguments]: Use package-arguments from gcc-7. > > [inputs]: Replace isl-0.18 with isl. Use package-inputs from gcc-7. > > [native-inputs]: Use package-native-inputs from gcc-7. > > (%gcc-stripped)[inherit]: Inherit from gcc-7. >=20 > LGTM! Unless I=E2=80=99m mistaken, this can go to =E2=80=98master=E2=80= =99. >=20 > Ludo=E2=80=99. That was certainly the plan. Something with less churn at that level makes it easier to work against. Patches pushed! Thanks. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --6+qus/7aKxQnIo7j Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmDmntUACgkQQarn3Mo9 g1H/1Q/+J6PAgr++GEaIACfjVbX28xrM3bIygv4BzRO4nbzrnNMdlPm8oB/Pqj0E t7xT7vzwH+cSFF0YI3fbmSaLvZgXCGTnavZQIG+zcltQbLvDWkhjZIMjSCFw8j3r lhka1qPZOhWWog3Zmek+Hozug1ozGgyiuUCGpXgynY77mzidpUcG4VOsc+/raXHo 3XNhsjUXcyf32sdEpNhyy4lQTFMj7q5zlhrGYnleywpJthlmykYPhTBwGHwyGijg rQuD9JceG16sjW8hxob9XE2Qy0DDJfiF1CiGxTQe9U/pYnm7pRcRAWIy2JUIXM63 yTKD0hCJB3MjaMio6KXdVJTX8JlY5kE9FPaFisDmM14eCx1Rt9P439LQnYRBfpSW J2W9tULHR7TAAJfLeynNqPzmBeIuI3axRAgBlJ7LRTZJgoY+vLeCaaXM+Cijapkm jVt3jK0vtW8kj2Amxv3fpvg7/3zBE+/TnXr8Hvbd0DkXF/lHVbMyCfJwGaonVYx4 OPX2/slbFCIzPcAGJohZLmyGJdo6hdpJMuwCTe+pjbyYza5So3vhnCycwnSNACdl Vqi50CbsTzNC/gQ2cFo4LFlWkGCIDMUlTOtBtfoG6MGejjgcsp0ZYXFGwKZ6tMsE jPZkzJb/IQUV0WN4bAbNLrdJuMzglOyh0VEm/8GWaNZmzaoZgzg= =/fH3 -----END PGP SIGNATURE----- --6+qus/7aKxQnIo7j-- From unknown Sat Aug 09 09:33:55 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 05 Aug 2021 11:24:05 +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