From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#36747: Official MesCC bootstrap binaries differ from my locally built ones Date: Tue, 27 Aug 2019 11:38:31 +0200 Message-ID: <875zmjrlrc.fsf@gnu.org> References: <875znwcoo9.fsf@netris.org> <87ef2j1pgt.fsf@gnu.org> <87ftmy51kk.fsf@netris.org> <87muh6sib4.fsf@gnu.org> <877e8a79mz.fsf@netris.org> <87pnm2ufv1.fsf@gnu.org> <87lfwpqpb7.fsf@netris.org> <875znt2hlc.fsf@gnu.org> <87zhke97xj.fsf@netris.org> <87h86mdaex.fsf@gnu.org> <8736i5a7mb.fsf@netris.org> <87mugdbc9r.fsf@gnu.org> <8736i3iyas.fsf@devup.no> <87zhkbhd07.fsf@devup.no> <87v9uz4msh.fsf@netris.org> <87woffh66h.fsf@devup.no> <874l26y9j0.fsf@gnu.org> <87d0guuwt4.fsf@netris.org> <87zhjw1gfm.fsf@gnu.org> <871rx7pyco.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:50559) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i2XwM-0001ea-Sx for bug-guix@gnu.org; Tue, 27 Aug 2019 05:39:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i2XwL-00051V-QI for bug-guix@gnu.org; Tue, 27 Aug 2019 05:39:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:38891) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i2XwL-00051R-NL for bug-guix@gnu.org; Tue, 27 Aug 2019 05:39:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <871rx7pyco.fsf@netris.org> (Mark H. Weaver's message of "Mon, 26 Aug 2019 14:36:44 -0400") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Mark H Weaver Cc: 36747@debbugs.gnu.org Hi Mark, Mark H Weaver skribis: > Ludovic Court=C3=A8s writes: > >> Mark H Weaver skribis: [...] >>> commit 82eaac49ac983f28768d6623d802f41cbd7f779b >>> Author: Mark H Weaver >>> Date: Thu Aug 15 16:44:36 2019 -0400 >>> >>> gnu: bash: Unconditionally configure PGRP_PIPE for *-linux systems. >>>=20=20=20 >>> * gnu/packages/patches/bash-linux-pgrp-pipe.patch: New file. >>> * gnu/local.mk (dist_patch_DATA): Add it. >>> * gnu/packages/bash.scm (bash)[source]: Add the patch. [...] >> OK. The Bash change means we=E2=80=99re rebuilding from scratch on >> architectures, not just x86. So I=E2=80=99ll probably ungraft my Ghosts= cript >> fix (466ff55c72959ba1499ce3ec69f534b3038eb30b) while we=E2=80=99re at it. > > Hmm, good point. Perhaps we should postpone the Bash fix until the next > core-updates cycle. The problem was quite severe in bash-4.4, which > builds incorrectly on linux-5.0 or later, but the issue in bash-5.0 is > far less likely to cause problems in practice: it will build differently > on linux-2.3 or earlier. > > What do you think? Your call: if you think this Bash fix can be delayed without causing problems, then please revert it and we=E2=80=99ll apply it on the next cycl= e. That would allow us to merge =E2=80=98core-updates=E2=80=99 more quickly fo= r sure! Thanks, Ludo=E2=80=99.