From mboxrd@z Thu Jan 1 00:00:00 1970 From: myglc2 Subject: bug#26370: v0.12.0-2730-gfc5b12879 'guix system build' hangs on linux-libre-4.10.8 Date: Wed, 05 Apr 2017 16:29:17 -0400 Message-ID: <867f2yppia.fsf@gmail.com> References: <8660ii6gzy.fsf@gmail.com> <20170405171320.GA9045@jasmine> <87r316ahhx.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42187) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cvrZA-0002dh-Nn for bug-guix@gnu.org; Wed, 05 Apr 2017 16:30:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cvrZ5-0005h1-SB for bug-guix@gnu.org; Wed, 05 Apr 2017 16:30:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:35878) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cvrZ5-0005gp-Oj for bug-guix@gnu.org; Wed, 05 Apr 2017 16:30:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cvrZ5-0001Dc-7e for bug-guix@gnu.org; Wed, 05 Apr 2017 16:30:03 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87r316ahhx.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> (Marius Bakke's message of "Wed, 05 Apr 2017 19:31:22 +0200") 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: Marius Bakke Cc: 26370@debbugs.gnu.org On 04/05/2017 at 19:31 Marius Bakke writes: > Leo Famulari writes: > >> On Wed, Apr 05, 2017 at 10:55:45AM -0400, myglc2 wrote: >>> HOSTCC scripts/mod/modpost.o >>> HOSTCC scripts/mod/file2alias.o >>> HOSTCC scripts/extract-cert >>> HOSTLD scripts/genksyms/genksyms >>> CC arch/x86/purgatory/purgatory.o >>> AS arch/x86/purgatory/stack.o >>> AS arch/x86/purgatory/setup-x86_64.o >>> CC arch/x86/purgatory/sha256.o >>> AS arch/x86/purgatory/entry64.o >>> CC arch/x86/purgatory/string.o >>> HOSTLD scripts/mod/modpost >>> LD arch/x86/purgatory/purgatory.ro >>> BIN2C arch/x86/purgatory/kexec-purgatory.c >>> CHK include/generated/timeconst.h >>> CC kernel/bounds.s >>> CHK include/generated/bounds.h >>> UPD include/generated/bounds.h >> >> The latest versions of linux-libre (4.10.8, 4.9.20, 4.4.59) are all >> hanging around this point. However, they did build in the past: >> >> https://hydra.gnu.org/job/gnu/master/linux-libre-4.4.59.x86_64-linux >> https://hydra.gnu.org/job/gnu/master/linux-libre-4.9.20.x86_64-linux >> https://hydra.gnu.org/job/gnu/master/linux-libre-4.10.8.x86_64-linux >> >> And 4.10.7 hangs in the same way, so I think the issue is in an >> unrelated change. > > Reverting dfee7daedb760f1b1d7506829ca31633f4173356 "gnu: bc: Update to > 1.07" makes the build proceed. Thanks Marius, that worked here too. Should I close the bug? - George