From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] Replace static bash in grafted glibc. Date: Thu, 15 Mar 2018 10:05:35 +0100 Message-ID: <87d105wvxc.fsf@gnu.org> References: <87in9zsesa.fsf@mdc-berlin.de> <877eqfyp3s.fsf@gnu.org> <877eqesyzc.fsf@mdc-berlin.de> <874llistsg.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53299) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ewOpQ-0003zn-S7 for guix-devel@gnu.org; Thu, 15 Mar 2018 05:05:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ewOpP-0003dN-TA for guix-devel@gnu.org; Thu, 15 Mar 2018 05:05:40 -0400 Received: from hera.aquilenet.fr ([2a0c:e300::1]:60038) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ewOpP-0003cJ-LP for guix-devel@gnu.org; Thu, 15 Mar 2018 05:05:39 -0400 In-Reply-To: <874llistsg.fsf@elephly.net> (Ricardo Wurmus's message of "Wed, 14 Mar 2018 13:53:03 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ricardo Wurmus Cc: guix-devel@gnu.org, Ricardo Wurmus Ricardo Wurmus skribis: > Ricardo Wurmus writes: > >> Hi Ludo, >> >>> Ricardo Wurmus skribis: >>> >>>> I=E2=80=99d like to push this to master in a couple of hours, unless t= here are >>>> objections. >>> >>> Go for it, thanks a lot! >> >> Pushed to master with commit c4fb2b9f4. Thanks for helping me >> understand this problem! > > Commit c4fb2b9f4 (the changes to commencement) seems to have broken > Guix. On some derivations we now get =E2=80=9CUncaught Exception:=E2=80= =9D and nothing > else. Reverting that one commit lets the problem disappear. We=E2=80=99re tracking progress on this one here: https://bugs.gnu.org/30820 Grafting may be broken in many cases, so we=E2=80=99ll have to rebuild and = merge =E2=80=98core-updates=E2=80=99 sooner than we thought. Ludo=E2=80=99.