From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46891) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g7Gnl-0007s4-57 for guix-patches@gnu.org; Tue, 02 Oct 2018 05:17:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g7Gnf-0005Tx-JG for guix-patches@gnu.org; Tue, 02 Oct 2018 05:17:09 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:57729) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g7Gnf-0005Tl-EY for guix-patches@gnu.org; Tue, 02 Oct 2018 05:17:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1g7Gnd-0001ym-UG for guix-patches@gnu.org; Tue, 02 Oct 2018 05:17:03 -0400 Subject: [bug#32834] [PATCH] gnu: icecat: Build with rust-1.24. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180925044904.23530-1-efraim@flashner.co.il> <87lg7kvuhz.fsf@gnu.org> <4F179DDB-1E56-44ED-8F7D-A088BB30905E@flashner.co.il> <20181001090338.aflixd7cezx2sicp@abyayala> Date: Tue, 02 Oct 2018 11:16:04 +0200 In-Reply-To: <20181001090338.aflixd7cezx2sicp@abyayala> (Nils Gillmann's message of "Mon, 1 Oct 2018 09:03:38 +0000") Message-ID: <87r2h8so8b.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Nils Gillmann Cc: Mark H Weaver , 32834@debbugs.gnu.org Nils Gillmann skribis: > Efraim Flashner transcribed 782 bytes: >>=20 >>=20 >> On September 29, 2018 9:55:36 PM UTC, ludo@gnu.org wrote: >> >Hi Efraim, >> > >> >Efraim Flashner skribis: >> > >> >> * gnu/packages/gnuzilla.scm (icecat)[native-inputs]: Use the oldest >> >> compatable rust over newer releases when building icecat. >> > >> >[...] >> > >> >> + ;; Icecat 60 checkes for rust>=3D1.24 >> >> + `(("rust" ,rust-1.24) >> >> + ("cargo" ,rust-1.24 "cargo") >> > >> >I suppose the goal is to reduce the build chain, right? >>=20 >> Right. Currently each round of rust takes about 12 hours on my fast aarc= h64 board. This built successfully on aarch64 and ng0 was able to build and= test it on x86_64. > > It is convenient (less than 36 hours build, build only one version of > rust), but I have to second the doubt about CVEs. > Mark, have you considered asking Mozilla about their recommended > strategy wrt chosing the right rust for a Firefox-based browser > building and implications of using an older rust for crates already > in Firefox? I suspect Mozilla is not paying attention to bootstrapping issues the way we do, so they=E2=80=99d probably recommend just using the latest Rust version. Ludo=E2=80=99.