From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 20 03:11:24 2021 Received: (at 50031) by debbugs.gnu.org; 20 Sep 2021 07:11:24 +0000 Received: from localhost ([127.0.0.1]:40861 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mSDSW-0002Re-3H for submit@debbugs.gnu.org; Mon, 20 Sep 2021 03:11:24 -0400 Received: from eggs.gnu.org ([209.51.188.92]:49532) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mSDST-0002RN-NL for 50031@debbugs.gnu.org; Mon, 20 Sep 2021 03:11:22 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:51562) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mSDSO-0004dS-7J; Mon, 20 Sep 2021 03:11:16 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=35878 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mSDSN-0007LO-V4; Mon, 20 Sep 2021 03:11:16 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Thiago Jung Bauermann Subject: Re: bug#50031: gcc-core-mesboot1 may not be deterministic References: <3505331.lUEJ2uQ5fA@popigai> Date: Mon, 20 Sep 2021 09:11:13 +0200 In-Reply-To: <3505331.lUEJ2uQ5fA@popigai> (Thiago Jung Bauermann's message of "Thu, 12 Aug 2021 16:19:37 -0300") Message-ID: <87k0jbrab2.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: 50031 Cc: 50031@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 Thiago, Thiago Jung Bauermann skribis: > Using Guix from both the =E2=80=98master=E2=80=99 branch=C2=B9 and from t= he =E2=80=98core-updates-frozen=E2=80=99 > branch=C2=B2, the following command fails: > > $ guix build --check \ > -e '(@@ (gnu packages commencement) gcc-core-mesboot1)=E2=80=99 > =E2=8B=AE > guix build: erro: derivation `/gnu/store/qbnxfv7v7288iisl44kccz68k0pv9qdi= -gcc-core-mesboot1-4.6.4.drv' may not be deterministic: output `/gnu/store/= rn3qvn67nraicabvlrx1rhw6nsjrpgpx-gcc-core-mesboot1-4.6.4' differs > > > During the stripping phase, there are many of these warnings, which may be > related: > > starting phase `strip' > stripping binaries in "/gnu/store/rn3qvn67nraicabvlrx1rhw6nsjrpgpx-gcc-co= re-mesboot1-4.6.4/lib" with "strip" and flags ("--strip-debug" "--enable-de= terministic-archives") > strip: unrecognized option `--enable-deterministic-archives' This was discussed in . There=E2=80=99s= the beginning of a patch there that needs to be adapted to avoid depending on xz at this early stage, I think. Thanks, Ludo=E2=80=99.